LunaHook-mirror/LunaHook/engine64/PPSSPP.h

13 lines
230 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
#include"engine.h"
class PPSSPP:public ENGINE{
public:
PPSSPP(){
check_by=CHECK_BY::FILE;
is_engine_certain=false;
check_by_target=L"PPSSPP*.exe";
};
bool attach_function();
};