notaz [Thu, 13 Feb 2025 23:15:55 +0000 (01:15 +0200)]
Merge branch 'master' into libretro
notaz [Thu, 13 Feb 2025 23:15:27 +0000 (01:15 +0200)]
unbreak gh build
notaz [Thu, 13 Feb 2025 23:06:18 +0000 (01:06 +0200)]
Merge branch 'master' into libretro
notaz [Thu, 13 Feb 2025 23:04:47 +0000 (01:04 +0200)]
drc: avoid some header includes when not needed
notaz [Thu, 13 Feb 2025 00:09:18 +0000 (02:09 +0200)]
db: add localized PE2 versions
notaz [Wed, 12 Feb 2025 00:31:51 +0000 (02:31 +0200)]
cdrom: more lid hacks
someday this should be properly tested on hw...
libretro/pcsx_rearmed#877
libretro/pcsx_rearmed#779
notaz [Mon, 10 Feb 2025 23:49:29 +0000 (01:49 +0200)]
gpulib: avoid unaligned read
we still support arm9 and such
notaz [Mon, 10 Feb 2025 22:43:16 +0000 (00:43 +0200)]
avoid some left shifting to sign bit
doesn't patch out left shifting negative values as that seems to be
properly handled by gcc/clang/msvc (even while the standard makes it
undefined), and patching it would uglify the code too much
notaz [Mon, 10 Feb 2025 22:37:32 +0000 (00:37 +0200)]
gpu: some function mismatches
pointed out by ubsan
notaz [Sat, 8 Feb 2025 22:03:53 +0000 (00:03 +0200)]
lightrec: rm dup line
notaz [Sat, 8 Feb 2025 21:51:54 +0000 (23:51 +0200)]
gpu_neon: avoid some clang warnings
notaz [Sat, 1 Feb 2025 20:51:21 +0000 (22:51 +0200)]
Merge branch 'master' into libretro
notaz [Sat, 1 Feb 2025 00:34:02 +0000 (02:34 +0200)]
gpulib: keep dirty flag if not displayed
notaz [Wed, 29 Jan 2025 00:18:50 +0000 (02:18 +0200)]
lightning: apply patch from libretro/pcsx_rearmed#868
Just to stop people reporting bugs.
Can be reverted later and properly synced with upstream lightrec when it
gets the fix.
libretro/pcsx_rearmed#868
libretro/pcsx_rearmed#873
notaz [Thu, 30 Jan 2025 22:57:42 +0000 (00:57 +0200)]
Merge branch 'master' into libretro
notaz [Thu, 30 Jan 2025 21:24:18 +0000 (23:24 +0200)]
spu: try some reverb resample filtering
when gauss/cubic interpolation is on
libretro/pcsx_rearmed#515
notaz [Tue, 28 Jan 2025 22:56:45 +0000 (00:56 +0200)]
libretro: clean up win32 build
notaz [Tue, 28 Jan 2025 21:10:41 +0000 (23:10 +0200)]
gpu: partially revert
4a15db3fc8
broke busy after dma
libretro/pcsx_rearmed#873
notaz [Mon, 27 Jan 2025 23:06:15 +0000 (01:06 +0200)]
Merge branch 'master' into libretro
notaz [Sun, 26 Jan 2025 20:10:20 +0000 (22:10 +0200)]
propagate config after cd check
libretro/pcsx_rearmed#870
notaz [Sat, 25 Jan 2025 21:13:07 +0000 (23:13 +0200)]
Merge branch 'master' into libretro
notaz [Sat, 25 Jan 2025 20:51:42 +0000 (22:51 +0200)]
db: update
libretro/pcsx_rearmed#870
notaz [Sat, 25 Jan 2025 19:43:59 +0000 (21:43 +0200)]
drc: must call both callbacks in mixed mode
libretro/pcsx_rearmed#871
notaz [Sat, 25 Jan 2025 01:35:39 +0000 (03:35 +0200)]
make: address a ci race
would be better to drop the plugins really
notaz [Sat, 25 Jan 2025 00:59:51 +0000 (02:59 +0200)]
Merge branch 'master' into libretro
notaz [Sat, 25 Jan 2025 00:52:07 +0000 (02:52 +0200)]
standalone: fix missed y scaling
notaz [Thu, 23 Jan 2025 23:51:59 +0000 (01:51 +0200)]
hle: assorted fixes
like switching bios<->hle, w^x dynarec
notaz [Thu, 23 Jan 2025 22:19:14 +0000 (00:19 +0200)]
drc: implement block linking on platforms that lacked it
... and likely break some of those platforms that I can't test :(
notaz [Wed, 22 Jan 2025 22:18:09 +0000 (00:18 +0200)]
drc: rearrange stop_after_jal stuff, limit NI prints
notaz [Wed, 22 Jan 2025 21:26:54 +0000 (23:26 +0200)]
drc: handle gte stalls closer to the interpreter
notaz [Wed, 22 Jan 2025 01:11:12 +0000 (03:11 +0200)]
drc: detect unoptimized stack reloads
notaz [Wed, 22 Jan 2025 23:11:27 +0000 (01:11 +0200)]
drc: generate diff-able debug output
notaz [Wed, 22 Jan 2025 01:10:57 +0000 (03:10 +0200)]
drc: rework vsync
notaz [Tue, 21 Jan 2025 21:12:57 +0000 (23:12 +0200)]
db: update
libretro/pcsx_rearmed#515
note that lightrec already runs more cycles as it doesn't do any
gte stall things
notaz [Tue, 21 Jan 2025 20:51:15 +0000 (22:51 +0200)]
cpu: make sure config is applied when core is changed
notaz [Mon, 20 Jan 2025 23:12:35 +0000 (01:12 +0200)]
spu: rework reverb according to nocash docs
rpi4 performs about the same
notaz [Mon, 20 Jan 2025 01:08:29 +0000 (03:08 +0200)]
standalone: allow to enable slowboot in config at least
notaz [Mon, 20 Jan 2025 01:06:41 +0000 (03:06 +0200)]
cdrom: try different seek timing
unclear if it's better, might need to revert
notaz [Sun, 19 Jan 2025 20:58:28 +0000 (22:58 +0200)]
cdrom: drop the propagation thing
It does more harm than good by causing instability.
Maybe make it optional someday.
notaz [Sat, 18 Jan 2025 23:42:35 +0000 (01:42 +0200)]
cdrom: disable some hack for xa
Paul Cercueil [Fri, 17 Jan 2025 00:50:05 +0000 (01:50 +0100)]
lightrec: Add the big-ass debugger
This debugger has this name because it doesn't even try to be suttle -
it will run the dynarec and interpreter versions of Lightrec in
parallel, comparing their behaviour at every exit point, and returning
any issue as soon as they appear.
By default, the emulator will print a checksum of the registers after
each exit point. When a mismatch is found, it is advised to re-start the
debugging setting the LIGHTREC_VERY_DEBUG=1 environment variable, and to
set the LIGHTREC_BEGIN_CYCLES environment variable to the cycle value of
the last known state. When the "very debug" mode is used, the
interpreter and dynarec will exit after each single block, and the
emulator will compute a checksum of the whole RAM and scratchpad and
print all registers. This two-level debugging allows to find a mismatch
point very fast, and then fine-tune until the exact breaking point is
found.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Paul Cercueil [Fri, 17 Jan 2025 00:49:07 +0000 (01:49 +0100)]
Disable mult/div and memset optimizations when debugging Lightrec
These optimizations cause Lightrec's interpreter and dynarec to have
different behaviours.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Paul Cercueil [Fri, 17 Jan 2025 00:25:17 +0000 (01:25 +0100)]
lightrec: Add LIGHTREC_DEBUG functionality
When set, Lightrec will be built with the debug log level, the built-in
disassembler for PSX code and JIT code (requires binutils), and support
outputing data to the big-ass debugger (if the proper environment
variables are set).
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
notaz [Sat, 18 Jan 2025 00:27:42 +0000 (02:27 +0200)]
attempt to fix CI
notaz [Sat, 18 Jan 2025 00:20:51 +0000 (02:20 +0200)]
try some more CIs
notaz [Thu, 16 Jan 2025 00:41:14 +0000 (02:41 +0200)]
Merge branch 'master' into libretro
notaz [Thu, 16 Jan 2025 00:01:21 +0000 (02:01 +0200)]
core: move some more stuff to psxRegs
less literal pools
notaz [Wed, 15 Jan 2025 23:20:30 +0000 (01:20 +0200)]
drc: fix wrong stop check
would return prematurely because of this
notaz [Wed, 15 Jan 2025 23:06:43 +0000 (01:06 +0200)]
misc: hard-reset cpu on hle change
notaz [Wed, 15 Jan 2025 19:15:07 +0000 (21:15 +0200)]
fix some warnings on win32
notaz [Tue, 14 Jan 2025 01:36:59 +0000 (03:36 +0200)]
Merge branch 'master' into libretro
notaz [Tue, 14 Jan 2025 01:32:04 +0000 (03:32 +0200)]
db: update
no desire to dig out the real reason; works on arm?
libretro/pcsx_rearmed#867
notaz [Tue, 14 Jan 2025 01:27:23 +0000 (03:27 +0200)]
lightrec: update
notaz [Tue, 14 Jan 2025 00:51:58 +0000 (02:51 +0200)]
gpu: adjust timing again
maybe I should just give up...
Paul Cercueil [Sun, 12 Jan 2025 22:07:38 +0000 (23:07 +0100)]
git subrepo pull --force deps/lightrec
subrepo:
subdir: "deps/lightrec"
merged: "
8293acf768e"
upstream:
origin: "https://github.com/pcercuei/lightrec.git"
branch: "master"
commit: "
8293acf768e"
git-subrepo:
version: "0.4.6"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "
110b9eb"
notaz [Sat, 11 Jan 2025 23:52:03 +0000 (01:52 +0200)]
Merge branch 'master' into libretro
notaz [Sat, 11 Jan 2025 22:28:09 +0000 (00:28 +0200)]
drc: adjust timing hacks
also drop the difference from other cpu cores
libretro/pcsx_rearmed#858
notaz/pcsx_rearmed#349
Benjamin FRANCOIS [Fri, 10 Jan 2025 19:56:50 +0000 (11:56 -0800)]
restore Haiku build
Benjamin FRANCOIS [Fri, 10 Jan 2025 19:56:50 +0000 (11:56 -0800)]
restore Haiku build
notaz [Thu, 9 Jan 2025 19:23:39 +0000 (21:23 +0200)]
lightrec: update to match libretro branch
notaz [Thu, 9 Jan 2025 19:02:29 +0000 (21:02 +0200)]
Merge pull request #863 from pcercuei/update-lightrec-
20250108
Update Lightrec 2025-01-08
Paul Cercueil [Thu, 9 Jan 2025 17:24:39 +0000 (18:24 +0100)]
git subrepo pull --force deps/lightning
subrepo:
subdir: "deps/lightning"
merged: "
a6bb2b5a7cf"
upstream:
origin: "https://git.savannah.gnu.org/git/lightning.git"
branch: "master"
commit: "
a6bb2b5a7cf"
git-subrepo:
version: "0.4.6"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "
110b9eb"
Paul Cercueil [Wed, 8 Jan 2025 14:29:46 +0000 (15:29 +0100)]
git subrepo pull --force deps/lightrec
subrepo:
subdir: "deps/lightrec"
merged: "
05f7e09e919"
upstream:
origin: "https://github.com/pcercuei/lightrec.git"
branch: "master"
commit: "
05f7e09e919"
git-subrepo:
version: "0.4.6"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "
110b9eb"
notaz [Mon, 6 Jan 2025 22:47:40 +0000 (00:47 +0200)]
Merge branch 'master' into libretro
notaz [Mon, 6 Jan 2025 00:51:47 +0000 (02:51 +0200)]
gpu_neon: try more to not violate the arm32 abi
keep 8b stack alignment, save/restore regs, try avoiding hazards of
arm+neon accessing same cachelines on cortex-a8
notaz [Sat, 28 Dec 2024 21:44:38 +0000 (23:44 +0200)]
Merge branch 'master' into libretro
notaz [Sat, 28 Dec 2024 21:43:01 +0000 (23:43 +0200)]
3ds: fix build
c++ and long s32 combines to a peril
notaz [Sat, 28 Dec 2024 21:25:33 +0000 (23:25 +0200)]
Merge branch 'master' into libretro
notaz [Fri, 27 Dec 2024 20:04:33 +0000 (22:04 +0200)]
gpu: further timing hacks
libretro/pcsx_rearmed#711
notaz/pcsx_rearmed#348
notaz [Fri, 27 Dec 2024 15:37:31 +0000 (17:37 +0200)]
gpu_neon: typo fix + minor stuff
notaz [Thu, 26 Dec 2024 20:18:02 +0000 (22:18 +0200)]
cdrom: fix wrong state
libretro/pcsx_rearmed#860
notaz [Thu, 26 Dec 2024 19:03:15 +0000 (21:03 +0200)]
libretro: simplify axis_range_modifier
also default to square as that better matches psx on modern controllers
notaz [Tue, 24 Dec 2024 18:39:34 +0000 (20:39 +0200)]
gpu: different offset handling
hopefully better, please report if something breaks
libretro/pcsx_rearmed#622
notaz [Tue, 24 Dec 2024 17:57:57 +0000 (19:57 +0200)]
gpu_neon: unbreak tests
notaz [Mon, 23 Dec 2024 12:49:28 +0000 (14:49 +0200)]
Merge branch 'master' into libretro
notaz [Mon, 23 Dec 2024 12:21:47 +0000 (14:21 +0200)]
cdrom: yet another timing hack
libretro/pcsx_rearmed#858
notaz [Mon, 23 Dec 2024 12:21:16 +0000 (14:21 +0200)]
cdrom: some cleanup
notaz [Thu, 19 Dec 2024 23:34:22 +0000 (01:34 +0200)]
Merge branch 'master' into libretro
notaz [Thu, 19 Dec 2024 23:04:28 +0000 (01:04 +0200)]
gpu: some timing improvements
libretro/pcsx_rearmed#857
notaz/pcsx_rearmed#217
notaz [Thu, 19 Dec 2024 00:24:02 +0000 (02:24 +0200)]
Merge branch 'master' into libretro
notaz [Thu, 19 Dec 2024 00:23:00 +0000 (02:23 +0200)]
gpulib: unbreak debug logs
notaz [Wed, 18 Dec 2024 23:18:26 +0000 (01:18 +0200)]
vita: disable drc thread
tc writes from a thread cause data abort, and sceKernelOpenVMDomain()
returns
80010058 which https://wiki.henkaku.xyz/vita/SceSblSsMgr mentions
as SCE_ERROR_ERRNO_ENOSYS, aka "Invalid system call number"?
notaz [Wed, 18 Dec 2024 21:50:25 +0000 (23:50 +0200)]
Merge branch 'master' into libretro
notaz [Wed, 18 Dec 2024 21:47:00 +0000 (23:47 +0200)]
vita: another try
maybe the last
libretro/pcsx_rearmed#856
notaz [Tue, 17 Dec 2024 23:37:07 +0000 (01:37 +0200)]
Merge branch 'master' into libretro
notaz [Tue, 17 Dec 2024 23:28:49 +0000 (01:28 +0200)]
drc: allow address 0 in thread mode
Otherwise the compile thread would spin endlessly.
Noticed it when another bug caused exec at address 0.
notaz [Tue, 17 Dec 2024 23:28:11 +0000 (01:28 +0200)]
psxinterpreter: avoid excessive icache clearing
notaz [Tue, 17 Dec 2024 19:36:52 +0000 (21:36 +0200)]
drc: avoid mov pc
DDI0406 A4.1.1 "Changing between Thumb state and ARM state" recommends
against mov pc, and recent compilers completely avoid it too.
notaz [Tue, 17 Dec 2024 19:34:32 +0000 (21:34 +0200)]
vita: yet another try to fix crashes
libretro/pcsx_rearmed#856
notaz [Tue, 17 Dec 2024 00:24:24 +0000 (02:24 +0200)]
Merge branch 'master' into libretro
notaz [Tue, 17 Dec 2024 00:20:39 +0000 (02:20 +0200)]
drc: another try to fix thread cache stuff
libretro/pcsx_rearmed#856
notaz [Mon, 16 Dec 2024 01:19:03 +0000 (03:19 +0200)]
Merge branch 'master' into libretro
notaz [Mon, 16 Dec 2024 01:18:07 +0000 (03:18 +0200)]
make: no line splitting
won't work on libretro-build-libnx-devkitpro , who tf knows why?
notaz [Mon, 16 Dec 2024 01:16:04 +0000 (03:16 +0200)]
attempt to fix github workflows
notaz [Mon, 16 Dec 2024 01:10:00 +0000 (03:10 +0200)]
db: another lightrec hack
notaz [Mon, 16 Dec 2024 00:28:34 +0000 (02:28 +0200)]
Merge branch 'master' into libretro
notaz [Sun, 15 Dec 2024 23:39:42 +0000 (01:39 +0200)]
mdec: timing hacks
libretro/pcsx_rearmed#846
notaz [Sun, 15 Dec 2024 22:35:53 +0000 (00:35 +0200)]
vita: try to fix alloc
libretro/pcsx_rearmed#856
notaz [Sun, 15 Dec 2024 21:28:39 +0000 (23:28 +0200)]
vita: cleanup
notaz [Sun, 15 Dec 2024 20:45:44 +0000 (22:45 +0200)]
libretro: drop remnants of _async_cd
there is pcsx_rearmed_cd_readahead now