diff options
Diffstat (limited to 'src/core/system.cpp')
| -rw-r--r-- | src/core/system.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp index f4c2df1cd..561ff82f0 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | namespace System { | 15 | namespace System { |
| 16 | 16 | ||
| 17 | volatile State g_state; | ||
| 18 | |||
| 19 | void UpdateState(State state) { | ||
| 20 | } | ||
| 21 | |||
| 22 | void Init(EmuWindow* emu_window) { | 17 | void Init(EmuWindow* emu_window) { |
| 23 | Core::Init(); | 18 | Core::Init(); |
| 24 | CoreTiming::Init(); | 19 | CoreTiming::Init(); |
| @@ -29,13 +24,6 @@ void Init(EmuWindow* emu_window) { | |||
| 29 | VideoCore::Init(emu_window); | 24 | VideoCore::Init(emu_window); |
| 30 | } | 25 | } |
| 31 | 26 | ||
| 32 | void RunLoopFor(int cycles) { | ||
| 33 | RunLoopUntil(CoreTiming::GetTicks() + cycles); | ||
| 34 | } | ||
| 35 | |||
| 36 | void RunLoopUntil(u64 global_cycles) { | ||
| 37 | } | ||
| 38 | |||
| 39 | void Shutdown() { | 27 | void Shutdown() { |
| 40 | VideoCore::Shutdown(); | 28 | VideoCore::Shutdown(); |
| 41 | HLE::Shutdown(); | 29 | HLE::Shutdown(); |