Avoid crashing when timezone sysarchive isn't present

This commit is contained in:
Thog 2019-10-01 01:13:49 +02:00
parent aca91c4610
commit 538c8d1c31
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -19,7 +19,7 @@ namespace Ryujinx.HLE.HOS.Services.Time.TimeZone
public TimeZoneManager()
{
_isInitialized = false;
_deviceLocationName = null;
_deviceLocationName = "UTC";
_timeZoneRuleVersion = new UInt128();
_lock = new object();