psxbios: implement strtol
[pcsx_rearmed.git] / frontend /
2023-11-01 Bobby SmithAdd missing #if for the "Threaded SPU" core option
2023-11-01 notazrename gpu_senquack to gpu_unai
2023-11-01 notazrename gpu_unai to gpu_unai_old
2023-10-31 notazfrontend: drop an outdated sanity check
2023-10-28 notazlibretro: fix option mismatch
2023-10-28 notazlibretro: clear the allocated buffers
2023-10-28 notazlibretro: try to support different pitches
2023-10-27 notazadjust vita's mappings to more resemble other platforms
2023-10-24 notazgpulib: trust game's centering based on a database
2023-10-24 notazgpulib: add a "borderless" option to restore old behavior
2023-10-23 notazsave some things that weren't saved but should have...
2023-10-23 notazgpu_neon: rework buffering to reduce flickering
2023-10-21 notazadd a libcrypt warning
2023-10-21 notazupdate libpicofe
2023-10-21 Matheus GarciaCompatibility with FreeBSD
2023-10-17 notazmust specify cflags to link
2023-10-14 notazspu: implement irq on dma
2023-10-13 StormedBubblesOptional lightgun crosshairs + add "Konami Gun" device
2023-10-08 notazgpu: a bit better idle bit handling
2023-10-04 notazstandalone: load per-game config from cmd line too
2023-10-01 notazadd a thp-based huge page alloc fallback
2023-10-01 notazpatch up some savestate issues
2023-09-27 notazspu: try to improve timing
2023-09-26 notazplugin_lib: fix a silly crash
2023-09-23 notazlog some build info
2023-09-23 notazpsxbios: experimental vsync HLE
2023-09-19 notazinput changes part3
2023-09-18 notazattempt to improve guncon defaults
2023-09-14 notazcleanup the input mess, part2
2023-09-13 notazswitch over to libretro input code
2023-09-10 notazlibretro: allow unlimited cheat length
2023-09-04 notazinitial hle support for lightrec
2023-08-31 notazfrontend: don't frameskip on fast forward
2023-08-28 Julien LoirFix emscripten build
2023-08-28 notazsome missing error handling
2023-08-25 notazspu: rm bunch of unused functions
2023-08-19 notazfrontend: accept more bios
2023-08-19 notaztry to emulate borders properly
2023-08-10 notaztry to fix reset in HLE mode
2023-08-09 notazpsxbios: completely rework exception handling
2023-08-06 notazlibretro: add (psx) exe and iso to valid_extensions
2023-08-06 notazlibretro: understand psx exes
2023-08-03 notazlibretro: accept ps1_rom.bin (and similar) bios too
2023-08-03 notaztry to fix win32 build
2023-08-03 Paul CercueilSupport compiling without posix_memalign() function
2023-08-03 Paul CercueilSupport compiling without pthreads
2023-07-21 notazpsxinterpreter: yet more exceptions, new config option
2023-07-20 Bobby SmithFix crash when BIOS isn't found
2023-07-14 notazsync with libretro
2023-07-14 notazlibretro: look for openbios
2023-07-14 notazadjust bios handling again
2023-07-14 notazremove "slow" text from Enhanced Resolution
2023-07-10 notazsome openbios support
2023-07-09 notazclean up switching between dynarec and interpreter
2023-07-09 notazMerge pull request #292 from pcercuei/dfsound-big-endian
2023-07-07 notazcscpace: fix more alignment issues
2023-07-06 notazlibretro: disable spu thread by default, with option...
2022-11-13 notazdma: add optional slow linked list walking
2022-10-15 notazmerge from libretro fork
2022-10-01 notazpsxinterpreter: use cycle_multiplier also
2022-10-01 notazremove all the hack options
2022-09-16 notazmain: log missing CPU features
2022-09-15 notazdon't cast between long and pointers for win64
2022-09-15 notazfrontend: handle double res rendering, enable on x86_64
2022-09-10 notazsome big endian fixes
2022-09-10 notazstandalone: allow lightrec for testing
2022-09-08 notazspu: sync on xa playback start
2022-08-30 notazplugins: try to untangle the CALLBACK mess
2022-08-30 notazspu: get rid of iXAPitch
2022-08-09 notazcspace: add forgotten length decrement
2022-08-08 notazcspace: generic implementation with vector extensions
2022-08-08 notazgpu_neon: integration for arm64
2022-07-29 Paul Cercueilfrontend: Fix colorspace conversion routines on big...
2022-03-13 notazfrontend: omap: fix glitches on mode changes
2022-02-23 notazdrc: restore all block entry points at once
2022-01-30 notazrm the old debugger stuff, like in libretro fork
2021-11-30 notazdrc: rearrange hacks
2021-11-24 notazdrc: only override default cycle_multiplier
2021-11-22 notazinterpreter: simplify icache implementation
2021-11-22 notazmake icache implementation play nice with the dynarec
2021-11-21 notazfrontend: remove src alignment requirements in asm
2021-11-20 notazdrc,interpreter: add mul/div stalls
2021-11-20 notazdrc/gte: add some stall handling
2021-11-19 notazfrontend: force full recompile on drc setting change
2021-11-14 notazupdate libpicofe
2021-11-14 notazdrc: something works on arm64
2021-10-31 notazupdate libpicofe
2021-10-31 notazassorted warning fixes
2021-10-29 gameblablaNew, separate GPU plugin based on Unai. (#233)
2021-10-02 gameblablaIcache emulation from PCSX Redux + Senquack changes...
2021-09-09 gameblablaARM build fixes. (Should fix building on ARM/GCC10...
2021-08-22 gameblablaFixes Diablo 1 SPU bug properly and remove Diablo hack...
2021-08-16 gameblablaCHD support from libretro's fork. (#188)
2020-04-27 notazMerge pull request #160 from J-O-N/fix-neon-cspace...
2020-04-26 J-O-NFixed bug where MSB of a 15-bit BGR color could corrupt...
2020-02-08 notazmenu: fix a buffer overflow
2019-07-24 notazMerge pull request #137 from gameblabla/hle
2019-03-12 notazMerge pull request #123 from gameblabla/diablofix_hack
2019-03-07 gameblablaDiablo Music fix for PCSX Rearmed. (optional hack)
2016-09-18 notazdrc: try to support w^x platforms like iOS
next