Loader: skip savestate check in add_only mode
This commit is contained in:
@@ -721,6 +721,8 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
|||||||
{
|
{
|
||||||
m_ar.reset();
|
m_ar.reset();
|
||||||
|
|
||||||
|
if (!add_only)
|
||||||
|
{
|
||||||
if (m_config_mode == cfg_mode::continuous)
|
if (m_config_mode == cfg_mode::continuous)
|
||||||
{
|
{
|
||||||
// The program is being booted from another running program
|
// The program is being booted from another running program
|
||||||
@@ -752,6 +754,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
|||||||
|
|
||||||
m_boot_source_type = CELL_GAME_GAMETYPE_SYS;
|
m_boot_source_type = CELL_GAME_GAMETYPE_SYS;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!IsStopped())
|
if (!IsStopped())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user