The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.29 (Linux)
|
![]() |
Fps limit off request - 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: Fps limit off request (/showthread.php?tid=45191) |
RE: Fps limit off request - makotech222 - 12-19-2012 Any developers want to comment? Just wondering if this would even be a goal at some point. RE: Fps limit off request - gid15 - 12-26-2012 r2945 includes a new menu entry to change the PSP clock speed. Does it help to make these games run faster? With this option, the speed of the Cube Demo can be changed: - 50%: 30 FPS - 75%: 45 FPS - normal speed: 60 FPS - 150%: 90 FPS - 200%: 120 FPS - 300%: 180 FPS If not, then these games are already running at the limit of the PSP capabilities and cannot be changed to run faster... RE: Fps limit off request - makotech222 - 12-26-2012 its... AWESOME! Just tried it on valkyria chronicles 2, and it ran perfect! Will try some more games. Such a great x-mas present, i've been holding off on playing a bunch of psp games because of this feature ![]() RE: Fps limit off request - icecoffemix - 12-26-2012 Been using cheat engine speed hack to achieve the same result, now I don't have to fire it up. Awesome work gid! RE: Fps limit off request - gid15 - 12-26-2012 Good news that this feature has some positive effect on commercial games ![]() I was not expecting it would work so flawlessly... I'm glad this helps. RE: Fps limit off request - makotech222 - 05-04-2013 Hey gid, I have a followup question. I've been learning some programming recently, and i wanted to see how you went about implementing the clock speed option. Can you tell me where it's located? I did a preliminary search in the GUI branch but i couldn't find it. Also somewhat related, is the cwcheat module completely contained in the CheatsGUI file? RE: Fps limit off request - gid15 - 05-07-2013 (05-04-2013, 07:29 PM)makotech222 Wrote: Hey gid, I have a followup question. I've been learning some programming recently, and i wanted to see how you went about implementing the clock speed option. Can you tell me where it's located? I did a preliminary search in the GUI branch but i couldn't find it.The changes were introduced in r2945. So, you can check on google code which changes were required for the implementation: https://code.google.com/p/jpcsp/source/detail?r=2945 (05-04-2013, 07:29 PM)makotech222 Wrote: Also somewhat related, is the cwcheat module completely contained in the CheatsGUI file?Yes, it is encapsulated in CheatsGUI. Most of the implementation is related to the support of the different cheat codes. |