LunaHook-mirror/LunaHook/engine64/rpcs3.h

13 lines
209 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-04-07 18:35:50 +08:00
class rpcs3:public ENGINE{
public:
rpcs3(){
check_by=CHECK_BY::FILE;
is_engine_certain=false;
check_by_target=L"rpcs3.exe";
};
bool attach_function();
};