aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
AgeCommit message (Collapse)Author
2012-12-02rm x86 and ppc dynarec remainsnotaz
that code is broken and unmaintained in this fork, which now relies on new_dynarec instead. It's better to merge Ari64's new_dynarec x86 code if x86 support is desired.
2012-12-02improve ARM feature detectionnotaz
2012-12-02mave plugin and core shared includes to single locationnotaz
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-24initial Android supportToad King
2012-11-24cdrom: try different seeking approachnotaz
2012-11-24fix some more 32/64bit incompatibilitiesnotaz
2012-11-24gte: avoid fno-strict-aliasingnotaz
2012-11-24fix various warningsnotaz
the idea here was to disable them to avoid drifting from pcsx-reloaded, but there doesn't seems to be much need for syncing.
2012-11-24fix ARM build with --disable-dynarecnotaz
2012-11-18cdrom: some subq hacksnotaz
2012-11-13cdrom: only need to read for cddanotaz
otherwise it's already there?
2012-11-13workaround pandora hugetlb bug, revert this laternotaz
2012-11-10psxcounters: refresh internal state after savestate loadnotaz
fixes some glitching after pre-r14 save load
2012-11-05sort out 32/64bit savestate compat issuesnotaz
2012-11-04handle bad cd images betternotaz
2012-11-04cdriso: don't play data tracknotaz
some refactoring too
2012-11-03cdrom: read subq directly, not from threadnotaz
thread is doing 10 sectors at once, not that accurate..
2012-10-12use plat_mmap for RAM toonotaz
2012-09-13silence some 64bit related warningsnotaz
still need to fix savestate compat
2012-08-04configure: various fixesnotaz
2012-08-03frontend/pollux: wiz: move tables to upper memory to free some RAMnotaz
2012-07-30fix various fPIC issuesnotaz
2012-07-23cheat: add some undo logicnotaz
2012-07-22frontend: initial cheats supportnotaz
2012-07-22pcsxmem: abort if lsb is set for map_itemnotaz
thing's can't possibly work with that.
2012-07-19cdrom: reset cmd buffer when cmd is acceptednotaz
wrong but hopefully not as much as it was
2012-07-19cdrom: mask selector bits correctlynotaz
2012-07-18psxcounters: use cycles when calculating updatesnotaz
should help with potential timer drifting/desyncs. Also do overflow properly, not at 0xffff
2012-07-18gte_neon: make rtps division better match rtptnotaz
otherwise causes Ridge Racer Revolution to lock up somehow?
2012-07-18misc: setup GPU if logos are skippednotaz
some games rely on the state BIOS leaves
2012-07-18cdrom: adjust report mode returnnotaz
based on mednafen which likely had this tested on the real thing. Also remove rearmed hack, the report shouldn't be that bad on performance.
2012-04-29frontend: some menu adjustmentsnotaz
2012-04-29fix some build issues and warningsnotaz
2012-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
2012-04-18drc: inv: fix ram ofset and mirror handlingnotaz
2012-04-18support emulated RAM mapped at offsetnotaz
Thanks to CatalystG for some initial code and testing.
2012-02-29gte_arm: fix gteOF sign extensionnotaz
2012-01-14drc: allow translation cache in data segmentnotaz
useful for Android
2012-01-09cdrom: resume cdda on state loadnotaz
2012-01-09gte_neon: change division againnotaz
rounding up, hope it's better
2012-01-07drc: do basic current block modification detectionnotaz
const writes only..
2012-01-06drc: never read to r0notaz
r0 can be allocated for a write and program may decide to read to r0 while we have it alloacted, so *_readstub must be ready for it
2012-01-03bring GPUvBlank backnotaz
to be used for interlace emulation
2012-01-01change lcf handlingnotaz
not quite right but better than before, I hope
2011-12-23gte_neon: use more accurate divisionnotaz
texture placement issues in Chrono Cross otherwise with the new GPU
2011-12-11drc: fix bad gte unneeded reg assumptionnotaz
2011-12-09cdrom: don't emulate seek when set to same locnotaz
fixes C-12 (needs at least 5 sectors), let's see what this breaks..
2011-12-08drc: move constmap out of regstatnotaz
saves close to 1MB, should help Wiz a bit
2011-12-05psxcounters: avoid excessive recalculationsnotaz