LunaHook-mirror/LunaHook/engine32/PCSX2.h
2024-02-07 20:59:24 +08:00

12 lines
226 B
C++

#include"engine.h"
class PCSX2:public ENGINE{
public:
PCSX2(){
check_by=CHECK_BY::FILE;
check_by_target=L"pcsx2*.exe"; //PCSX2.exe or PCSX2WX.exe
};
bool attach_function();
};