LunaHook-mirror/LunaHook/engine64/PPSSPP.cpp
恍兮惚兮 163835bec9 some
2024-10-04 14:37:06 +08:00

8 lines
131 B
C++

#include "PPSSPP.h"
#include "ppsspp/psputils.hpp"
bool PPSSPPengine::attach_function()
{
return InsertPPSSPPcommonhooks();
}