From a38053d5b7b30e3edf835ddcbe370257984f1caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Mudanyal=C4=B1?= Date: Thu, 4 Jun 2020 05:25:11 +0300 Subject: [PATCH] Updated cmakelists and changed frame interval --- app/CMakeLists.txt | 1 + app/trophy_app.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 80fc72e..4be6a7b 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -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 diff --git a/app/trophy_app.c b/app/trophy_app.c index 9b639c6..ca81e0d 100644 --- a/app/trophy_app.c +++ b/app/trophy_app.c @@ -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);