puae: it's unclear if mouse_deltanoreset helps with anything currently

it seems to always be true in winuae...

also cleaned up our fork a bit
This commit is contained in:
feos 2024-11-19 21:31:21 +03:00
parent 65b5d35e8e
commit 0818e97fee
4 changed files with 2 additions and 4 deletions

2
.gitmodules vendored
View File

@ -81,7 +81,7 @@
[submodule "waterbox/uae/libretro-uae"]
path = waterbox/uae/libretro-uae
url = https://github.com/TASEmulators/libretro-uae.git
branch = wbx
branch = wbx-1
[submodule "ExternalProjects/FlooohChips/chips"]
path = ExternalProjects/FlooohChips/chips
url = https://github.com/floooh/chips.git

Binary file not shown.

View File

@ -79,8 +79,6 @@ ECL_EXPORT void FrameAdvance(MyFrameInfo* f)
case CONTROLLER_MOUSE:
mouse_delta[port][AXIS_HORIZONTAL] += controller->MouseX - last_mouse_x[port];
mouse_delta[port][AXIS_VERTICAL ] += controller->MouseY - last_mouse_y[port];
mouse_deltanoreset[port][AXIS_HORIZONTAL] = 0;
mouse_deltanoreset[port][AXIS_VERTICAL ] = 0;
break;
}
}

@ -1 +1 @@
Subproject commit 2f943b3bd507608dbbea1798d69b1017ba899698
Subproject commit 4f86a8dd1b222c6bad65a892f79dafe444e40776