Skip to content

How to Test API? #2

@slinga-homebrew

Description

@slinga-homebrew

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions