mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: Change free-look's middle-mouse action to roll the camera.
This commit is contained in:
@ -30,7 +30,7 @@ public:
|
||||
static void SetMaterialColorChanged(int index);
|
||||
|
||||
static void TranslateView(float x, float y, float z = 0.0f);
|
||||
static void RotateView(float x, float y);
|
||||
static void RotateView(float x, float y, float z);
|
||||
static void ResetView();
|
||||
|
||||
static void SetVertexFormat(u32 components);
|
||||
|
Reference in New Issue
Block a user