Optimize melonDS config for RK3326 performance

- ScreenUseGL=0: Skip GPU-accelerated display compositing. On Mali-G31
  with Panfrost, the overhead of uploading software-rendered frames to
  GPU for display is slower than direct software blit.
- ScreenFilter=0: Disable bilinear filtering (saves GPU cycles)
- JIT remains enabled (critical for Cortex-A35 performance)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Douglas Teles
2026-04-18 13:08:32 -03:00
parent 510bfd69b1
commit b0c5eb982e
@@ -71,8 +71,8 @@ Screen1Sizing=5
IntegerScaling=0
ScreenAspectTop=0
ScreenAspectBot=0
ScreenFilter=1
ScreenUseGL=1
ScreenFilter=0
ScreenUseGL=0
ScreenVSync=0
ScreenVSyncInterval=1
3DRenderer=0