[Graphics] # Window size (ignored in fullscreen) window_width = 640 window_height = 480 # 0 = windowed, 1 = fullscreen, 2 = borderless fullscreen fullscreen = 0 # Vertical sync: 0 = off, 1 = on vsync = 0 # Max FPS: 60, 120, 180, 240, or 0 for unlimited max_fps = 60 # Anti-aliasing samples: 0 = off, 2, 4, or 8 msaa = 4 [Enhancements] # Preload HD textures at startup: 0 = off (load on demand), 1 = preload, 2 = preload + cache file (fastest) preload_textures = 0 [Gameplay] # Disable Mr. Resetti: 0 = normal, 1 = disable disable_resetti = 0 # NES emulator aspect ratio: 0 = stretch to fullscreen, 1 = 4:3 pillarbox nes_aspect = 1 [Audio] # Master output volume as a percentage (0-100) master_volume = 100