LunaHook-mirror/LunaHook/engine64/PPSSPP.cpp

8 lines
123 B
C++
Raw Normal View History

2024-03-22 03:03:27 +08:00
#include"PPSSPP.h"
#include"ppsspp/psputils.hpp"
bool PPSSPP::attach_function()
{
return InsertPPSSPPcommonhooks();
}