satiator / satiator-menu

Menu for the Satiator cartridge for Sega Saturn
Mozilla Public License 2.0
95 stars 6 forks source link

How to Safely Check for Satiator? #3

Closed slinga-homebrew closed 3 years ago

slinga-homebrew commented 4 years ago

What is the correct way to test if the Satiator is available?

I tried the following:

int result = s_mode(S_MODE_USBFS);

It returns 0 on the satiator-yabause fork, it infinite hangs on stock Yabause. Thanks in advance.

slinga-homebrew commented 3 years ago

The changes to s_mode() in commit fac0198d1048a5af40177e937de19205ae1e6286 work. Thank you.