You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the ini_settings.sh script to change the display font in MiSTer, if your font is set to one with a + in it (such as in Arcade_Cotton_(Sega_+_Success).pf), the string proceeding the plus sign is not parsed. Unfortunately this has the side effect of any subsequent changes failing to match entries in the font directory as they'll have the +_Success).pf string appended to them.
I believe this would require an edit to either/or the getVALUE or setVALUE functions to allow for a + literal in the grep sets.
The text was updated successfully, but these errors were encountered:
When using the ini_settings.sh script to change the display font in MiSTer, if your font is set to one with a
+
in it (such as inArcade_Cotton_(Sega_+_Success).pf
), the string proceeding the plus sign is not parsed. Unfortunately this has the side effect of any subsequent changes failing to match entries in the font directory as they'll have the+_Success).pf
string appended to them.I believe this would require an edit to either/or the getVALUE or setVALUE functions to allow for a
+
literal in the grep sets.The text was updated successfully, but these errors were encountered: