EmuNewz Network

Full Version: r3305 break all game
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Check console output for detail
So it looks like I was not the only one having this problem. I made a note of it here in this thread: http://www.emunewz.net/forum/showthread....#pid192062
Yeah,the last version has some wrong in svn/trunk/src/jpcsp/State.java
add in line 55
Code:
+ fileLogger = new FileLoggerFrame();
it can fix this issue.
Sorry - seems I was lacking a complete rebuild after finishing the change. So I did not notice, as for me it was working fine. Sad
It should be fixed in r3307.
Yes,fixed,Thanks.
Can you add "ms0\PSP\SAVEDATA" folder in default ?
Which default are you referring to?
There is no SAVEDATA folder when download from Orphis 's Automated Jpcsp builds
I see. Smile
The reason is, that it is not present in SVN. From development point of view it has no content - an thus no need to have an empty directory in SVN.
As soon as JPCSP is started, the directory is automatically created anyhow.

What is your usecase to need SAVEDATA already existing before JPCSP startup?
Move some of save into new version
Please check r3314.
Pages: 1 2