Merge pull request #2541 from cold-brewed/media-dialog-path

qt: Global option in preferences to use usr_path as the file image open directory
This commit is contained in:
Miran Grča
2022-07-31 04:50:16 +02:00
committed by GitHub
7 changed files with 99 additions and 68 deletions

View File

@@ -137,6 +137,7 @@ extern int fm_driver; /* (C) select FM sound driver */
extern char exe_path[2048]; /* path (dir) of executable */
extern char usr_path[1024]; /* path (dir) of user data */
extern char cfg_path[1024]; /* full path of config file */
extern int open_dir_usr_path; /* default file open dialog directory of usr_path */
#ifndef USE_NEW_DYNAREC
extern FILE *stdlog; /* file to log output to */
#endif