LunaHook-mirror/LunaHook/engine64/rpcs3.h

13 lines
227 B
C
Raw Normal View History

2024-04-07 18:35:50 +08:00
#include"engine.h"
class rpcs3:public ENGINE{
public:
rpcs3(){
check_by=CHECK_BY::FILE;
is_engine_certain=false;
check_by_target=L"rpcs3.exe";
};
bool attach_function();
};