mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
clang
This commit is contained in:
parent
f4653d40cf
commit
32edcd4301
@ -3,8 +3,8 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "common/types.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/types.h"
|
||||
#include "input/controller.h"
|
||||
#include "input_mouse.h"
|
||||
|
||||
@ -85,8 +85,7 @@ void EmulateGyro(GameController* controller, u32 interval) {
|
||||
|
||||
Uint32 MousePolling(void* param, Uint32 id, Uint32 interval) {
|
||||
auto* controller = (GameController*)param;
|
||||
switch (mouse_mode)
|
||||
{
|
||||
switch (mouse_mode) {
|
||||
case MouseMode::Joystick:
|
||||
EmulateJoystick(controller, interval);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user