mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Added proper Bounding Box support.
Should fix most graphical issues with Paper Mario: TTYD and Super Paper Mario. Fixes issue 360. Since only those two games seem to require BBox support, and as per ector's suggestion, BBox is only enabled for those two games. BBoxes and Display List Caches don't get along too well, causing Paper Mario: TTYD to hang during certain effects where BBoxes are used. For now, I disabled DList Cache for the Paper Mario games, hopefully both will be compatible in the future.
This commit is contained in:
@ -41,5 +41,7 @@ $Max Gold
|
||||
$Max Shop Points
|
||||
026EE7F0 000003E7
|
||||
[Video]
|
||||
UseBBox = True
|
||||
ProjectionHack = 0
|
||||
|
||||
[Video_Hacks]
|
||||
DlistCachingEnable = False
|
||||
|
@ -4,3 +4,7 @@
|
||||
EmulationStateId = 4
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
UseBBox = True
|
||||
[Video_Hacks]
|
||||
DlistCachingEnable = False
|
||||
|
@ -5,3 +5,7 @@ EmulationIssues = Sound requires LLE. No graphical issues.
|
||||
EmulationStateId = 4
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
UseBBox = True
|
||||
[Video_Hacks]
|
||||
DlistCachingEnable = False
|
||||
|
@ -7,5 +7,8 @@ EmulationIssues =
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
UseBBox = True
|
||||
ProjectionHack = 0
|
||||
[Video_Hacks]
|
||||
DlistCachingEnable = False
|
||||
[Gecko]
|
||||
|
@ -6,4 +6,7 @@ EmulationIssues =
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
UseBBox = True
|
||||
ProjectionHack = 0
|
||||
[Video_Hacks]
|
||||
DlistCachingEnable = False
|
||||
|
Reference in New Issue
Block a user