From c655de972db25b28bc19d52d2d884d6c695914a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:49:01 +0800 Subject: [PATCH] Update PPSSPP.cpp --- LunaHook/engine32/PPSSPP.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/LunaHook/engine32/PPSSPP.cpp b/LunaHook/engine32/PPSSPP.cpp index 56be74c..3c06006 100644 --- a/LunaHook/engine32/PPSSPP.cpp +++ b/LunaHook/engine32/PPSSPP.cpp @@ -2,6 +2,7 @@ #include"PPSSPP.h" #include"ppsspp/psputils.hpp" +#if 0 namespace { // unnamed inline bool _bandaigarbage_ch(char c) @@ -3637,13 +3638,9 @@ bool InsertPPSSPPHooks() ConsoleOutput("PPSSPP: leave"); return true; } - +#endif bool PPSSPP::attach_function() { - auto succ=InsertPPSSPPcommonhooks(); - - //succ|=InsertPPSSPPHooks(); // Artikash 8/4/2018: removed for now as doesn't work for non ancient ppsspp versions - - return succ; + return InsertPPSSPPcommonhooks(); } \ No newline at end of file