Remove unnecessary headers/stubs
This commit is contained in:
parent
7fedb92549
commit
4ac34037a8
@ -26,9 +26,7 @@ add_executable(${PROJECT_NAME}
|
|||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
SceLibKernel_stub
|
SceLibKernel_stub
|
||||||
SceThreadmgr_stub
|
SceThreadmgr_stub
|
||||||
SceScreenShot_stub_weak
|
|
||||||
SceModulemgr_stub
|
SceModulemgr_stub
|
||||||
SceSysmodule_stub
|
|
||||||
taihenModuleUtils_stub
|
taihenModuleUtils_stub
|
||||||
taihen_stub
|
taihen_stub
|
||||||
)
|
)
|
||||||
|
1
main.c
1
main.c
@ -2,7 +2,6 @@
|
|||||||
#include <psp2/kernel/modulemgr.h>
|
#include <psp2/kernel/modulemgr.h>
|
||||||
#include <psp2/kernel/threadmgr.h>
|
#include <psp2/kernel/threadmgr.h>
|
||||||
#include <psp2/kernel/clib.h>
|
#include <psp2/kernel/clib.h>
|
||||||
#include <psp2/sysmodule.h>
|
|
||||||
|
|
||||||
#define printf sceClibPrintf
|
#define printf sceClibPrintf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user