mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 16:59:35 -04:00
ee149581aa
* feat: implement memory card IOP * feat: IOP trace * feat: move IOP logic to ps2xIOP refactor: small refactor on audio api on runtime
7 lines
146 B
C++
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;
|
|
}
|