mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
Update PPSSPP.cpp
This commit is contained in:
parent
476bdbf9b3
commit
c655de972d
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user