PDA

View Full Version : PCSX2 SVN r4915



wraggster
September 11th, 2011, 23:03
PCSX2 SVN r4915 (http://www.emucr.com/) is released. PCSX2 (http://www.emucr.com/) is an open source PlayStation 2 (PS2) emulator (http://www.emucr.com/) 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: (http://www.emucr.com/)
r4913
cmake: fix some linking issue with gold linker (AFAIK only fedora use it for the moment)
r4914
GSdx: New: Dynamic CRC Hacks system (disabled by default).
See tools/dynacrchack/DynaCrcHack.c for full instructions.
For development of CRC hacks (and just for the fun of creating such a system), Allows GSdx to load and use CRC hack logic from an external DLL, and reload it, at runtime, whenever this DLL changes (but act normally if this DLL isn't found).
This external DLL is compiled from a single C source file (a sample is provided, containing the current MGS3 CRC hack logic). There's also a system to automatically compile this C file into the DLL whenever the C file is modified, thus creating a system of instant [save C file] -> [GSdx switches to the new logic].
It's actually a pretty cool system, and might have other usages where it's useful, for the sake of tests/development/tweaking, to modify code logic during runtime. The overhead of such system compared to pre-compiled code is very low (e.g., in the case of CRC hacks which are called thousands of times/sec, I couldn't notice any difference in performance).
Compilation of the C file is currently done using TCC (Tiny C Compiler - http://bellard.org/tcc/ - extremely fast, light and powerful). TCC itself needs to be downloaded separately (~250K download, no install required). The system currently supports Windows only.
r4915
Oops. Now it's disabled by default ;)

Download: (http://www.emucr.com/) PCSX2 SVN r4915 (http://down.emucr.com/v2/ss2i5r7swgnny22)
Download: (http://www.emucr.com/) Official Beta Plugins Pack [09 August 2010] (http://pcsx2.googlecode.com/files/Plugin_updates_August_2010.7z)
Source: (http://www.emucr.com/) Here (http://code.google.com/p/pcsx2)