LunaHook-mirror/LunaHook/engine64/PPSSPP.cpp
恍兮惚兮 476bdbf9b3 ppsspp
1

1
2024-03-27 13:41:42 +08:00

8 lines
123 B
C++

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