GI and audio fix stuff

This commit is contained in:
2024-06-28 23:04:49 +03:00
parent e023dfce69
commit 9ba5a00cfe
5 changed files with 11 additions and 9 deletions

View File

@@ -204,7 +204,6 @@ public class ConsoleInstance : IDisposable
// Initializes the Console system.
internal void InitConsoleSubsystems()
{
return;
#if USE_NETCORE
var assemblies = Utils.GetAssemblies();
#else