Skip to content

Commit

Permalink
puae: it's unclear if mouse_deltanoreset helps with anything currently
Browse files Browse the repository at this point in the history
it seems to always be true in winuae...

also cleaned up our fork a bit
  • Loading branch information
vadosnaprimer committed Nov 19, 2024
1 parent 65b5d35 commit 0818e97
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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 modified Assets/dll/puae.wbx.zst
Binary file not shown.
2 changes: 0 additions & 2 deletions waterbox/uae/bizhawk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down
2 changes: 1 addition & 1 deletion waterbox/uae/libretro-uae

0 comments on commit 0818e97

Please sign in to comment.