diff --git a/src/native/Native.cpp b/src/native/Native.cpp index 3ee314dd..9ef3d3be 100644 --- a/src/native/Native.cpp +++ b/src/native/Native.cpp @@ -158,6 +158,10 @@ extern "C" { g_width = newWidth; } + bool gfx_force_43_enabled() { + return config.frameBufferEmulation.aspect == 1; + } + void gfx_shutdown() { RDRAMSize = 0; api().RomClosed();