mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #10016 from JMC47/ubisoftcodinground11
GameINI: Rayman Arena - Add Disable Culling Patch that fixes "Rise and Shrine" Hang
This commit is contained in:
14
Data/Sys/GameSettings/GYRE41.ini
Normal file
14
Data/Sys/GameSettings/GYRE41.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# GYRE41 - Rayman Arena
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
$Disable Culling to Fix Rise and Shrine Hang
|
||||||
|
0x8005EE90:dword:0x38600001
|
||||||
|
0x8005EE94:dword:0x4E800020
|
||||||
|
0x8005EF08:dword:0x38600001
|
||||||
|
0x8005EF0C:dword:0x4E800020
|
||||||
|
|
||||||
|
# This extremely minor patch that disables culling
|
||||||
|
# in this game. For some reason, this culling function
|
||||||
|
# causes the "Rise and Shrine" hang in Dolphin.
|
||||||
|
# There is no noticeable side-effects unless Dolphin's
|
||||||
|
# built-in Widescreen Hack is enabled.
|
Reference in New Issue
Block a user