Rinnegatamante / lpp-vita

Lua Player Plus for PSVITA. Documentation on: http://rinnegatamante.github.io/lpp-vita/
GNU General Public License v3.0
179 stars 27 forks source link

OSK numpad causes flickering bug #24

Closed eleriaqueen closed 6 years ago

eleriaqueen commented 6 years ago

How to reproduce ? Run script in which keyboard is shown, then press the numpad icon, you will see flicker just over the "symbols" keypad. I'm pretty sure it happens with lpp-vita keyboard sample code as well.

Versions affected ? R6 as well as nightly dating of september 28 2017, I'm using safe eboot.

Rinnegatamante commented 6 years ago

Try to add Screen.waitVblankStart() before Screen.flip() call.

eleriaqueen commented 6 years ago

It works perfect ! Thanks. I'm new to writing homebrew on the vita but made strides thanks to LPP, it's awesome.