新版改进如下:
- A couple minor compiler warning fixes.
- wxgui branch: Maintenance merge against trunk, plus many cleanups and project- level changes.
- microVU: Work in Progress commit, just committing to have a backup!
- Added Simple Constant Propagation to detect Constant Indirect Jump addresses
allowing them to act as normal branches. (speedup)
- Added a Pipeline State optimization to remove some unnecessary information.
(speedup)
- Severely altered mVU's memory model to dynamically allocate memory based on
how much VU programs are run (and free them when dead).
- Made microPrograms recompile to a global rec-cache instead of per-program
cache.
- Raised VU1's microprogram slots from 64 to 400.
- Fixed some memleaks that were causing ram usage to increase over time.
- W.I.P. GoW speed hack (not yet in gui)
- Fix for plugin console logging via stdout/stderr, which stopped working when we
switched to the shared msvcrt dlls.
mVU: Quick fix to zero out some memory/pointers; fixes assertion failures when
running debug mode builds.
- GSdx: the valkyrie profile 2 fix