mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
Remove unnecessary new lines, changed Deinit to Shutdown
This commit is contained in:
@@ -24,13 +24,11 @@ void Init(EmuWindow* emu_window) {
|
||||
Kernel::Init();
|
||||
HLE::Init();
|
||||
VideoCore::Init(emu_window);
|
||||
|
||||
GDBStub::Init();
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
GDBStub::Deinit();
|
||||
|
||||
GDBStub::Shutdown();
|
||||
VideoCore::Shutdown();
|
||||
HLE::Shutdown();
|
||||
Kernel::Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user