mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(Win32) Properly set initial directory for menubar -> Load Core
This commit is contained in:
parent
dde53fe682
commit
20a4b39272
@ -117,7 +117,7 @@ static bool win32_browser(
|
||||
* so this cast should be safe */
|
||||
browser_state.filters = (char*)extensions;
|
||||
browser_state.title = new_title;
|
||||
browser_state.startdir = strdup("");
|
||||
browser_state.startdir = strdup(initial_dir);
|
||||
browser_state.path = new_file;
|
||||
browser_state.window = owner;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user