The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
Very simple frame skipping code! - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Very simple frame skipping code! (/showthread.php?tid=6494)

Pages: 1 2 3


RE: Very simple frame skipping code! - gid15 - 03-12-2012

A frame skipping option has been added in r2473 Smile. See README.txt for more details.


RE: Very simple frame skipping code! - serio - 03-12-2012

for some reason if you enable it, then disable the screen will sometimes just stop refreshing. even setting it to 5 fps fixes the problem, but set it to none and the screen will freeze.

there's no info about it in the logger.

i sometimes get a
Code:
51313 [user_main] ERROR hle.ThreadManForUser - changeThreadState thread 'user_main' => PSP_THREAD_RUNNING. waitType should be PSP_WAIT_NONE. caller:'ThreadManForUser.callAddress'
, not sure if related. it sometimes happens if i change the fps value, though could just be game specific, or even unrelated, just happening by chance. happens to me in the second ikkitosen.


RE: Very simple frame skipping code! - gid15 - 03-17-2012

(03-12-2012, 08:12 PM)serio Wrote: for some reason if you enable it, then disable the screen will sometimes just stop refreshing. even setting it to 5 fps fixes the problem, but set it to none and the screen will freeze.
Is it fixed by r2480?

Thanks!