Martino Fontana
4a2d48f659
GameSettings: Add Wind Waker pre-release demo
...
It is listed in the Dolphin wiki with the assumption that it's using the same default settings as regular Wind Waker.
https://wiki.dolphin-emu.org/index.php?title=The_Legend_of_Zelda:_The_Wind_Waker_Demo_Prerelease
I don't know if the Picto Box is even obtainable in the demo... but maybe it is through glitches or something, so I'll keep `EFBToTextureEnable = False` in.
2026-04-19 21:15:20 +02:00
Martino Fontana
fdbc2883ef
VideoCommon: Invert interaction between Arbitrary Mipmap Detection and GPU Texture Decoding (the former disables the latter)
...
Split from #14293 .
It makes sense for a setting that changes visual output to have priority over a setting that barely makes any difference.
2026-02-13 13:57:43 +01:00
Pokechu22
e23a5adc87
GameINI: Remove OnLoad sections
...
These haven't worked since 2008 (0b5fed62c1 ).
2024-10-18 00:17:18 -07:00
Dentomologist
b1d54e416b
GameSettings: Disable GPU Texture Decoding when needed
...
Arbitrary Mipmap Detection doesn't work when GPU Texture Decoding is
enabled, so disable GPU Texture Decoding for games where the .ini
enables Arbitrary Mipmap Detection.
Co-authored-by: jeremyie <73066289+McAchi@users.noreply.github.com>
2024-09-10 12:01:40 -07:00
JMC47
7e9bd34519
Disable VI Skip in Wind Waker and Twilight Princess
...
These games do some funky VI stuff which causes VI Skip
to be completely incompatible with them, so let's disable it.
2023-01-18 19:43:24 -05:00
Techjar
fe347851f1
Force arbitrary mipmap detection for some games known to use it
...
This will avoid effects being unexpectedly broken in these games if the user disables the option globally. This list is by no means comprehensive, these are just the games I could confirm use custom mipmaps.
2018-07-01 04:42:47 -04:00
Shawn Hoffman
180eb35876
Remove EmuState from packaged GameSettings ini files
2018-03-31 16:06:04 +02:00
Jules Blok
6c82469662
GameSettings: Remove forced slow depth from fixed titles.
2016-08-24 17:39:47 +02:00
Jules Blok
6d1628eda4
Revert "Merge pull request #3578 from Armada651/forced-slow-depth"
...
This reverts commit e2a1a085b6 , reversing
changes made to 2aea549eef .
2016-02-29 00:55:51 +01:00
Jules Blok
e4ef018706
GameSettings: Remove FastDepthCalc entries.
...
Only Mini Ninjas and DKC currently have a known issues that require slow depth.
2016-02-08 12:26:57 +01:00
Jules Blok
ee657c04fe
VideoConfig: Change convergence setting to percentage value.
2015-12-13 22:58:16 +01:00
degasus
20ec5867ec
GameIni: Remove default Projection Hack
2015-06-10 19:31:10 +02:00
JosJuice
d287fad01e
Inherit settings from region-free INIs to region-specific INIs
...
Having settings for each game in more than one file is redundant.
Now, region-free INIs are now only for settings, and region-specific
INIs are only for AR codes and patches. Exceptions are made for
titles that share the first three characters of their IDs with
unrelated titles (mostly unlicensed titles and Triforce titles).
2015-04-26 21:24:34 +02:00
Buddybenj
7facf5f52f
Capitalize Dolphin in Game INI Files
...
Thanks to FAR - Find And Replace
2015-03-01 15:30:20 -06:00
JosJuice
2e02c10b0c
Manual de-duplication of game INIs
...
That took a few hours...
2015-02-26 21:53:55 +01:00