mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Implement dir_set_current_savefile/dir_set_current_savestate
This commit is contained in:
parent
eb90fe9d83
commit
8321978d4d
4
dirs.c
4
dirs.c
@ -308,10 +308,14 @@ const char *dir_get_savestate(void)
|
||||
|
||||
void dir_set_current_savefile(const char *path)
|
||||
{
|
||||
strlcpy(current_savefile_dir, path,
|
||||
sizeof(current_savefile_dir));
|
||||
}
|
||||
|
||||
void dir_set_current_savestate(const char *path)
|
||||
{
|
||||
strlcpy(current_savestate_dir, path,
|
||||
sizeof(current_savestate_dir));
|
||||
}
|
||||
|
||||
void dir_set_osk_overlay(const char *path)
|
||||
|
Loading…
Reference in New Issue
Block a user