http://emu.crimsonrain.com/2009/07/pcsx2-svn-r1561.html
PCSX2 SVN Changelog:
r1556
Made a clean fix for the memzero.h template expansion bug/warning (caused by
msvc treating template parameters like macros).
r1557
Added clean_msvc.cmd, which is a batch file that deletes all the mess MSVC
leaves behind even with Clean/Rebuild. Chances are if you're having
compiler/linker problems you can just double-click clean_msvc.cmd and have it
fixed, rather than having to do a full re-checkout of sources (see file for
more details on why).
r1558
wxgui: synced with trunk (to acquire new CDVD/ISO api)
r1559
Added a few new calls to PathUtils, and used them to get rid of some platform
specific code in the new Iso code. I also modified some other code to use the
new calls, and fixed a few microVU compiler warnings.
r1560
Reworked a few things in PcsxConfig, to make things a little more organized,
and make path changes later easier. (May have broken Linux temporarily. If
so, I'll fix it in a bit.)
r1561
Fixed up Linux after my previous changes
--
PCSX2 SVN Changelog:
r1556
Made a clean fix for the memzero.h template expansion bug/warning (caused by
msvc treating template parameters like macros).
r1557
Added clean_msvc.cmd, which is a batch file that deletes all the mess MSVC
leaves behind even with Clean/Rebuild. Chances are if you're having
compiler/linker problems you can just double-click clean_msvc.cmd and have it
fixed, rather than having to do a full re-checkout of sources (see file for
more details on why).
r1558
wxgui: synced with trunk (to acquire new CDVD/ISO api)
r1559
Added a few new calls to PathUtils, and used them to get rid of some platform
specific code in the new Iso code. I also modified some other code to use the
new calls, and fixed a few microVU compiler warnings.
r1560
Reworked a few things in PcsxConfig, to make things a little more organized,
and make path changes later easier. (May have broken Linux temporarily. If
so, I'll fix it in a bit.)
r1561
Fixed up Linux after my previous changes
--
All Comments