Skip to content

Commit

Permalink
apply position invariance in Wonderful 101
Browse files Browse the repository at this point in the history
  • Loading branch information
SamoZ256 committed Jan 23, 2025
1 parent 3d76e7c commit a74c6ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Cafe/HW/Latte/Renderer/Metal/MetalRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ MetalRenderer::MetalRenderer()
case 0x0005000010136A00: // EUR
case 0x0005000010136B00: // EUR
case 0x000500001011C500: // USA (TODO: check)
// Wonderful 101
case 0x0005000010135300: // EUR
case 0x000500001012DC00: // USA
case 0x0005000010116300: // JPN
case 0x0005000010185600: // JPN
m_positionInvariance = true;
break;
default:
Expand Down

0 comments on commit a74c6ee

Please sign in to comment.