diff --git a/applications/mupen64plus.cfg b/applications/mupen64plus.cfg index 5ba39e5..eae5511 100644 --- a/applications/mupen64plus.cfg +++ b/applications/mupen64plus.cfg @@ -342,7 +342,7 @@ Parallel = True # Rendering Workers (0=Use all logical processors) NumWorkers = 0 # VI mode (0=Filtered, 1=Unfiltered, 2=Depth, 3=Coverage) -ViMode = 0 +ViMode = 1 # Scaling interpolation type (0=NN, 1=Linear) ViInterpolation = 0 # Use anamorphic 16:9 output mode if True @@ -351,6 +351,8 @@ ViWidescreen = False ViHideOverscan = False # Display overscan area in filteded mode if True ViOverscan = False +# Compatibility mode (0=Fast 1=Moderate 2=Slow +DpCompat = 1 [Video-General]