mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Move Lz4
This commit is contained in:
parent
56b0695d0a
commit
bba1030143
@ -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…
x
Reference in New Issue
Block a user