Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary headers/stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
FMudanyali committed Sep 27, 2020
1 parent 7fedb92 commit 4ac3403
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
1 change: 0 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <psp2/kernel/modulemgr.h>
#include <psp2/kernel/threadmgr.h>
#include <psp2/kernel/clib.h>
#include <psp2/sysmodule.h>

#define printf sceClibPrintf

Expand Down

0 comments on commit 4ac3403

Please sign in to comment.