Files
PS2Recomp/ps2xTest/src/fake_iop_missing_symbol.cpp
T
Ranieri ee149581aa Refactor IOP system (#170)
* feat: implement memory card IOP

* feat: IOP trace

* feat: move IOP logic to ps2xIOP
refactor: small refactor on audio api on runtime
2026-07-15 01:44:06 -03:00

7 lines
146 B
C++

#include "ps2x/iop/plugin_api.h"
extern "C" PS2X_IOP_PLUGIN_EXPORT int32_t ps2x_iop_not_the_query_symbol()
{
return PS2X_IOP_STATUS_OK_V1;
}