6315527d21
GameSettings: disable efb2tex for two Cabela's games
2025-05-15 22:45:36 +01:00
79a90b1f42
GameINI: Enable EFB Access for Jimmy Neutron Boy Genius
2025-05-13 22:57:11 +02:00
c260082cd6
Merge pull request #13636 from icup321/master
...
GameINI: Disable Dual Core for Piglet's Big Game
2025-05-12 17:54:39 -04:00
7bb78a1d6e
GameINI: fix screen tearing in PoP:SoT FMVs
...
Prince of Persia: Sands of Time exhibits screen tearing on FMVs in Dolphin. Tested the setting (suggested by Amphitryon) on PC and Android and can confirm the tearing previously seen is gone with EarlyXFBOutput disabled.
2025-05-07 12:08:19 -05:00
69f561e76c
GameINI: Disable Dual Core for Piglet's Big Game
...
Disable Dual Core for Piglet's Big Game and Winnie's Rumbly Tumbly Adventure to prevent game freezes.
2025-05-07 03:33:36 -04:00
3a27646263
Merge pull request #13473 from Tilka/moki_moki
...
GameSettings: fix startup hang in Moki Moki
2025-05-04 16:44:21 +02:00
db425ef3a1
Merge pull request #13445 from icup321/master
...
GameSettings: Various Nick games fixes
2025-05-03 20:16:13 +02:00
6c9138e5a6
Merge pull request #13592 from SuperSamus/kfp-single-core
...
GameINI: Enable Single Core for Kung Fu Panda and Shrek Forever After
2025-05-01 15:30:15 -04:00
2049896cab
Improve gamma corrected resampling by acknowledging the perceptual luminance
2025-04-30 15:22:06 -05:00
d591e3b4e3
GameINI: Enable Single Core for Kung Fu Panda and Shrek Forever After
...
These games (both are made with the Lux Engine) randomly freeze with Dual Core.
2025-04-29 11:35:09 +02:00
26ae66297d
GameINI: Disable Dual Core for NERF N-Strike
2025-04-28 13:11:50 -05:00
89fdc0b9e0
Fix Triforce GameINIs
2025-04-21 22:05:26 +10:00
8d94d25203
Implement Triforce ID parsing
2025-04-21 22:05:25 +10:00
71f654cdc4
Add Triforce platform and preliminary boot.id parsing
2025-04-21 22:05:25 +10:00
883a5cccfa
GameINI: Toshi engine updates
...
Update several INI GameSettings for Blue Tongue Entertainment games
Add comments & more Nick games fixes
Adds comments to all FMV fixes and adds even more fixes for Nick games
2025-04-14 05:21:47 -04:00
69bdb0535c
Gamesetting fix: Monster Hunter Tri. set EFBAccessEnable = True to fix over-bloom issues.
...
Was broken due to the default for this setting being switched.
2025-04-05 17:40:32 -07:00
7e57834691
GameSettings: fix startup hang in Moki Moki
...
The game sets up a fifo breakpoint callback that just writes a flag to
memory. The hang occurs right after calling GXEnableBreakPt(). It is a
busy loop that repeatedly compares the same register without reloading
it from memory. I guess the developers forgot to make the variable
atomic and never noticed because on hardware the breakpoint is hit
immediately so the flag is already set when it is loaded for the first
(and only) time. This patch grows the loop by one instruction to include
the flag load in the loop.
2025-03-30 00:48:22 +00:00
5a708f0f24
GameSettings: fix startup crash in "The Daring Game for Girls"
2025-03-23 23:28:22 +00:00
9b2ab6e259
Merge pull request #13407 from luzpaz/typo-data
...
Data: fix various typos
2025-03-11 15:37:59 -05:00
cf1541a511
Data: fix various typos
...
Found via `codespell -q 3 -S "./Externals,./Data/Sys/wiitdb-??.txt,*.po,*.pot" -L andf,asnd,bootup,brocken,bufferin,clen,collet,datas,delt,diety,extint,fpr,inout,inport,interm,nd,nin,ontop,pixelx,re-use,re-used,sav,stateman,strat,transer,wil`
2025-03-10 16:54:34 -04:00
3f73a39dbd
Merge pull request #13286 from JoshuaVandaele/xcb
...
Enforce XCB within code
2025-03-10 15:03:54 -04:00
ba40e4abad
Added widescreen code for Tomb Raider: Legend GL8.ini
...
As the PS2 version is the only one with proper 16:9 widescreen, this cheat brings widescreen to the Gamecube version. This cheat has been tested on the NTSC version, but is stated to be region free.
2025-03-10 01:41:25 -05:00
1cc6b6c5d8
Merge pull request #13384 from MackdannyTwitch/TR-has-graphical-issues
...
Fix graphical corruption bug in Tomb Raider: Legend
2025-03-09 23:59:45 +01:00
cbd71f06ba
GameSettings: fix shadows in Triple Crown Championship Snowboarding
2025-03-09 20:50:22 +00:00
38099f282d
GraphicMods: Fix typo in DBZ Budokai Tenkaichi 3/metadata.json
2025-03-04 04:35:10 -05:00
5dd10b9644
Fix graphical corruption bug in Tomb Raider: Legend
...
Tomb Raider: Legend has a graphical bug, as documented in the issue report here https://bugs.dolphin-emu.org/issues/13749?next_issue_id=13748
This .ini entry fixes the issue.
2025-03-01 03:07:12 -07:00
f60492decb
GameSettings: Set ImmediateXFBEnable = False for Medal of Honor: Frontline
2025-02-25 22:47:32 +01:00
f1eec2528e
Fix LULZ (Homebrew Channel) aspect ratio
...
- Add a LULZHB.ini
2025-02-18 21:43:10 -05:00
5b73e2a302
Merge pull request #13325 from iwubcode/rf_community_gecko_codes
...
Data: update Rune Factory Frontier with community gecko codes
2025-02-03 12:22:58 +01:00
8a3b3ced96
Merge pull request #13313 from rjgabel/patch-1
...
GameSettings: Set EFBAccessEnable=True for "I SPY: Spooky Mansion"
2025-02-03 12:22:04 +01:00
570fc1d5aa
Data: update Rune Factory Frontier with community gecko codes
2025-02-02 12:34:38 -06:00
84d28a4272
Merge pull request #13300 from UnderCoverToni/GOME01
...
Gecko: Mario Power Tennis (Gamecube) | GOME01
2025-02-02 18:25:22 +01:00
acf03a641a
GameSettings: Set EFBAccessEnable=True for "I SPY: Spooky Mansion"
...
This is necessary so you can select an option in the color selection menu
2025-02-02 17:58:38 +01:00
08f83bbd6b
Added Gecko codes to GOME01.ini
...
Included multiple netcode related and unrelated Gecko Codes
2025-01-27 15:25:51 -08:00
d0b7c96fdb
Merge pull request #13285 from SameUpstreamMultipleForks/fix-waverace-blue-storm
...
GameSettings: Set CPUThread to False in GWRE01.ini.
2025-01-23 22:47:49 -05:00
0a3e9f70b9
GameSettings: Set CPUThread to False in GWR.ini.
...
As mentioned in
https://wiki.dolphin-emu.org/index.php?title=Wave_Race:_Blue_Storm ,
the menu may freeze otherwise.
* Data/Sys/GameSettings/GWR.ini: New file.
Co-authored-by: JosJuice <josjuice@gmail.com >
2025-01-23 16:20:36 +09:00
a9a720faa7
Merge pull request #13204 from LillyJadeKatrin/retroachievements-allow-batch
...
Gecko/AR Batch Approval
2025-01-20 23:35:17 +01:00
a3b06b0572
Enforce XCB within code
2025-01-20 11:57:21 +01:00
cbe44efe5f
Gecko/AR Batch Approval
...
Adding a community-requested list of Gecko and Action Replay codes to the allowlist. Many of these codes were from the wiki and are being added to Dolphin's repo for the first time.
2025-01-19 22:20:31 -05:00
ce508ba434
Merge pull request #13248 from Nystrata/metroid-prime-suggestedaspectratio
...
Force Metroid Prime GCN and Metroid Prime 2 GCN to be 4:3
2025-01-17 22:16:57 -05:00
f65465b96c
Merge pull request #13250 from Charlese2/fix-sound-system-crash
...
GameINI: fix `Summoner: Goddess Reborn` sound system crash during transitions
2025-01-17 16:42:21 -05:00
f28e134c88
Clean up CRLF line endings
2025-01-12 11:06:04 +01:00
f6f01f2002
Force Metroid Prime GCN and Metroid Prime 2 GCN to be 4:3
...
To my knowledge, all of the GameCube versions of *Metroid Prime* and *Metroid Prime 2: [Dark] Echoes* only support 4:3, not 16:9 .
Currently, Dolphin's widescreen heuristic will fail to detect this and will erratically switch between 4:3 and 16:9 when Aspect Ratio is set to Auto.
These changes prevent the erratic aspect ratio switching by manually declaring that the game is solely 4:3.
2024-12-28 05:46:38 -08:00
635f588690
fix Summoner: Goddess Reborn
sound system crash during transitions
2024-12-27 18:33:54 -07:00
445fe2248c
GameSettings: set EFBAccessEnable=True for Neighbours from Hell
...
This fixes the loading screens that show a walking animation.
2024-12-08 11:29:15 +00:00
7e4b1780e1
GameINI: drop Single Core override from Eternal Darkness
2024-12-03 16:48:54 -04:00
cf29214c03
Merge pull request #12955 from LillyJadeKatrin/retroachievements-gecko
...
Add Support for Gecko Codes to Achievements Whitelist
2024-12-02 14:18:53 -05:00
51435b6ef8
Approve Super Mario Sunshine Widescreen Gecko Code
2024-11-29 21:56:45 -05:00
6462e794c8
GameINI: Use Safe Texture Cache for Cabela's Dangerous Hunts 2011
...
This fixes text on the menu and in-game.
2024-11-29 12:09:30 -08:00
82c3a844c4
fix SUKP01 metafortress bypass
2024-11-19 23:24:22 +11:00