mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00:00
Fix savestate reload functionality
This commit is contained in:
parent
9a3b72f762
commit
4ecf8ecd06
@ -216,7 +216,7 @@ bool boot_last_savestate(bool testing)
|
|||||||
{
|
{
|
||||||
if (!g_cfg.savestate.suspend_emu && !Emu.GetTitleID().empty() && (Emu.IsRunning() || Emu.GetStatus() == system_state::paused))
|
if (!g_cfg.savestate.suspend_emu && !Emu.GetTitleID().empty() && (Emu.IsRunning() || Emu.GetStatus() == system_state::paused))
|
||||||
{
|
{
|
||||||
const std::string save_dir = fs::get_cache_dir() + "/savestates/";
|
const std::string save_dir = fs::get_cache_dir() + "/savestates/" + Emu.GetTitleID() + '/';
|
||||||
|
|
||||||
std::string savestate_path;
|
std::string savestate_path;
|
||||||
s64 mtime = smin;
|
s64 mtime = smin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user