Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | cdrom: tune and log stat hack | notaz | |
2012-12-27 | cdrom: fix irq check | notaz | |
2012-12-23 | drc: fix bugs in armv4 codepath | notaz | |
wasn't even passing BIOS because of them.. | |||
2012-12-21 | warning fix | notaz | |
2012-12-17 | make non-zlib save compression possible | notaz | |
2012-12-11 | misc: make error message remind about common mistake | notaz | |
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-12-09 | avoid bogus warning | notaz | |
2012-12-02 | rm x86 and ppc dynarec remains | notaz | |
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-02 | improve ARM feature detection | notaz | |
2012-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-24 | initial Android support | Toad King | |
2012-11-24 | cdrom: try different seeking approach | notaz | |
2012-11-24 | fix some more 32/64bit incompatibilities | notaz | |
2012-11-24 | gte: avoid fno-strict-aliasing | notaz | |
2012-11-24 | fix various warnings | notaz | |
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-24 | fix ARM build with --disable-dynarec | notaz | |
2012-11-18 | cdrom: some subq hacks | notaz | |
2012-11-13 | cdrom: only need to read for cdda | notaz | |
otherwise it's already there? | |||
2012-11-13 | workaround pandora hugetlb bug, revert this later | notaz | |
2012-11-10 | psxcounters: refresh internal state after savestate load | notaz | |
fixes some glitching after pre-r14 save load | |||
2012-11-05 | sort out 32/64bit savestate compat issues | notaz | |
2012-11-04 | handle bad cd images better | notaz | |
2012-11-04 | cdriso: don't play data track | notaz | |
some refactoring too | |||
2012-11-03 | cdrom: read subq directly, not from thread | notaz | |
thread is doing 10 sectors at once, not that accurate.. | |||
2012-10-12 | use plat_mmap for RAM too | notaz | |
2012-09-13 | silence some 64bit related warnings | notaz | |
still need to fix savestate compat | |||
2012-08-04 | configure: various fixes | notaz | |
2012-08-03 | frontend/pollux: wiz: move tables to upper memory to free some RAM | notaz | |
2012-07-30 | fix various fPIC issues | notaz | |
2012-07-23 | cheat: add some undo logic | notaz | |
2012-07-22 | frontend: initial cheats support | notaz | |
2012-07-22 | pcsxmem: abort if lsb is set for map_item | notaz | |
thing's can't possibly work with that. | |||
2012-07-19 | cdrom: reset cmd buffer when cmd is accepted | notaz | |
wrong but hopefully not as much as it was | |||
2012-07-19 | cdrom: mask selector bits correctly | notaz | |
2012-07-18 | psxcounters: use cycles when calculating updates | notaz | |
should help with potential timer drifting/desyncs. Also do overflow properly, not at 0xffff | |||
2012-07-18 | gte_neon: make rtps division better match rtpt | notaz | |
otherwise causes Ridge Racer Revolution to lock up somehow? | |||
2012-07-18 | misc: setup GPU if logos are skipped | notaz | |
some games rely on the state BIOS leaves | |||
2012-07-18 | cdrom: adjust report mode return | notaz | |
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-29 | frontend: some menu adjustments | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-22 | bring in configure build system | notaz | |
not using autotools, trying to do something similar like qemu instead. | |||
2012-04-18 | drc: inv: fix ram ofset and mirror handling | notaz | |
2012-04-18 | support emulated RAM mapped at offset | notaz | |
Thanks to CatalystG for some initial code and testing. | |||
2012-02-29 | gte_arm: fix gteOF sign extension | notaz | |
2012-01-14 | drc: allow translation cache in data segment | notaz | |
useful for Android | |||
2012-01-09 | cdrom: resume cdda on state load | notaz | |
2012-01-09 | gte_neon: change division again | notaz | |
rounding up, hope it's better | |||
2012-01-07 | drc: do basic current block modification detection | notaz | |
const writes only.. |