Updated cmakelists and changed frame interval

This commit is contained in:
Furkan Mudanyali 2020-06-04 05:25:11 +03:00 committed by GitHub
parent 36ed28af3f
commit a38053d5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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);