PDA

View Full Version : Jpcsp v0.4 (rev1308)



wraggster
January 9th, 2010, 21:42
News via http://www.aep-emu.de/PNphpBB2-file-viewtopic-t-14367.html

Jpcsp is a Sony PSP Emulator in Java by shadow, one of the PCSX2 Coder, for Windows and Linux -

Quote:
r1308
Objects that are private and never changed donīt need to be volatile (changed to final) Lock was volatile when it doesnīt need to be (uses synchronized and never changed - thankfully).

r1307
wrong argument to String.format would cause a exeception if that branch was ever executed (put in the correct value)

r1306
make a constant final and close some unclosed file inputstreams.

r1305
Avoid possible overflow in int multiplication

r1304
Inlined a few methods in UmdIsoFile (removing a new DataInputStream)

Download and Give Feedback Via Comments

Keitaro Urashima
January 10th, 2010, 10:34
Thanks for the info.