diff options
author | notaz | 2012-11-10 23:11:15 +0200 |
---|---|---|
committer | notaz | 2012-11-10 23:20:21 +0200 |
commit | e7b8bfadd42d9963d35057075408f34f6282e42c (patch) | |
tree | 70dc017c1a33d9bfd4e616053b9c5e6af183324e | |
parent | 79f216e32563acc81517729fe56a6f11f110b0a4 (diff) | |
download | pcsx_rearmed-e7b8bfadd42d9963d35057075408f34f6282e42c.tar.gz pcsx_rearmed-e7b8bfadd42d9963d35057075408f34f6282e42c.tar.bz2 pcsx_rearmed-e7b8bfadd42d9963d35057075408f34f6282e42c.zip |
release r16
-rwxr-xr-x | frontend/pandora/pcsx.sh | 1 | ||||
-rw-r--r-- | readme.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/frontend/pandora/pcsx.sh b/frontend/pandora/pcsx.sh index bc1d6c5..4258ac1 100755 --- a/frontend/pandora/pcsx.sh +++ b/frontend/pandora/pcsx.sh @@ -14,6 +14,7 @@ sudo -n /usr/pandora/scripts/op_hugetlb.sh 16 # restore stuff if pcsx crashes ./picorestore sudo -n /usr/pandora/scripts/op_lcdrate.sh 60 +sudo -n /usr/pandora/scripts/op_gamma.sh 0 sudo -n /usr/pandora/scripts/op_hugetlb.sh 0 /usr/pandora/scripts/op_nubchange.sh $nub0mode $nub1mode @@ -88,6 +88,16 @@ the main menu where it is possible to enable/disable individual cheats. Changelog --------- +r16 (2012-11-10) ++ gpu_neon now has new hires rendering mode + (sometimes slow and occasionally glitchy) ++ integrated M-HT's scale2x and eagle2x filters + (works for 512x256 or lower resolution games) ++ pandora: added gamma/brightness control (requires SZ 1.52) +* pandora: some improvements for nub support ++ added fast forward support +* fixed some glitches after loading savestates from r14 or earlier + r15 (2012-08-02) * various compatibility fixes * attempts to fix various SPU issues |