LunaHook-mirror/LunaHook/engine64/rpcs3.h
恍兮惚兮 e666cb0e1b rpcs3
1

rpcs3
2024-04-07 21:07:10 +08:00

13 lines
227 B
C++

#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();
};