PCSX2 - The Playstation 2 Emulator
Go to file
cottonvibes cb52374106 fixed some potential VU micromem clearing problems. i don't know if the fixes effect the current recs (most likely they do), but they definitely effect the new ones i'm working on :/
Devs: when writing to vu micromem
1) remember to vuMicro->clear (preferably with size being a multiple of 8, since micromem holds vu instructions, and the instructions are 8 bytes (64 bits))
2) clear before the write to memory! not after... (if the recs cache old microprograms (like mine will, and i think current ones do), and you clear after the write, then they're caching corrupt data :/)

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@691 a6443dda-0b58-4228-96e9-037be469359c
2016-05-24 22:40:40 +02:00
3rdparty Part Two of plugin folder structure reorganization. Pcsx2 and SPU2ghz compile fine now, other plugins might need a wee bit of work yet. 2016-05-24 22:40:40 +02:00
bin updated Playground readme, and added some snapshots taken by bositman which i will add to the main page. 2016-05-24 22:40:37 +02:00
common Part Two of plugin folder structure reorganization. Pcsx2 and SPU2ghz compile fine now, other plugins might need a wee bit of work yet. 2016-05-24 22:40:40 +02:00
pcsx2 fixed some potential VU micromem clearing problems. i don't know if the fixes effect the current recs (most likely they do), but they definitely effect the new ones i'm working on :/ 2016-05-24 22:40:40 +02:00
plugins Fixed ZeroSPU2's solution/project link, and updated Linux makefiles (think they should work now, but haven't tested) 2016-05-24 22:40:40 +02:00
build.sh Linux: Bring in changes from various patches, and get it compiling again. 2016-05-24 22:40:39 +02:00
fetch.sh Fix a bunch of compilation errors in Linux. (It still doesn't compile, but I wanted to commit these before more changes are made...) 2016-05-24 22:40:31 +02:00
pcsx2_2008.sln Made some significant optimizations to VTLB. Between this and the last couple revision opts, VTLB is now as fast or faster than VM builds (with many more potential optimizations in the queue!). 2016-05-24 22:40:39 +02:00
pcsx2_suite_2008.sln Part Two of plugin folder structure reorganization. Pcsx2 and SPU2ghz compile fine now, other plugins might need a wee bit of work yet. 2016-05-24 22:40:40 +02:00