diff default.cfg @ 2355:94cf5cc89227

Add an option to use the system file picker on Linux and Windows
author Michael Pavone <pavone@retrodev.com>
date Sat, 21 Oct 2023 19:22:01 -0700
parents 62f316b76e9a
children af3075c1e421
line wrap: on
line diff
--- a/default.cfg	Thu Oct 19 23:27:57 2023 -0700
+++ b/default.cfg	Sat Oct 21 19:22:01 2023 -0700
@@ -404,6 +404,8 @@
 	extensions bin gen md smd sms gg zip gz cue iso
 	#specifies the preferred save-state format, set to gst for Genecyst compatible states
 	state_format native
+	#set to on to use the native file picker on your OS instead of the builtin one
+	use_native_filechooser off
 }
 
 system {
@@ -435,4 +437,4 @@
 }
 
 #Don't manually edit `version`, it's used for automatic config migration
-version 3
+version 7