mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move Lz4
This commit is contained in:
parent
56b0695d0a
commit
bba1030143
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@ using System.Runtime.CompilerServices;
|
|||
using LibHac.Common;
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.Util;
|
||||
|
||||
namespace LibHac.Loader;
|
||||
|
||||
|
@ -105,4 +106,4 @@ public class NsoReader
|
|||
Ro = 1,
|
||||
Data = 2
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using System;
|
||||
|
||||
namespace LibHac;
|
||||
namespace LibHac.Util;
|
||||
|
||||
public static class Lz4
|
||||
{
|
||||
|
@ -144,4 +144,4 @@ public static class Lz4
|
|||
while (cmpPos < cmp.Length &&
|
||||
decPos < dec.Length);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue