View Page Source

Revision (current)
Last Updated by feos on 10/19/2023 4:16 PM
Back to Page

!!! About

feos, BadPotato and I have been working on some [https://code.google.com/p/feos-tas/source/browse/trunk/pcsxrr|patches for PCSX-RR].

[Forum/Topics/13818|Discussion].

!!! 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.