Skip to content

Instantly share code, notes, and snippets.

@freem
Created August 8, 2016 22:15
Show Gist options
  • Select an option

  • Save freem/27ebed6419f7a2de105a15284e549141 to your computer and use it in GitHub Desktop.

Select an option

Save freem/27ebed6419f7a2de105a15284e549141 to your computer and use it in GitHub Desktop.
for some unknown reason, fceux uses base64 encoded values for window size multiplier (and aspect ratio too but that's less important)
anyways the important thing is this:
for 1x display (default unless you changed settings)
winsizemulx base64:AAAAAAAA8D8=
winsizemuly base64:AAAAAAAA8D8=
for 2x display
winsizemulx base64:AAAAAAAAAEA=
winsizemuly base64:AAAAAAAAAEA=
for 3x display
winsizemulx base64:AAAAAAAACEA=
winsizemuly base64:AAAAAAAACEA=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment