Mercurial > repos > blastem
comparison 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 |
comparison
equal
deleted
inserted
replaced
2354:a773b8f09292 | 2355:94cf5cc89227 |
---|---|
402 save_path $USERDATA/blastem/$ROMNAME | 402 save_path $USERDATA/blastem/$ROMNAME |
403 #space delimited list of file extensions to filter against in menu | 403 #space delimited list of file extensions to filter against in menu |
404 extensions bin gen md smd sms gg zip gz cue iso | 404 extensions bin gen md smd sms gg zip gz cue iso |
405 #specifies the preferred save-state format, set to gst for Genecyst compatible states | 405 #specifies the preferred save-state format, set to gst for Genecyst compatible states |
406 state_format native | 406 state_format native |
407 #set to on to use the native file picker on your OS instead of the builtin one | |
408 use_native_filechooser off | |
407 } | 409 } |
408 | 410 |
409 system { | 411 system { |
410 #controls how the emulated system is synced to the host | 412 #controls how the emulated system is synced to the host |
411 #video provides the smoothest experience when the host and emulated system have similar refresh rates | 413 #video provides the smoothest experience when the host and emulated system have similar refresh rates |
433 } | 435 } |
434 } | 436 } |
435 } | 437 } |
436 | 438 |
437 #Don't manually edit `version`, it's used for automatic config migration | 439 #Don't manually edit `version`, it's used for automatic config migration |
438 version 3 | 440 version 7 |