This commit is contained in:
Alex Barney 2021-12-18 20:23:20 -07:00
parent 56b0695d0a
commit bba1030143
2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@ using System.Runtime.CompilerServices;
using LibHac.Common;
using LibHac.Fs;
using LibHac.Fs.Fsa;
using LibHac.Util;
namespace LibHac.Loader;

View file

@ -2,7 +2,7 @@
using System;
namespace LibHac;
namespace LibHac.Util;
public static class Lz4
{