View Single Post
Old 01-13-05, 08:38 PM   #43 (permalink)
Tala
Aximsite Minor League
 
Join Date: Sep 2004
Posts: 191
Thanked 0 Times in 0 Posts
Quote:
Anyway, my biggest complaint with PSNES is the fact that the speeds aren't nearly as accurate as MorphGear. That's my biggest complaint. Oh, and the fact that there is no "full screen mode" to get rid of the taskbar and the GUI.
That is the reason i implemented the "frameskip 1" mode in landscape with very exact timing. Infact you will never get such smooth scrolling with other APIs like GAPI or GET_RAW_FRAMEBUFFER. GAPI is per se unsynchronized and the emulator does not even know, when a particular frame is to be displayed. However with OpenGL the emulation engine can be aware of frame timing.
Autoframeskip is halfway accurate, as accurate as unsynchronized can ever be.

Regarding the speed, i found the latest core (1.43) to be about the same speed as the 1.39 core, that is without sound.

So to sum it up, you guys want fullscren for portrait too? That would give the opportunity to enable synchronized frame timing for portrait as well. (It only works really well fullscreen).

Quote:
That does take away the taskbar and GUI, but then it's landscape, which is worthless.
Thats the reason i think about on screen control for landscape :p

Tala
Tala is offline   Reply With Quote