Updated cmakelists and changed frame interval
This commit is contained in:
parent
36ed28af3f
commit
a38053d5b7
@ -32,6 +32,7 @@ target_link_libraries(${PROJECT_NAME}
|
||||
SceKernelModulemgr_stub
|
||||
SceKernelThreadMgr_stub
|
||||
SceSysmem_stub
|
||||
SceAppMgr_stub
|
||||
SceScreenShot_stub_weak
|
||||
SceShellSvc_stub_weak
|
||||
SceSysmodule_stub
|
||||
|
@ -30,7 +30,7 @@ int sceDisplaySetFrameBuf_patched(const SceDisplayFrameBuf* pParam, SceDisplaySe
|
||||
|
||||
int read_data, screenshot_ret;
|
||||
|
||||
if (frames == 15) {
|
||||
if (frames == 5) {
|
||||
|
||||
frames = 0;
|
||||
sceShellUtilTextClipboardRead(&read_data, sizeof(int), NULL);
|
||||
|
Reference in New Issue
Block a user