mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-31 01:19:16 +00:00
Log ims in switch ctor instead of apphost so all initializers get the same behavior
This commit is contained in:
@@ -901,11 +901,6 @@ namespace Ryujinx.Ava.Systems
|
||||
_viewModel.UiHandler
|
||||
)
|
||||
);
|
||||
|
||||
#if DEBUG
|
||||
if (Device.Configuration.IgnoreMissingServices)
|
||||
Logger.Notice.Print(LogClass.Emulation, "Ignore Missing Services is enabled.");
|
||||
#endif
|
||||
}
|
||||
|
||||
private static IHardwareDeviceDriver InitializeAudio()
|
||||
|
||||
Reference in New Issue
Block a user