I compiled satiator-yabause and I'm trying to test out the Satiator API. Are there instructions available anywhere? Do I need to use specific CMake options?
In my test code:
int result = s_mode(S_MODE_USBFS);
returns 0.
char buffer[32] = {0};
int bufLen = sizeof(buffer);
result = s_get_fw_version(buffer, bufLen);
returns 0xffffff01
I'm in the process of rewriting my Save Game Copier so I figured I would attempt to add Satiator support.
I compiled satiator-yabause and I'm trying to test out the Satiator API. Are there instructions available anywhere? Do I need to use specific CMake options?
In my test code:
int result = s_mode(S_MODE_USBFS);
returns 0.
returns 0xffffff01
I'm in the process of rewriting my Save Game Copier so I figured I would attempt to add Satiator support.