VICE devs told me that SDL1 version didn't have Vsync.
Vsync is present in SDL2 version, that i would upload soon, but SDL2 keyboard map for OpenPandora does not recognize @, ? and : chars.
And performance is 5% to 9% worse, so CRT filter is not an option, maybe with overclock it could be better.
Vsync is present in SDL2 version, that i would upload soon, but SDL2 keyboard map for OpenPandora does not recognize @, ? and : chars.
Code:
The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> X11 KeyCode 198 (190), X11 KeySym 0x40 (at).
The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> X11 KeyCode 222 (214), X11 KeySym 0x3F (question).
The key you just pressed is not recognized by SDL. To help get this fixed, please report this to the SDL mailing list <sdl@libsdl.org> X11 KeyCode 199 (191), X11 KeySym 0x3A (colon).
And performance is 5% to 9% worse, so CRT filter is not an option, maybe with overclock it could be better.