LunaHook-mirror/LunaHook/engine64/rpcs3.h

15 lines
207 B
C
Raw Permalink Normal View History

2024-05-06 23:30:27 +08:00
2024-04-07 18:35:50 +08:00
2024-10-03 14:53:59 +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();
2024-04-07 18:35:50 +08:00
};