2022-01-26 |
notaz | drc: emulate break opcode |
commit | commitdiff | tree | snapshot |
2022-01-26 |
notaz | drc: don't cache psxRegs.interrupt |
commit | commitdiff | tree | snapshot |
2022-01-24 |
notaz | drc: another hack to try to get Vita to work |
commit | commitdiff | tree | snapshot |
2022-01-23 |
notaz | drc: a bit more sophisticated f1 hack |
commit | commitdiff | tree | snapshot |
2022-01-23 |
notaz | always describe to get git hash in log messages |
commit | commitdiff | tree | snapshot |
2022-01-23 |
notaz | drc: possibly the missing piece for Vita |
commit | commitdiff | tree | snapshot |
2022-01-23 |
notaz | drc: align size passed to mprotect |
commit | commitdiff | tree | snapshot |
2022-01-22 |
notaz | spu: try to eliminate some cdda clicks/pops |
commit | commitdiff | tree | snapshot |
2022-01-22 |
notaz | spu: save/restore decode_pos |
commit | commitdiff | tree | snapshot |
2022-01-22 |
notaz | cdrom: play cdda regardless of report mode |
commit | commitdiff | tree | snapshot |
2021-12-14 |
notaz | drc: always clear full decoded_insn |
commit | commitdiff | tree | snapshot |
2021-12-14 |
notaz | fix some issues and warnings seen on ctr build |
commit | commitdiff | tree | snapshot |
2021-12-14 |
notaz | drc: reapply some libretro changes |
commit | commitdiff | tree | snapshot |
2021-12-14 |
notaz | drc: adjust asm to make clang happy |
commit | commitdiff | tree | snapshot |
2021-11-30 |
notaz | drc: rearrange hacks |
commit | commitdiff | tree | snapshot |
2021-11-29 |
notaz | drc: fix some mistake done during arm64 porting |
commit | commitdiff | tree | snapshot |
2021-11-28 |
notaz | drc: fix an old memhandler oversight |
commit | commitdiff | tree | snapshot |
2021-11-28 |
notaz | drc: fix CCREG loading |
commit | commitdiff | tree | snapshot |
2021-11-28 |
notaz | drc: don't cull ccreg |
commit | commitdiff | tree | snapshot |
2021-11-28 |
notaz | drc: rework cycle counting |
commit | commitdiff | tree | snapshot |
2021-11-28 |
notaz | drc: prefer callee-saved regs on alloc |
commit | commitdiff | tree | snapshot |
2021-11-28 |
notaz | drc: get rid of RAM_FIXED, revive ROREG |
commit | commitdiff | tree | snapshot |
2021-11-26 |
notaz | drc: botched msb bit check |
commit | commitdiff | tree | snapshot |
2021-11-24 |
notaz | drc: only override default cycle_multiplier |
commit | commitdiff | tree | snapshot |
2021-11-24 |
notaz | drc: add a hack for f1 games |
commit | commitdiff | tree | snapshot |
2021-11-22 |
notaz | interpreter: simplify icache implementation |
commit | commitdiff | tree | snapshot |
2021-11-22 |
notaz | drc: drop 'likely' branch support, simplify |
commit | commitdiff | tree | snapshot |
2021-11-22 |
notaz | drc: reduce memory usage |
commit | commitdiff | tree | snapshot |
2021-11-22 |
notaz | make icache implementation play nice with the dynarec |
commit | commitdiff | tree | snapshot |
2021-11-22 |
notaz | drc: detect unconditional branches early |
commit | commitdiff | tree | snapshot |
2021-11-22 |
notaz | drc: minor adjustments |
commit | commitdiff | tree | snapshot |
2021-11-22 |
notaz | drc: fix block expire |
commit | commitdiff | tree | snapshot |
2021-11-21 |
notaz | frontend: remove src alignment requirements in asm |
commit | commitdiff | tree | snapshot |
2021-11-20 |
notaz | drc,interpreter: add mul/div stalls |
commit | commitdiff | tree | snapshot |
2021-11-20 |
notaz | drc: try to make gte stall handling less bloaty |
commit | commitdiff | tree | snapshot |
2021-11-20 |
notaz | drc/gte: add some stall handling |
commit | commitdiff | tree | snapshot |
2021-11-19 |
notaz | drc: use helpers for jump checks |
commit | commitdiff | tree | snapshot |
2021-11-19 |
notaz | frontend: force full recompile on drc setting change |
commit | commitdiff | tree | snapshot |
2021-11-18 |
notaz | drc: use a separate var for game hacks |
commit | commitdiff | tree | snapshot |
2021-11-18 |
notaz | fix some crashes when loading bad state |
commit | commitdiff | tree | snapshot |
2021-11-16 |
notaz | fix x86 build |
commit | commitdiff | tree | snapshot |
2021-11-16 |
notaz | drc: add a timing hack for Internal Section |
commit | commitdiff | tree | snapshot |
2021-11-16 |
notaz | drc: adjust timing to be closer to the interpreter |
commit | commitdiff | tree | snapshot |
2021-11-15 |
notaz | drc: adjust constants, 32bit is enough |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: handle a corner case with SLT |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | update libpicofe |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | try to add armhf and arm64 ci build |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | enable arm64 dynarec |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: update cache flushing |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: new far call mechanism |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: something works on arm64 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: adjust bogus looking check |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: arm64 wip |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: some more general cleanup |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: arm64 wip |
commit | commitdiff | tree | snapshot |
2021-11-14 |
notaz | drc: starting arm64 support |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: move some stuff out of assem_arm for reuse |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: remove yet yet more n64 stuff |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: remove yet more n64 stuff |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: rework for 64bit, part 4 |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: remove some leftover n64-only stuff |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: rework for 64bit, part 3 |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: remove old debug code |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: convert 'stubs' to a struct with proper types... |
commit | commitdiff | tree | snapshot |
2021-11-08 |
notaz | drc: rework for 64bit, part 1 |
commit | commitdiff | tree | snapshot |
2021-10-31 |
notaz | some drc debug patches |
commit | commitdiff | tree | snapshot |
2021-10-31 |
notaz | some drc debug helpers |
commit | commitdiff | tree | snapshot |
2021-10-31 |
notaz | some cleanup to reduce confusion |
commit | commitdiff | tree | snapshot |
2021-10-31 |
notaz | update libpicofe |
commit | commitdiff | tree | snapshot |
2021-10-31 |
notaz | assorted warning fixes |
commit | commitdiff | tree | snapshot |
2021-10-29 |
notaz | ci-linux.yml: also need submodules |
commit | commitdiff | tree | snapshot |
2021-10-29 |
notaz | try to migrate from Travis CI to GitHub Actions |
commit | commitdiff | tree | snapshot |
2021-10-29 |
gameblabla | Remove CdlGetlocP hack. (#235) |
commit | commitdiff | tree | snapshot |
2021-10-29 |
gameblabla | Move CdlSetLoc to CdrInterrupt and return invalid arg... |
commit | commitdiff | tree | snapshot |
2021-10-29 |
gameblabla | New, separate GPU plugin based on Unai. (#233) |
commit | commitdiff | tree | snapshot |
2021-10-29 |
gameblabla | Hack fix for CDROM timings regression (Castlevania... |
commit | commitdiff | tree | snapshot |
2021-10-18 |
gameblabla | Fix CD volume issue in Star Wars - Dark Forces. (#232) |
commit | commitdiff | tree | snapshot |
2021-10-10 |
gameblabla | Fix oversight for icache emulation code. (#226) |
commit | commitdiff | tree | snapshot |
2021-10-02 |
notaz | cdriso: clean up after cdda thread removal |
commit | commitdiff | tree | snapshot |
2021-10-02 |
gameblabla | Merge several fixes from PCSX Redux and adjust delay... |
commit | commitdiff | tree | snapshot |
2021-10-02 |
gameblabla | Proper CDDA fix for Fantastic Pinball Kyuutenkai (and... |
commit | commitdiff | tree | snapshot |
2021-10-02 |
gameblabla | One more on odd lines for PAL HSYNC (#224) |
commit | commitdiff | tree | snapshot |
2021-10-02 |
gameblabla | Fix for Armored Core misdetecting a Link cable being... |
commit | commitdiff | tree | snapshot |
2021-10-02 |
gameblabla | Icache emulation from PCSX Redux + Senquack changes... |
commit | commitdiff | tree | snapshot |
2021-10-02 |
gameblabla | Fix detection of some CDs such as Wild Arms USA detecte... |
commit | commitdiff | tree | snapshot |
2021-09-27 |
gameblabla | psxmem: Writes to PIO Expansion area have no effect... |
commit | commitdiff | tree | snapshot |
2021-09-09 |
gameblabla | ARM build fixes. (Should fix building on ARM/GCC10... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
gameblabla | Implement fix from Mednafen for Fantastic Pinball Kyuut... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
gameblabla | Fix regression with CdlPause (#209) |
commit | commitdiff | tree | snapshot |
2021-08-27 |
gameblabla | Improve CdlPause command based on Mednafen's implementa... |
commit | commitdiff | tree | snapshot |
2021-08-26 |
gameblabla | CDROM: Rename Reset+Init commands approperly, fix ... |
commit | commitdiff | tree | snapshot |
2021-08-26 |
gameblabla | Fix CdlGetTD according to Mednafen's implementation... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
gameblabla | CdlGetmode is GetParam, fix it according to Mednafen... |
commit | commitdiff | tree | snapshot |
2021-08-25 |
gameblabla | We shouldn't throw an error for GetQ. (#202) |
commit | commitdiff | tree | snapshot |
2021-08-25 |
gameblabla | Improve SetLoc CDROM command from Duckstation (#201) |
commit | commitdiff | tree | snapshot |
2021-08-25 |
gameblabla | CdlSync should be NULL and return an error. (#199) |
commit | commitdiff | tree | snapshot |
2021-08-25 |
gameblabla | Always look up verify_dirty literals from offsets by... |
commit | commitdiff | tree | snapshot |
2021-08-22 |
gameblabla | psxinterpreter: Merge DIV interpreter fix from libretro... |
commit | commitdiff | tree | snapshot |
2021-08-22 |
gameblabla | CDROM: Ignore sectors with channel number 255 (#195) |
commit | commitdiff | tree | snapshot |
2021-08-22 |
gameblabla | mdec.cpp: Dare to set MDEC_BIAS to 10 (#186) |
commit | commitdiff | tree | snapshot |
next |