From 34d98d7da037f9bcd33ce259002053b0a64019c9 Mon Sep 17 00:00:00 2001 From: Thog Date: Thu, 16 Jan 2020 18:26:03 +0100 Subject: [PATCH] Address Ac_k's comments --- Ryujinx.HLE/FileSystem/Content/ContentManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Ryujinx.HLE/FileSystem/Content/ContentManager.cs b/Ryujinx.HLE/FileSystem/Content/ContentManager.cs index 4d53283b63..ea8623aa46 100644 --- a/Ryujinx.HLE/FileSystem/Content/ContentManager.cs +++ b/Ryujinx.HLE/FileSystem/Content/ContentManager.cs @@ -156,11 +156,9 @@ namespace Ryujinx.HLE.FileSystem.Content } } - if (device != null) { TimeManager.Instance.InitializeTimeZone(device); - device.System.Font.Initialize(this); }