mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Move Calibration
This commit is contained in:
parent
34faf2b468
commit
56b0695d0a
@ -1,7 +1,7 @@
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace LibHac;
|
||||
namespace LibHac.Tools.Settings;
|
||||
|
||||
public class Calibration
|
||||
{
|
||||
@ -271,4 +271,4 @@ public class Calibration
|
||||
stream.Position = 0x4340;
|
||||
ConsoleSixAxisSensorMountType = reader.ReadBytes(0x1);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user