mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-12 11:01:05 +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