LunaHook-mirror/LunaHook/engine64/rpcs3.h
恍兮惚兮 163835bec9 some
2024-10-04 14:37:06 +08:00

15 lines
207 B
C++

class rpcs3 : public ENGINE
{
public:
rpcs3()
{
check_by = CHECK_BY::FILE;
is_engine_certain = false;
check_by_target = L"rpcs3.exe";
};
bool attach_function();
};