mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user