From 4ac34037a8b4fadad2a2a42c315a7f36c648efa0 Mon Sep 17 00:00:00 2001 From: Furkan Mudanyali Date: Mon, 28 Sep 2020 02:13:51 +0300 Subject: [PATCH] Remove unnecessary headers/stubs --- CMakeLists.txt | 2 -- main.c | 1 - 2 files changed, 3 deletions(-) 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