This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Save Screen Problem
#7
If you can build JPCSP with an IDE such as NetBeans or Eclipse, you can try this temporary solution to get around the error with NOP Instructions. There is no guarantee that you will be able to generate or load SAVEDATA for those games that you mentioned with this modification, but at least the error with NOP Instructions will not appear anymore.

1) Use an IDE such as NetBeans or Eclipse to fetch JPCSP's Source Code at http://jpcsp.googlecode.com/svn/trunk/
2) Go to /trunk/src/jpcsp/graphics/VideoEngine.java and at Lines 3395 - 3396, change from:
Code:
if (nopCount > 3000) {
        // More than 3000 NOP instructions executed during this list,
to
Code:
if (nopCount > 10000) {
        // More than 10000 NOP instructions executed during this list,
The value placed for the nopCount doesn't have to be 10000. This is just an example and you can place a lower value, however it would be in your best interests to keep this number at a higher value.
Reply


Messages In This Thread
Save Screen Problem - by akaya - 04-10-2014, 07:26 AM
RE: Save Screen Problem - by onelight - 04-10-2014, 07:50 AM
RE: Save Screen Problem - by akaya - 04-10-2014, 05:37 PM
RE: Save Screen Problem - by onelight - 04-11-2014, 03:48 PM
RE: Save Screen Problem - by akaya - 04-11-2014, 07:52 PM
RE: Save Screen Problem - by onelight - 04-11-2014, 11:28 PM
RE: Save Screen Problem - by DragonNeos - 04-12-2014, 03:15 AM
RE: Save Screen Problem - by akaya - 04-12-2014, 05:06 AM
RE: Save Screen Problem - by akaya - 04-12-2014, 10:59 PM
RE: Save Screen Problem - by akaya - 04-13-2014, 01:17 AM
RE: Save Screen Problem - by gid15 - 04-13-2014, 10:44 AM
RE: Save Screen Problem - by akaya - 04-13-2014, 06:23 PM
RE: Save Screen Problem - by gid15 - 04-13-2014, 08:22 PM
RE: Save Screen Problem - by akaya - 04-13-2014, 10:52 PM
RE: Save Screen Problem - by akaya - 04-24-2014, 08:04 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)