Remove AutoPause.cpp

This commit is contained in:
Nekotekina 2017-05-09 18:51:41 +03:00
parent 8209e6c1e3
commit 08c955d177
8 changed files with 5 additions and 119 deletions

View file

@ -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();