Skip to content

Commit

Permalink
compat.ini: Add Split/Second to [ReinterpretFramebuffers]. See hrydga…
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 23, 2021
1 parent 3aa099f commit d0c3a5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UI/GPUDriverTestScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,12 @@ void GPUDriverTestScreen::ShaderTest() {
// Wherever possible we should reconfigure the GL provoking vertex to match Vulkan, probably.
dc.DrawImageVGradient(ImageID("I_ICON"), 0xFFFFFFFF, 0xFF808080, bounds);
dc.Flush();

y += 120;

dc.Begin();
dc.DrawText("Test done", x, y, 0xFFFFFFFF, FLAG_DYNAMIC_ASCII);
dc.Flush();
}


Expand Down
8 changes: 8 additions & 0 deletions assets/compat.ini
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,14 @@ ULES01441 = true
ULJM05600 = true
ULJM05775 = true

# Split Second
ULUS10513 = true
ULES01402 = true
ULJM05812 = true
NPJH90169 = true
NPUH90093 = true
NPJH50371 = true

[ShaderColorBitmask]
# Outrun 2006: Coast to Coast - issue #11358
ULES00262 = true
Expand Down

0 comments on commit d0c3a5a

Please sign in to comment.