fix vb when not recording a movie in input display lua
This commit is contained in:
parent
53b4e8a1bc
commit
2eb6f83314
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue