early-access version 3119

This commit is contained in:
pineappleEA
2022-11-15 07:19:04 +01:00
parent e49dd26070
commit 098b53b48d
34 changed files with 1617 additions and 39 deletions

View File

@@ -33,7 +33,7 @@ void EmulatedConsole::SetTouchParams() {
for (int i = 0; i < static_cast<int>(max_active_touch_inputs); i++) {
Common::ParamPackage touchscreen_param{};
touchscreen_param.Set("engine", "touch_from_button");
touchscreen_param.Set("engine", "touch");
touchscreen_param.Set("axis_x", i * 2);
touchscreen_param.Set("axis_y", (i * 2) + 1);
touchscreen_param.Set("button", i);