Fixed dolphin input
Some checks failed
Build Dusk / run-tests (push) Failing after 15s
Build Dusk / build-linux (push) Failing after 15s
Build Dusk / build-psp (push) Failing after 15s
Build Dusk / build-gamecube (push) Failing after 17s
Build Dusk / build-wii (push) Failing after 14s

This commit is contained in:
2026-03-11 08:11:49 -05:00
parent c77a11442c
commit 1d7516982a
4 changed files with 47 additions and 47 deletions

View File

@@ -187,6 +187,7 @@ function sceneUpdate()
end
if inputIsDown(INPUT_ACTION_DOWN) then
print("down")
y = y + 1
end