![]() |
|
Changing Dolphin's Fullscreen resolution - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Changing Dolphin's Fullscreen resolution (/Thread-changing-dolphin-s-fullscreen-resolution) |
Changing Dolphin's Fullscreen resolution - tccalvin - 10-13-2021 Hi there, I'm trying to get dolphin working at 480p on an old CRT monitor. The only problem is that, while I can change the native rendering resolution of games, I cannot figure out how to make dolphin output a different resolution than the one that windows is currently using. I've done some research and I've tried changing the Dolphin.ini file by inputting "Fullscreensize = 640x480", it doesn't do anything. If windows is rendering at 720p, dolphin will scale whatever rendering resolution to 720p, no matter what number I have typed in the ini. Help? Thanks in advance. RE: Changing Dolphin's Fullscreen resolution - vlad54rus - 10-13-2021 The correct option is FullscreenDisplayRes=640x480, should go in Dolphin.ini under [Display]. RE: Changing Dolphin's Fullscreen resolution - tccalvin - 10-13-2021 (10-13-2021, 03:10 AM)vlad54rus Wrote: The correct option is FullscreenDisplayRes=640x480, should go in Dolphin.ini under [Display]. Oh, thank you so much! It worked! Actually, I made a mistake in the post, the name of the option was "FullscreenResolution", but even then it was labeled incorrectly. Once I changed it to "FullscreenDisplayRes" it finally did something. |