mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
fix license and style
This commit is contained in:
parent
6a2eab3f65
commit
b300ffe959
@ -298,7 +298,8 @@ Uint32 WindowSDL::mousePolling(void* param, Uint32 id, Uint32 interval) {
|
||||
}
|
||||
|
||||
void WindowSDL::updateMouse() {
|
||||
if(!mouse_enabled) return;
|
||||
if (!mouse_enabled)
|
||||
return;
|
||||
Input::Axis axis_x, axis_y;
|
||||
switch (mouse_joystick_binding) {
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user