mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00: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