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