mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 18:40:14 +00:00
fix bad rebase
This commit is contained in:
parent
9d9269d893
commit
bda26cba1f
@ -30,7 +30,6 @@ Result Init(EmuWindow* emu_window) {
|
||||
return Result::ErrorInitVideoCore;
|
||||
}
|
||||
AudioCore::Init();
|
||||
InputCore::Init();
|
||||
CheatCore::Init();
|
||||
GDBStub::Init();
|
||||
|
||||
@ -46,7 +45,6 @@ bool IsPoweredOn() {
|
||||
void Shutdown() {
|
||||
GDBStub::Shutdown();
|
||||
CheatCore::Shutdown();
|
||||
InputCore::Shutdown();
|
||||
AudioCore::Shutdown();
|
||||
VideoCore::Shutdown();
|
||||
HLE::Shutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user