mirror of https://github.com/sm64pc/sm64pc.git
Refactor PR #176
This commit is contained in:
parent
3a204f25c2
commit
08ad740b1c
|
@ -216,9 +216,9 @@ static int ivrt(u8 axis)
|
|||
if (axis == 0)
|
||||
{
|
||||
if (newcam_invertX == 0)
|
||||
return 1;
|
||||
else
|
||||
return -1;
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -72,7 +72,7 @@ unsigned int configCameraYSens = 50;
|
|||
unsigned int configCameraAggr = 0;
|
||||
unsigned int configCameraPan = 0;
|
||||
unsigned int configCameraDegrade = 10; // 0 - 100%
|
||||
bool configCameraInvertX = false;
|
||||
bool configCameraInvertX = true;
|
||||
bool configCameraInvertY = false;
|
||||
bool configEnableCamera = false;
|
||||
bool configCameraMouse = false;
|
||||
|
|
Loading…
Reference in New Issue