bring in configure build system
[pcsx_rearmed.git] / libpcsxcore /
2012-04-21 notazbring in configure build system
2012-04-18 notazdrc: inv: fix ram ofset and mirror handling
2012-04-18 notazsupport emulated RAM mapped at offset
2012-02-29 notazgte_arm: fix gteOF sign extension
2012-01-14 notazdrc: allow translation cache in data segment
2012-01-08 notazcdrom: resume cdda on state load
2012-01-08 notazgte_neon: change division again
2012-01-07 notazdrc: do basic current block modification detection
2012-01-06 notazdrc: never read to r0
2012-01-03 notazbring GPUvBlank back
2012-01-01 notazchange lcf handling
2011-12-23 notazgte_neon: use more accurate division
2011-12-10 notazdrc: fix bad gte unneeded reg assumption
2011-12-08 notazcdrom: don't emulate seek when set to same loc
2011-12-08 notazdrc: move constmap out of regstat
2011-12-05 notazpsxcounters: avoid excessive recalculations
2011-12-05 notazpsxcounters: handle overflow = target case
2011-12-04 notazlet's try alternative vsync timing
2011-12-04 notaztry to emulate GPU busy
2011-12-04 notazremove gpu vblank callbacks
2011-12-04 notazmove some gpu status handling to core
2011-11-01 notazdrc/gte: decode MVMVA data deps
2011-11-01 notazdrc/gte: fix dep list
2011-10-30 notazcdriso: support multidisk eboots
2011-10-30 notazcdriso: add cbin support
2011-10-30 notazpsxcounters: use higher precision for vsync timing
2011-10-30 notazpsxinterpreter: a bit more accurate Cause reg handling
2011-10-30 notazdrc: detect sw irqs properly
2011-10-30 notazdrc: fix various register trashing in mtc0
2011-10-30 notazdrc: fix cycle multiplier code
2011-10-30 notazdrc: fix mtc0 argument
2011-10-30 notazdrc: some debug code improvements
2011-10-30 notazmake root counters use generic event scheduling code
2011-10-30 notazdrc: always use physical block addresses
2011-10-30 notazrcnt: remove gate guess for cnt 0 and 1
2011-10-30 notazgte: change gte irq workaround
2011-10-30 notazdrc: detect dead gte reads too
2011-10-30 notazdrc: add some hack options
2011-10-30 notazgte: parametrize remaining ops
2011-10-30 notazgte: disable some MAC overflow checks for ARM
2011-10-30 notazgte: eliminate excessive lims and casts
2011-10-30 notazgte: pass a pointer to registers as argument
2011-10-30 notazdrc: try to avoid full constant reload
2011-10-30 notazdrc: fix sub assem_debug print
2011-10-30 notazdrc: avoid invcode checks on close addesses
2011-10-30 notazgte_arm: some asm experiments
2011-10-30 notazpcnt: measure gte too
2011-10-30 notazdrc: do MVMVA decoding; parametrize handlers
2011-10-30 notazdrc: finish GTE reg liveness analysis
2011-10-30 notazdrc: implement literal dupe merging
2011-10-30 notazinline/parametrize rootcounter reads
2011-10-30 notazpsxcounters: avoid doing excessive updates
2011-10-16 notazpsxmem: set fixed flag on mappings that really need it
2011-10-09 notazpsxcounters: change spu update ~2ms
2011-10-09 notazdrc: check for interrupts after RFE
2011-10-09 notaznew ability to adjust psx cpu clock
2011-10-09 notazget rid of old memhandlers
2011-10-09 notazdrc: remove some old inline memhandlers
2011-10-09 notazdrc: implement memory access speculation
2011-10-08 notazdrc: implement shiftimm constant propagation
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-08 notazspu/cdda: sync cdda to spu playback
2011-10-08 notaztry to support more compilers
2011-10-08 notazrewrite memhandlers (write)
2011-10-04 notazrewrite memhandlers (read)
2011-10-02 notazyet more random armv5 tweaks
2011-09-29 notazgte_arm: implement RTPS, RTPT
2011-09-26 notazpsxcounters: avoid update on each hsync
2011-09-26 notazdrc: do gte flag liveness detection
2011-09-26 notazgte: split arm code for pollux, generate flagless handlers
2011-09-25 notazgte: switch divider back to table
2011-09-24 notazdrc: fix PCSX HLE hack for armv5
2011-09-23 notazsupport armv5 build
2011-09-23 notazfix build on some ARM toolchains
2011-09-22 notazdrc: do modification check in smaller than page granularity
2011-09-19 notazdrc: make sure dyna_linker is really called from stub
2011-09-19 notazdrc: load ra before SD only when needed
2011-09-19 notazdrc: handle $ra access in JALR DS too
2011-09-19 notazdrc: fix $ra evicting on JAL
2011-09-19 notazRevert "drc: ujump DS $ra overwrite fix?"
2011-08-12 notazadd guncon support
2011-08-01 notazdrc: fix page get code in linkage_arm.s
2011-07-26 notazsio: only do IRQ if it's bit has been cleared
2011-07-14 notazcdrom: partially implement attenuation
2011-07-12 notazmisc: invaliadte dynarec on HLE file loads
2011-07-12 notazdrc: fix SP mirror hack
2011-07-12 notazdrc: redo fastboot hack
2011-07-12 notazsio: emulate "card not inserted" state
2011-07-12 notazsio: no DTR resets device
2011-07-12 notazcdriso: handle eboot and it's TOC, some refactoring
2011-07-12 notazpsxcounters: merge shalma's suggestion
2011-07-12 notazcdrom: merge shalma's suggestions
2011-07-07 notazgte_neon: fix MAC0 shift
2011-07-07 notazgte: fix MAC0 shift (pcsxr issue #8874, shalma)
2011-07-07 notazdma: more accurate ICR register handling
2011-07-07 notazdma: don't generate irqs after aborted DMA
2011-07-07 notazdrc: ifdef out one more 64bit instruction
2011-07-07 notazcdrom: make read reschedule optional
2011-07-07 notazcdrom: replace resched hack with another one
2011-07-07 notazdrc: handle division by 0 correctly
next