PCSX2 SVN Changelog:
r2077
Replace assert() with pxAssert() in pcsx2 core and recompilers.
Rationale: assert() is not thread safe on win32 (the modal popup can block user input or hang the program), and is neigh useless on Linux (just does a DebugBreak/Trap). Furthermore, pxAssert() registers stack traces and supports more detailed textual descriptions. I considered just #undef/#define on the assert macro, but MSVC's assert.h also does #undef/#define so it'd be too prone to accidentally calling MSVC's problematic version if some nested header included
r2078
Fix Dev/Release mode compilation errors from prev rev.
r2079
Small bugfixes to settings handling at startup, fixed a memleak when opening multiple dialog boxes, and some other minor interface code cleanups.
r2080
Fix some 'o dat Linux thang!
Download: PCSX2 SVN r2080
Download: Official Beta Plugins Pack [6 Sep 2009]
Source:Here
0 Comments
Post a Comment