From f4bbc019b98fc026cd5e701d54be891e27077ff8 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Wed, 12 Jan 2022 04:22:19 -0700 Subject: Update to LibHac 0.15.0 (#2986) --- Ryujinx.Headless.SDL2/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Ryujinx.Headless.SDL2/Program.cs') diff --git a/Ryujinx.Headless.SDL2/Program.cs b/Ryujinx.Headless.SDL2/Program.cs index 6e2172e3..71487a09 100644 --- a/Ryujinx.Headless.SDL2/Program.cs +++ b/Ryujinx.Headless.SDL2/Program.cs @@ -1,6 +1,7 @@ using ARMeilleure.Translation; using ARMeilleure.Translation.PTC; using CommandLine; +using LibHac.Tools.FsSystem; using Ryujinx.Audio.Backends.SDL2; using Ryujinx.Common.Configuration; using Ryujinx.Common.Configuration.Hid; @@ -474,7 +475,7 @@ namespace Ryujinx.Headless.SDL2 (bool)options.EnableDockedMode, (bool)options.EnablePtc, (bool)options.EnableInternetAccess, - (bool)options.EnableFsIntegrityChecks ? LibHac.FsSystem.IntegrityCheckLevel.ErrorOnInvalid : LibHac.FsSystem.IntegrityCheckLevel.None, + (bool)options.EnableFsIntegrityChecks ? IntegrityCheckLevel.ErrorOnInvalid : IntegrityCheckLevel.None, options.FsGlobalAccessLogMode, options.SystemTimeOffset, options.SystemTimeZone, -- cgit v1.2.3