2024-11-06 06:46:35 +08:00

8 lines
131 B
C++

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