| Age | Commit message (Collapse) | Author |
|
|
|
- Add a LULZHB.ini
|
|
Data: update Rune Factory Frontier with community gecko codes
|
|
GameSettings: Set EFBAccessEnable=True for "I SPY: Spooky Mansion"
|
|
|
|
Gecko: Mario Power Tennis (Gamecube) | GOME01
|
|
This is necessary so you can select an option in the color selection menu
|
|
Included multiple netcode related and unrelated Gecko Codes
|
|
GameSettings: Set CPUThread to False in GWRE01.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>
|
|
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.
|
|
Force Metroid Prime GCN and Metroid Prime 2 GCN to be 4:3
|
|
GameINI: fix `Summoner: Goddess Reborn` sound system crash during transitions
|
|
|
|
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.
|
|
|
|
This fixes the loading screens that show a walking animation.
|
|
|
|
Add Support for Gecko Codes to Achievements Whitelist
|
|
|
|
This fixes text on the menu and in-game.
|
|
|
|
|
|
The primary focus of this PR is the Eternal Darkness patch which fixes hanging at startup, which prior to this fix makes Eternal Darkness unplayable in hardcore. The MHTri patch was added as well simply because it could be.
|
|
The game calls GXSetDrawDone and then switches the GP fifo without first
waiting for the draw done interrupt to arrive. Before
e96960e2a678f072f316173c80650897013fb99c, Dolphin would not execute the
draw done command and potentially also skip other commands in the old GP
fifo. Since that commit, Dolphin executes the remaining commands on the
old GP fifo just before disabling reads for switching, but because
PixelEngineManager::RaiseEvent() enforces a minimum delay of 500 cycles
for the draw done interrupt, it arrives after the game has switched to
the new GP fifo which seems to trigger the deadlock.
This patch replaces the call to GXSetDrawDone by a call to GXDrawDone
which does the same but also waits for the interrupt.
|
|
GraphicsSettings: EFBAccessEnable=false by default
|
|
Removes the EFBAccessEnable=false explicit game overrides for:
GT6 (Terminator 3: The Redemption)
GXB (SSX3) [deleted - no other configuration]
RTH (Tony Hawk's Downhill Jam)
SNC (SONIC COLOURS) [deleted - no other configuration]
|
|
Adjusts the Texture Cache settings/slider to 512 samples which equates
to the 'middle' option in the UI.
If using the 'Safe' Texture Cache Accuracy mode, the left screen will only render bloom in 2P modes.
If using the 'Fast' Texture Cache Accuracy mode, the Intro Movie will
drop frames near the end when the "Shadow the Hedgehog" game title
letters appear. This mode also can result in artifacts/bleed from bloom
effects in some situations.
|
|
These haven't worked since 2008 (0b5fed62c1b92017ce43a87ba223763a75e7fbef).
|
|
|
|
|
|
|
|
|
|
GameSettings: safe texture cache for "Winter Sports 3: The Great Tournament"
|
|
`EFBEmulateFormatChanges = True` properly emulates the blur in the backgrounds.
`ImmediateXFBEnable = False` to prevent epilepsy-inducing FMVs.
|
|
`EFBEmulateFormatChanges = True` properly emulates the blur in the pause screen.
`ImmediateXFBEnable = False` to prevent epilepsy-inducing FMVs and main menu.
|
|
`EFBEmulateFormatChanges = True` properly emulates the blur in the pause screen.
`ImmediateXFBEnable = False` to prevent epilepsy-inducing FMVs and main menu.
|
|
This is required to avoid glitches during Downhill Skiing.
|
|
Ultimate Fitness System
SafeTextureCacheColorSamples is supposed to be for [Video_Settings], but also the medium setting isn't enough to display the missing text.
|
|
The use of any anti-aliasing will cause graphical corruption, which occurs on the ground.
MaxAnisotropy is supposed to be for [Video_Enhancements], but also it doesn't cause any of the issues in game so it is being removed rather than set under the correct heading.
Added a comment on why these values are set.
|
|
The wrong filename was used so the settings weren't being applied.
(All it does is reset the Texture Cache Accuracy to the default setting.)
|
|
Hack is not a valid setting.
Also updated the GameID.
|
|
Both UseXFB and UseRealXFB are obsolete since Hybrid XFB.
|
|
These codes are actually Gecko codes so setting that correctly.
There were errors which pop up when running this game as the comments for AR codes need to be set with hash(#) instead of asterisk(*). I replaced those anyways.
Removed the url in the comment since it's inaccessible and not on wayback machine either.
Also corrected the GameID, the wrong one is listed.
|
|
GameINI: Remove Broken Cheat from "Paper Mario: The Thousand Year Door"
|
|
GameINI: Fix tattoo texture saving in Rabbids Go Home
|
|
Dentomologist/gamesettings_disable_gpu_texture_decoding_when_needed
GameSettings: Disable GPU Texture Decoding when needed
|
|
The wrong filename was used so the settings weren't being applied.
The graphical issues reported were from enhancements that create graphical issues.
EFBToTextureEnable solves some graphical issues but those issues appear for only a few frames, the bulk of the game does not benefit while the setting while it is very sore on performance.
|
|
Nightmare"
ImmediateXFBEnable was disabled originally when enabling VertexRounding was intended
https://bugs.dolphin-emu.org/issues/10186
|