This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-02-09 21:11:39 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8ee5253c5b
dolphin
/
Data
/
Sys
/
GameSettings
/
N.ini
5 lines
83 B
INI
Raw
Normal View
History
Unescape
Escape
GameInis: Make all Virtual Console games 4:3 We only need to update 9 files, It's like magic!
2016-02-04 11:47:30 +02:00
# Nxxxxx - All Nintendo 64 Virtual Console games
GameINI: Replace Wii.Widescreen with AspectRatio Wii.Widescreen is a setting that cannot be changed on the fly after emulation has started, so anything booted after the initial title will have an unexpected aspect ratio. We can just set Video_Settings.AspectRatio instead, which *can* be live changed, since it doesn't involve messing with the SYSCONF at any time. This is also much closer to the behaviour of the Wii U, which configures the DMCU to force 4:3 transparently, instead of doing it the intrusive way (touching the SYSCONF).
2017-08-02 10:17:16 +03:00
[Video_Settings]
AspectRatio
=
2
Reference in New Issue
Copy Permalink