Skip to content

Commit

Permalink
Fix LOGSTV usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois CARON committed Nov 24, 2024
1 parent b87821d commit 9173e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabause/src/ctrl/src/stv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3074,8 +3074,8 @@ int STVInit(const char* romset, const char *path, const char *eepromdir, int fav
snprintf(eeprom_path, sizeof(eeprom_path), "%s/%s.nv", eepromdir, romset);
eeprom_init(eeprom_path);
yabsys.isSTV = 1;
return 0;
LOGSTV("Load is ok\n");
return 0;
}
LOGSTV("Load is nok\n");
return -1;
Expand Down

0 comments on commit 9173e6c

Please sign in to comment.