mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
GameInis: Make all Virtual Console games 4:3
We only need to update 9 files, It's like magic!
This commit is contained in:
parent
c47e773297
commit
dfabe1552a
@ -12,3 +12,6 @@ EmulationIssues =
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
@ -10,3 +10,6 @@ EmulationStateId = 4
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
@ -18,3 +18,6 @@ EFBToTextureEnable = False
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceFiltering = False
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
@ -10,3 +10,6 @@ EmulationStateId = 4
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
@ -12,3 +12,6 @@ EmulationIssues =
|
||||
SafeTextureCacheColorSamples = 0
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
||||
|
@ -10,3 +10,6 @@ EmulationStateId = 4
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
||||
|
4
Data/Sys/GameSettings/N.ini
Normal file
4
Data/Sys/GameSettings/N.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# Nxxxxx - All Nintendo 64 Virtual Console games
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
@ -1,4 +1,5 @@
|
||||
# Pxxxxx - All TurboGrafx 16 Virtual Console games
|
||||
# Note: there are a few weird GameCube games (mostly bonus disks) which also use this code.
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
@ -12,3 +13,6 @@ EmulationIssues =
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
||||
|
@ -9,3 +9,6 @@ EmulationIssues =
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
Loading…
Reference in New Issue
Block a user