Skip to content

Instantly share code, notes, and snippets.

@dvessel
Last active January 4, 2023 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvessel/9cb4ab0e5901a1e33365485e47b092b9 to your computer and use it in GitHub Desktop.
Save dvessel/9cb4ab0e5901a1e33365485e47b092b9 to your computer and use it in GitHub Desktop.
Sensible defaults for Dolphin on Apple’s M1/2.
[Core]
CPUThread = False
GFXBackend = Metal
[AutoUpdate]
UpdateTrack = beta
[Enhancements]
ArbitraryMipmapDetection = True
DisableCopyFilter = True
ForceTrueColor = True
MaxAnisotropy = 4
[Hacks]
BBoxEnable = False
DeferEFBCopies = True
EFBEmulateFormatChanges = True
EFBScaledCopy = True
EFBToTextureEnable = False
ImmediateXFBEnable = True
SkipDuplicateXFBs = True
XFBToTextureEnable = False
[Hardware]
VSync = True
[Settings]
BackendMultithreading = True
FastDepthCalc = True
ShaderCompilationMode = 2
WaitForShadersBeforeStarting = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment