mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
8 lines
131 B
C++
8 lines
131 B
C++
#include "PPSSPP.h"
|
|
#include "ppsspp/psputils.hpp"
|
|
|
|
bool PPSSPPengine::attach_function()
|
|
{
|
|
return InsertPPSSPPcommonhooks();
|
|
}
|