This website requires JavaScript.
Explore
Help
Sign In
piwalker
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2024-11-14 21:37:52 -07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
df61e527da
dolphin
/
Data
/
Sys
/
GameSettings
/
N.ini
5 lines
92 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 02:47:30 -07: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 01:17:16 -06:00
[Video_Settings]
Don't force the aspect ratio in GameINIs Instead, add a SuggestedAspectRatio option which tells Dolphin which aspect ratio to use when the aspect ratio option is set to Auto.
2017-08-02 02:30:34 -06:00
SuggestedAspectRatio
=
2
Reference in New Issue
Copy Permalink