mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Remove AutoPause.cpp
This commit is contained in:
parent
8209e6c1e3
commit
08c955d177
8 changed files with 5 additions and 119 deletions
|
@ -1,6 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include "Utilities/Config.h"
|
||||
#include "Utilities/AutoPause.h"
|
||||
#include "Utilities/event.h"
|
||||
#include "Utilities/bin_patch.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
|
@ -362,8 +361,6 @@ void Emulator::Load()
|
|||
return;
|
||||
}
|
||||
|
||||
debug::autopause::reload();
|
||||
|
||||
if (g_cfg_autostart && IsReady())
|
||||
{
|
||||
Run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue