diff --git a/src/native/Native.cpp b/src/native/Native.cpp index 3ee314dd..4a9f6623 100644 --- a/src/native/Native.cpp +++ b/src/native/Native.cpp @@ -139,6 +139,10 @@ extern "C" { RDRAMSize = (word)-1; api().RomOpen(romName); + + //Fix the texture coordinates when two 2D rectangles are next to each other + //The game creates a gap of half a pixel + config.graphics2D.correctTexrectCoords = 1; } void gfx_force_43(bool enable) {