diff --git a/CMakeLists.txt b/CMakeLists.txt index f020fe4..c575c69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,9 +26,7 @@ add_executable(${PROJECT_NAME} target_link_libraries(${PROJECT_NAME} SceLibKernel_stub SceThreadmgr_stub - SceScreenShot_stub_weak SceModulemgr_stub - SceSysmodule_stub taihenModuleUtils_stub taihen_stub ) diff --git a/main.c b/main.c index 00edda5..3a847ff 100644 --- a/main.c +++ b/main.c @@ -2,7 +2,6 @@ #include #include #include -#include #define printf sceClibPrintf