2022-01-31 |
notaz | gpu_neon: fix apparent missing msb setting in blend_blocks_t...
|
commit | commitdiff | tree |
2022-01-31 |
notaz | gpu_neon: reserved bpp is 16bpp, not 4bpp
|
commit | commitdiff | tree |
2022-01-30 |
notaz | drc: don't abort on game crash
|
commit | commitdiff | tree |
2022-01-30 |
notaz | rm the old debugger stuff, like in libretro fork
|
commit | commitdiff | tree |
2022-01-29 |
notaz | drc: add apparently missing ROREG loading
|
commit | commitdiff | tree |
2022-01-29 |
notaz | drc: some more debug logging
|
commit | commitdiff | tree |
2022-01-27 |
notaz | drc: add seemingly missing double-alloc check
|
commit | commitdiff | tree |
2022-01-27 |
notaz | drc: clear dirty flag when deallocating a reg
|
commit | commitdiff | tree |
2022-01-27 |
notaz | drc: init some variables, adjust comments
|
commit | commitdiff | tree |
2022-01-26 |
notaz | drc: emulate break opcode
|
commit | commitdiff | tree |
2022-01-26 |
notaz | drc: don't cache psxRegs.interrupt
|
commit | commitdiff | tree |
2022-01-24 |
notaz | drc: another hack to try to get Vita to work
|
commit | commitdiff | tree |
2022-01-23 |
notaz | drc: a bit more sophisticated f1 hack
|
commit | commitdiff | tree |
2022-01-23 |
notaz | always describe to get git hash in log messages
|
commit | commitdiff | tree |
2022-01-23 |
notaz | drc: possibly the missing piece for Vita
|
commit | commitdiff | tree |
2022-01-23 |
notaz | drc: align size passed to mprotect
|
commit | commitdiff | tree |
2022-01-22 |
notaz | spu: try to eliminate some cdda clicks/pops
|
commit | commitdiff | tree |
2022-01-22 |
notaz | spu: save/restore decode_pos
|
commit | commitdiff | tree |
2022-01-22 |
notaz | cdrom: play cdda regardless of report mode
|
commit | commitdiff | tree |
2021-12-14 |
notaz | drc: always clear full decoded_insn
|
commit | commitdiff | tree |
2021-12-14 |
notaz | fix some issues and warnings seen on ctr build
|
commit | commitdiff | tree |
2021-12-14 |
notaz | drc: reapply some libretro changes
|
commit | commitdiff | tree |
2021-12-14 |
notaz | drc: adjust asm to make clang happy
|
commit | commitdiff | tree |
2021-11-30 |
notaz | drc: rearrange hacks
|
commit | commitdiff | tree |
2021-11-29 |
notaz | drc: fix some mistake done during arm64 porting
|
commit | commitdiff | tree |
2021-11-28 |
notaz | drc: fix an old memhandler oversight
|
commit | commitdiff | tree |
2021-11-28 |
notaz | drc: fix CCREG loading
|
commit | commitdiff | tree |
2021-11-28 |
notaz | drc: don't cull ccreg
|
commit | commitdiff | tree |
2021-11-28 |
notaz | drc: rework cycle counting
|
commit | commitdiff | tree |
2021-11-28 |
notaz | drc: prefer callee-saved regs on alloc
|
commit | commitdiff | tree |
2021-11-28 |
notaz | drc: get rid of RAM_FIXED, revive ROREG
|
commit | commitdiff | tree |
2021-11-26 |
notaz | drc: botched msb bit check
|
commit | commitdiff | tree |
2021-11-24 |
notaz | drc: only override default cycle_multiplier
|
commit | commitdiff | tree |
2021-11-24 |
notaz | drc: add a hack for f1 games
|
commit | commitdiff | tree |
2021-11-22 |
notaz | interpreter: simplify icache implementation
|
commit | commitdiff | tree |
2021-11-22 |
notaz | drc: drop 'likely' branch support, simplify
|
commit | commitdiff | tree |
2021-11-22 |
notaz | drc: reduce memory usage
|
commit | commitdiff | tree |
2021-11-22 |
notaz | make icache implementation play nice with the dynarec
|
commit | commitdiff | tree |
2021-11-22 |
notaz | drc: detect unconditional branches early
|
commit | commitdiff | tree |
2021-11-22 |
notaz | drc: minor adjustments
|
commit | commitdiff | tree |
2021-11-22 |
notaz | drc: fix block expire
|
commit | commitdiff | tree |
2021-11-21 |
notaz | frontend: remove src alignment requirements in asm
|
commit | commitdiff | tree |
2021-11-20 |
notaz | drc,interpreter: add mul/div stalls
|
commit | commitdiff | tree |
2021-11-20 |
notaz | drc: try to make gte stall handling less bloaty
|
commit | commitdiff | tree |
2021-11-20 |
notaz | drc/gte: add some stall handling
|
commit | commitdiff | tree |
2021-11-19 |
notaz | drc: use helpers for jump checks
|
commit | commitdiff | tree |
2021-11-19 |
notaz | frontend: force full recompile on drc setting change
|
commit | commitdiff | tree |
2021-11-18 |
notaz | drc: use a separate var for game hacks
|
commit | commitdiff | tree |
2021-11-18 |
notaz | fix some crashes when loading bad state
|
commit | commitdiff | tree |
2021-11-16 |
notaz | fix x86 build
|
commit | commitdiff | tree |
2021-11-16 |
notaz | drc: add a timing hack for Internal Section
|
commit | commitdiff | tree |
2021-11-16 |
notaz | drc: adjust timing to be closer to the interpreter
|
commit | commitdiff | tree |
2021-11-15 |
notaz | drc: adjust constants, 32bit is enough
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: handle a corner case with SLT
|
commit | commitdiff | tree |
2021-11-14 |
notaz | update libpicofe
|
commit | commitdiff | tree |
2021-11-14 |
notaz | try to add armhf and arm64 ci build
|
commit | commitdiff | tree |
2021-11-14 |
notaz | enable arm64 dynarec
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: update cache flushing
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: new far call mechanism
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: something works on arm64
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: adjust bogus looking check
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: arm64 wip
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: some more general cleanup
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: arm64 wip
|
commit | commitdiff | tree |
2021-11-14 |
notaz | drc: starting arm64 support
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: move some stuff out of assem_arm for reuse
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: remove yet yet more n64 stuff
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: remove yet more n64 stuff
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: rework for 64bit, part 4
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: remove some leftover n64-only stuff
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: rework for 64bit, part 3
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: remove old debug code
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: convert 'stubs' to a struct with proper types...
|
commit | commitdiff | tree |
2021-11-08 |
notaz | drc: rework for 64bit, part 1
|
commit | commitdiff | tree |
2021-10-31 |
notaz | some drc debug patches
|
commit | commitdiff | tree |
2021-10-31 |
notaz | some drc debug helpers
|
commit | commitdiff | tree |
2021-10-31 |
notaz | some cleanup to reduce confusion
|
commit | commitdiff | tree |
2021-10-31 |
notaz | update libpicofe
|
commit | commitdiff | tree |
2021-10-31 |
notaz | assorted warning fixes
|
commit | commitdiff | tree |
2021-10-29 |
notaz | ci-linux.yml: also need submodules
|
commit | commitdiff | tree |
2021-10-29 |
notaz | try to migrate from Travis CI to GitHub Actions
|
commit | commitdiff | tree |
2021-10-02 |
notaz | cdriso: clean up after cdda thread removal
|
commit | commitdiff | tree |
2021-08-16 |
notaz | deal with some more annoying warnings
|
commit | commitdiff | tree |
2021-08-16 |
notaz | gte_divider: should include it's own header
|
commit | commitdiff | tree |
2020-04-27 |
notaz | Merge pull request #160 from J-O-N/fix-neon-cspace...
|
commit | commitdiff | tree |
2020-02-16 |
notaz | Merge pull request #156 from pcercuei/fix-gte-divide
|
commit | commitdiff | tree |
2020-02-11 |
notaz | add some missing license headers
|
commit | commitdiff | tree |
2020-02-11 |
notaz | gte_neon: fix compile under clang's assembler
|
commit | commitdiff | tree |
2020-02-08 |
notaz | menu: fix a buffer overflow
|
commit | commitdiff | tree |
2019-11-19 |
notaz | Merge pull request #147 from senquack/cdrom_sstate_fix
|
commit | commitdiff | tree |
2019-11-11 |
notaz | Merge pull request #146 from senquack/gpulib_fix
|
commit | commitdiff | tree |
2019-08-03 |
notaz | Merge pull request #139 from retro-wertz/patch-3
|
commit | commitdiff | tree |
2019-07-24 |
notaz | Merge pull request #137 from gameblabla/hle
|
commit | commitdiff | tree |
2019-03-25 |
notaz | Merge pull request #127 from retro-wertz/fix_rtps_rtpt
|
commit | commitdiff | tree |
2019-03-25 |
notaz | Merge pull request #130 from retro-wertz/patch-1
|
commit | commitdiff | tree |
2019-03-12 |
notaz | Merge pull request #123 from gameblabla/diablofix_hack
|
commit | commitdiff | tree |
2019-03-09 |
notaz | Merge pull request #124 from gameblabla/buildingfixes
|
commit | commitdiff | tree |
2019-02-19 |
notaz | Merge pull request #119 from gameblabla/piofix
|
commit | commitdiff | tree |
2017-10-17 |
notaz | Merge pull request #98 from psyke83/master
|
commit | commitdiff | tree |
2017-05-02 |
notaz | use pc-relative offsets for PIC too
|
commit | commitdiff | tree |
next |