About
feos, BadPotato and I have been working on some patches for PCSX-RR.
Latest Version
v013b-nach2
- Download: https://files.tasvideos.org/emulatordownloads/pcsxrr/Deprecated/pcsx-rr-v013b-nach2.7z 574KB
- Built from: https://code.google.com/p/feos-tas/source/browse/trunk/pcsxrr/ r603
- Built using: gcc version 4.6.3
- Libraries embedded:
- zlib 1.2.7 with custom optimizations
- libbz2 1.0.6
- Lua 5.1.4
- libpng 1.2.10
Older Versions
v013b-nach1
- Download: https://files.tasvideos.org/emulatordownloads/pcsxrr/Deprecated/pcsx-rr-v013b-nach1.7z 573KB
- Built from: https://code.google.com/p/feos-tas/source/browse/trunk/pcsxrr/ r565
- Built using: gcc version 4.6.3
- Libraries embedded:
- zlib 1.2.7 with custom optimizations
- libbz2 1.0.6
- Lua 5.1.4
- libpng 1.2.10
What's New
v013b-nach2 r603
- Save states employ some compression.
- New Lua Functions:
- emu.sleep()
- input.getlastbuttonpolled()
- gui.hashframe()
- gui.filepicker()
- savestate.savefile()
- savestate.loadfile()
- pcsx.getgamename()
- pcsx.switchspu()
- pcsx.makesnap()
- pcsx.quit()
- pcsx.suspend()
- Bugs which were fixed are actually included this time:
- Memory leaks in save states removed.
- Memory allocation overhead in save states removed.
- File system overhead in save states removed.
- Resource leaks in movie files removed.
- No changes made to plugins
v013b-nach1 r565
- Memory leaks in save states removed.
- Memory allocation overhead in save states removed.
- File system overhead in save states removed.
- Resource leaks in movie files removed.
- Displaying Lua dialog when loading via command line fixed.
- Allowing Lua movie functions when loading via command line fixed.
- pcsx.exe, cdrTASiso.dll, and gpuTASsoft.dll no longer require external DLLs (zlib, libbz2, libpng, Lua, Dwarf2, libgcc).
- PCSX build with better optimization.
- pcsx.exe packed much much smaller.