LunaHook-mirror/LunaHook/engine64/PPSSPP.cpp

8 lines
131 B
C++
Raw Normal View History

2024-10-03 14:53:59 +08:00
#include "PPSSPP.h"
#include "ppsspp/psputils.hpp"
2024-05-06 23:30:27 +08:00
bool PPSSPPengine::attach_function()
{
return InsertPPSSPPcommonhooks();
}