File extension for new configs or hard disc images is now appended if user doesn't specify one.
This commit is contained in:
parent
db2ce0b1e2
commit
c518e3d137
4 changed files with 5 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ void joystickconfig_open(HWND hwnd, int joy_nr, int type);
|
|||
extern char openfilestring[260];
|
||||
|
||||
int getfile(HWND hwnd, char *f, char *fn);
|
||||
int getsfile(HWND hwnd, char *f, char *fn, char *dir);
|
||||
int getsfile(HWND hwnd, char *f, char *fn, char *dir, char *ext);
|
||||
|
||||
extern int pause;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue