Avoid crashing when timezone sysarchive isn't present
This commit is contained in:
parent
aca91c4610
commit
538c8d1c31
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue