parent
be4f6c4148
commit
1a318941ff
|
@ -6,7 +6,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.N3DS
|
||||||
public class _3DSMotionEmu
|
public class _3DSMotionEmu
|
||||||
{
|
{
|
||||||
// update per frame
|
// update per frame
|
||||||
private const float UPDATE_PERIOD = (float)(4481136.0 / 268111856.0);
|
private const float UPDATE_PERIOD = (float)(268111856.0 / 4481136.0);
|
||||||
|
|
||||||
// todo: make these adjustable
|
// todo: make these adjustable
|
||||||
private const float SENSITIVITY = 0.01f;
|
private const float SENSITIVITY = 0.01f;
|
||||||
|
|
Loading…
Reference in New Issue