[Image]PCSX2 SVN r1974 is released.PCSX2 is a PlayStation 2 (PS2) emulator for the Microsoft Windows and Linux operating systems. With the most recent versions, many PS2 games are playable (although speed limitations have made play-to-completion tests for many games impractical), and several games are claimed to have full functionality.
PCSX2 SVN Changelog: r1972 legacy_gui: Some small fixes courtesy of Zedr0n.. * fixes using Run->Execute as the first action after starting the emu. * Slightly cleaner muldefs fixes (macs must really hate muldefs!) r1973 Linux: Experimental fix for exception propagation out of the recompiler; this version is based on the theory that the cause is GCC optimizing out exception handling because it sees the inline asm "call DispatcherReg;" as a no-throw().So I removed the asm and replaced it with a direct C++ invocation. This should work since the new rec never exits except via catch() clauses anyway, so pushing/popping clobbered registers isn't needed. r1974 wxWidgets/Win32: Keep wx from including into every app/gui related file; reduces window.h global namespace pollution and speeds up compilation times a little bit.
No comments yet.
Close this window