fix vb when not recording a movie in input display lua

This commit is contained in:
CasualPokePlayer 2022-05-31 22:38:27 -07:00 committed by GitHub
parent 53b4e8a1bc
commit 2eb6f83314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ end
while sys == 'VB' do
if movie.mode() == 'PLAY' then c = movie.getinput(emu.framecount() - 1, 1)
else c = joypad.get() end
else c = joypad.get(1) end
x = xpos
y = ypos
@ -1051,4 +1051,4 @@ while sys == 'PSX' do
end
emu.frameadvance()
end
end