Created
August 8, 2016 22:15
-
-
Save freem/27ebed6419f7a2de105a15284e549141 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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