mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
Stuff seems to work :)
This commit is contained in:
parent
8d2a7e4593
commit
94ff67ee15
@ -440,7 +440,7 @@ static bool get_import_value(xmlNodePtr ptr)
|
||||
tracker_type = SSNES_STATE_CAPTURE;
|
||||
else if (strcmp((const char*)semantic, "capture_previous") == 0)
|
||||
tracker_type = SSNES_STATE_CAPTURE_PREV;
|
||||
else if (strcmp((const char*)semantic, "transition"))
|
||||
else if (strcmp((const char*)semantic, "transition") == 0)
|
||||
tracker_type = SSNES_STATE_TRANSITION;
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user