mirror of https://github.com/snes9xgit/snes9x.git
Fix tabulation glitch with rewind shortcut box.
This commit is contained in:
parent
27cf1b4f47
commit
5dd5d9ba74
|
@ -103,7 +103,7 @@ const int b_breaks[] =
|
|||
43, /* End of Graphic options */
|
||||
61, /* End of save/load states */
|
||||
70, /* End of sound buttons */
|
||||
76, /* End of miscellaneous buttons */
|
||||
77, /* End of miscellaneous buttons */
|
||||
-1
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue