fix license and style

This commit is contained in:
kalaposfos13 2024-10-13 10:49:54 +02:00
parent 6a2eab3f65
commit b300ffe959
2 changed files with 7 additions and 6 deletions

View File

@ -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:

View File

@ -1,5 +1,5 @@
## SPDX-FileCopyrightText : Copyright 2024 shadPS4 Emulator Project
## SPDX-License-Identifier : GPL-2.0-or-later
## SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
## SPDX-License-Identifier: GPL-2.0-or-later
#Controller button mappings