mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move Calibration
This commit is contained in:
parent
34faf2b468
commit
56b0695d0a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace LibHac;
|
namespace LibHac.Tools.Settings;
|
||||||
|
|
||||||
public class Calibration
|
public class Calibration
|
||||||
{
|
{
|
||||||
|
@ -271,4 +271,4 @@ public class Calibration
|
||||||
stream.Position = 0x4340;
|
stream.Position = 0x4340;
|
||||||
ConsoleSixAxisSensorMountType = reader.ReadBytes(0x1);
|
ConsoleSixAxisSensorMountType = reader.ReadBytes(0x1);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue