Skip to content

Commit

Permalink
Update System.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Sep 7, 2021
1 parent dfbc495 commit 8d665f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpcs3/Emu/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,8 @@ bool Emulator::Pause()

GetCallbacks().on_pause();

sys_log.success("Emulation is being paused...");

// Update pause start time
if (m_pause_start_time.exchange(start))
{
Expand Down Expand Up @@ -1529,6 +1531,8 @@ void Emulator::Resume()

GetCallbacks().on_resume();

sys_log.success("Emulation has been resumed!");

if (g_cfg.misc.prevent_display_sleep)
{
disable_display_sleep();
Expand Down

0 comments on commit 8d665f0

Please sign in to comment.