From 9173e6c3e4a2f908619ad1f0d78597822b7e68d0 Mon Sep 17 00:00:00 2001 From: Francois CARON Date: Sun, 24 Nov 2024 18:04:10 +0100 Subject: [PATCH] Fix LOGSTV usage --- yabause/src/ctrl/src/stv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabause/src/ctrl/src/stv.c b/yabause/src/ctrl/src/stv.c index e4cf9d24e..8e86e6ed9 100644 --- a/yabause/src/ctrl/src/stv.c +++ b/yabause/src/ctrl/src/stv.c @@ -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;