early-access version 3038

This commit is contained in:
pineappleEA
2022-10-19 18:47:34 +02:00
parent 9f50a9bdc6
commit a9b25068d9
41 changed files with 1259 additions and 2149 deletions

View File

@@ -302,8 +302,6 @@ int main(int argc, char** argv) {
}
Core::System system{};
system.Initialize();
InputCommon::InputSubsystem input_subsystem{};
// Apply the command line arguments
@@ -394,7 +392,7 @@ int main(int argc, char** argv) {
}
system.DetachDebugger();
void(system.Pause());
system.ShutdownMainProcess();
system.Shutdown();
detached_tasks.WaitForAllTasks();
return 0;