Changes to wxWidgets/SDL2 port :
- Updated UI - OpenGL 3.0 with GLSL/GLSLP-support - Improvements to Windows version - Minor changes/bugfixes Patch from bit.
This commit is contained in:
parent
354d52754c
commit
2881d35680
90 changed files with 15042 additions and 5351 deletions
|
|
@ -3,6 +3,7 @@ extern char pcem_path[512];
|
|||
extern char configs_path[512];
|
||||
extern char nvr_path[512];
|
||||
extern char logs_path[512];
|
||||
extern char screenshots_path[512];
|
||||
|
||||
void get_pcem_path(char *s, int size);
|
||||
char get_path_separator();
|
||||
|
|
@ -16,9 +17,11 @@ void set_default_roms_paths(char *s);
|
|||
void set_default_nvr_path(char *s);
|
||||
void set_default_logs_path(char *s);
|
||||
void set_default_configs_path(char *s);
|
||||
void set_default_screenshots_path(char *s);
|
||||
|
||||
/* set the paths temporarily for this session */
|
||||
void set_roms_paths(char* path);
|
||||
void set_nvr_path(char *s);
|
||||
void set_logs_path(char *s);
|
||||
void set_configs_path(char *s);
|
||||
void set_screenshots_path(char *s);
|
||||
|
|
|
|||
Loading…
Reference in a new issue