pcsx_rearmed.git
9 months agospu: adjust fmod to match nocash description
notaz [Thu, 5 Oct 2023 22:12:50 +0000 (01:12 +0300)]
spu: adjust fmod to match nocash description

mednafen doesn't quite agree though, so this may need to be revisited

9 months agostandalone: load per-game config from cmd line too
notaz [Wed, 4 Oct 2023 21:54:29 +0000 (00:54 +0300)]
standalone: load per-game config from cmd line too

notaz/pcsx_rearmed#163

9 months agoMerge pull request #771 from pcercuei/update-lightrec-20231006
notaz [Sun, 8 Oct 2023 15:25:57 +0000 (18:25 +0300)]
Merge pull request #771 from pcercuei/update-lightrec-20231006

Update lightrec 20231006

9 months agogit subrepo pull --force deps/lightrec
Paul Cercueil [Fri, 6 Oct 2023 21:33:00 +0000 (23:33 +0200)]
git subrepo pull --force deps/lightrec

subrepo:
  subdir:   "deps/lightrec"
  merged:   "83b50408ae"
upstream:
  origin:   "https://github.com/pcercuei/lightrec.git"
  branch:   "master"
  commit:   "83b50408ae"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

9 months agogit subrepo pull (merge) --force deps/lightning
Paul Cercueil [Fri, 6 Oct 2023 21:32:55 +0000 (23:32 +0200)]
git subrepo pull (merge) --force deps/lightning

subrepo:
  subdir:   "deps/lightning"
  merged:   "4d1ef4c372"
upstream:
  origin:   "https://github.com/pcercuei/gnu_lightning.git"
  branch:   "pcsx_rearmed"
  commit:   "4d1ef4c372"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

9 months agodrc: avoid excessive recursion in hle mode
notaz [Wed, 4 Oct 2023 20:51:55 +0000 (23:51 +0300)]
drc: avoid excessive recursion in hle mode

10 months agogpulib: use mmap on linux like before
notaz [Sun, 1 Oct 2023 21:37:45 +0000 (00:37 +0300)]
gpulib: use mmap on linux like before

negativeExponent made it heap alloc as default in 12367ad02, why?

10 months agoadd a thp-based huge page alloc fallback
notaz [Sun, 1 Oct 2023 22:24:50 +0000 (01:24 +0300)]
add a thp-based huge page alloc fallback

10 months agopatch up some savestate issues
notaz [Sun, 1 Oct 2023 21:02:39 +0000 (00:02 +0300)]
patch up some savestate issues

exposed by RetroArch's run-ahead/rewind functionality

10 months agolightrec: must use MAP_FIXED_NOREPLACE
notaz [Sat, 30 Sep 2023 20:26:21 +0000 (23:26 +0300)]
lightrec: must use MAP_FIXED_NOREPLACE

otherwise it'll destroy existing mappings

notaz/pcsx_rearmed#109
CC @pcercuei

10 months agopsxbios: more careful cnf parsing
notaz [Sat, 30 Sep 2023 19:43:03 +0000 (22:43 +0300)]
psxbios: more careful cnf parsing

10 months agodrc: make hash table issues easier to debug
notaz [Sat, 30 Sep 2023 18:08:47 +0000 (21:08 +0300)]
drc: make hash table issues easier to debug

10 months agospu: try to improve timing
notaz [Wed, 27 Sep 2023 20:12:48 +0000 (23:12 +0300)]
spu: try to improve timing

notaz/pcsx_rearmed#305

10 months agorm leftover debug code
notaz [Tue, 26 Sep 2023 23:24:32 +0000 (02:24 +0300)]
rm leftover debug code

10 months agospu: avoid relying on signed overflow undefined behavior
notaz [Tue, 26 Sep 2023 22:20:27 +0000 (01:20 +0300)]
spu: avoid relying on signed overflow undefined behavior

didn't seem to cause any issue in practice, but who knows with
all the different compilers

10 months agoplugin_lib: fix a silly crash
notaz [Tue, 26 Sep 2023 22:09:51 +0000 (01:09 +0300)]
plugin_lib: fix a silly crash

10 months agoinput changes part4
notaz [Sun, 24 Sep 2023 20:02:12 +0000 (23:02 +0300)]
input changes part4

libretro/pcsx_rearmed#765

10 months agolog some build info
notaz [Sat, 23 Sep 2023 19:39:52 +0000 (22:39 +0300)]
log some build info

helpful for bug reports

10 months agopsxbios: experimental vsync HLE
notaz [Sat, 23 Sep 2023 19:00:13 +0000 (22:00 +0300)]
psxbios: experimental vsync HLE

unsure how useful this is

10 months agodrc: adjust ld_use_hazard
notaz [Sat, 23 Sep 2023 20:57:36 +0000 (23:57 +0300)]
drc: adjust ld_use_hazard

10 months agolog some info about bios and config
notaz [Thu, 21 Sep 2023 17:34:02 +0000 (20:34 +0300)]
log some info about bios and config

10 months agopsxbios: some more details
notaz [Wed, 20 Sep 2023 22:17:37 +0000 (01:17 +0300)]
psxbios: some more details

10 months agocdrom: some report mode details
notaz [Wed, 20 Sep 2023 19:49:40 +0000 (22:49 +0300)]
cdrom: some report mode details

trusting mednafen on this one
libretro/pcsx_rearmed#762

10 months agoinput changes part3
notaz [Tue, 19 Sep 2023 22:56:41 +0000 (01:56 +0300)]
input changes part3

notaz/pcsx_rearmed#309

10 months agoandroid again
notaz [Mon, 18 Sep 2023 23:37:01 +0000 (02:37 +0300)]
android again

10 months agopsxbios: allow custom api overrides
notaz [Mon, 18 Sep 2023 22:35:30 +0000 (01:35 +0300)]
psxbios: allow custom api overrides

BallBlazer Champions hooks custom heap funcs
notaz/pcsx_rearmed#307

10 months agopsxbios: maybe more accurate malloc
notaz [Mon, 18 Sep 2023 22:34:44 +0000 (01:34 +0300)]
psxbios: maybe more accurate malloc

10 months agolightrec: Emulate BREAK
Paul Cercueil [Mon, 18 Sep 2023 16:39:40 +0000 (18:39 +0200)]
lightrec: Emulate BREAK

Some games (F1 2000, maybe others) require BREAK to be emulated
properly.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
10 months agoattempt to improve guncon defaults
notaz [Fri, 15 Sep 2023 23:41:06 +0000 (02:41 +0300)]
attempt to improve guncon defaults

The previous change wrongly introduced resolution into the calculation
which is unneeded because input is not pixel coordinates.

10 months agocleanup the input mess, part2
notaz [Thu, 14 Sep 2023 22:18:13 +0000 (01:18 +0300)]
cleanup the input mess, part2

10 months agoyet more timing hacks
notaz [Wed, 13 Sep 2023 22:19:28 +0000 (01:19 +0300)]
yet more timing hacks

libretro/pcsx_rearmed#758

10 months agounai: Fix scalers doing endianness conversion
Paul Cercueil [Wed, 13 Sep 2023 09:23:16 +0000 (11:23 +0200)]
unai: Fix scalers doing endianness conversion

Both the VRAM and the downscale buffers are in little-endian format,
there's no need to do any endianness conversion.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
10 months agopsxbios: fix warnings
notaz [Wed, 13 Sep 2023 21:10:41 +0000 (00:10 +0300)]
psxbios: fix warnings

10 months agopsxbios: unbreak input
notaz [Wed, 13 Sep 2023 20:58:27 +0000 (23:58 +0300)]
psxbios: unbreak input

10 months agofix standalone build
notaz [Wed, 13 Sep 2023 20:19:54 +0000 (23:19 +0300)]
fix standalone build

10 months agogit subrepo pull --force deps/lightrec
Paul Cercueil [Tue, 12 Sep 2023 22:20:43 +0000 (00:20 +0200)]
git subrepo pull --force deps/lightrec

subrepo:
  subdir:   "deps/lightrec"
  merged:   "b53e0e808d"
upstream:
  origin:   "https://github.com/pcercuei/lightrec.git"
  branch:   "master"
  commit:   "b53e0e808d"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

10 months agolibpcsxcore: Set unsafe flags after reset
Paul Cercueil [Tue, 12 Sep 2023 21:33:04 +0000 (23:33 +0200)]
libpcsxcore: Set unsafe flags after reset

Lightrec is only initialized once, when the emulator starts. We need to
set the unsafe flags after reset because the setting will be different
across games.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
10 months agothe usual android buildfix
notaz [Tue, 12 Sep 2023 22:38:26 +0000 (01:38 +0300)]
the usual android buildfix

10 months agotry to cleanup the mess in the input code
notaz [Tue, 12 Sep 2023 21:08:56 +0000 (00:08 +0300)]
try to cleanup the mess in the input code

10 months agodeal with lightrec warnings
notaz [Tue, 12 Sep 2023 21:10:13 +0000 (00:10 +0300)]
deal with lightrec warnings

they're just too annoying

10 months agoMerge pull request #757 from pcercuei/lightrec-hacks
notaz [Sun, 10 Sep 2023 22:53:16 +0000 (01:53 +0300)]
Merge pull request #757 from pcercuei/lightrec-hacks

libpcsxcore: Add database for Lightrec hacks

10 months agoadjust irq10 and rcnt for pal
notaz [Sun, 10 Sep 2023 20:26:54 +0000 (23:26 +0300)]
adjust irq10 and rcnt for pal

libretro/pcsx_rearmed#723

10 months agolibretro: allow unlimited cheat length
notaz [Sun, 10 Sep 2023 19:06:56 +0000 (22:06 +0300)]
libretro: allow unlimited cheat length

notaz/pcsx_rearmed#306

10 months agopsxinterpreter: log reserved insn once
notaz [Sun, 10 Sep 2023 19:03:19 +0000 (22:03 +0300)]
psxinterpreter: log reserved insn once

10 months agocdrom: add a hack for bad rips
notaz [Sun, 10 Sep 2023 15:18:26 +0000 (18:18 +0300)]
cdrom: add a hack for bad rips

The game gets track times using CdlGetTN/CdlGetTD, but the rip only
keeps the data track. The game then wants to play a track using a
hardcoded track number, reading out of range of the list it got before,
sending garbage to CDC with infinite retries.

notaz/pcsx_rearmed#302

10 months agolibpcsxcore: Add database for Lightrec hacks
Paul Cercueil [Sun, 10 Sep 2023 18:58:02 +0000 (20:58 +0200)]
libpcsxcore: Add database for Lightrec hacks

And add entries for the infamous Formula One games.

These games do tricks with the instruction cache that are hard to
emulate properly in an interpreter, and almost impossible in a dynamic
recompiler.

Funnily enough, emulating the CPU less accurately by only invalidating
cached code on DMA writes and never on CPU writes make these games work.

These hacks will also make Lightrec generate faster code, but they are
unsafe by nature, and that's why they are conditionally enabled.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
10 months agogpulib: handle vram copy in gpulib
notaz [Fri, 8 Sep 2023 21:39:34 +0000 (00:39 +0300)]
gpulib: handle vram copy in gpulib

use internal buffering according to mednafen
notaz/pcsx_rearmed#289

10 months agosome lightgun selection mechanism
notaz [Wed, 6 Sep 2023 20:47:23 +0000 (23:47 +0300)]
some lightgun selection mechanism

10 months agopsxbios: primitive chdir implementation
notaz [Tue, 5 Sep 2023 22:05:48 +0000 (01:05 +0300)]
psxbios: primitive chdir implementation

10 months agopsxbios: don't overwrite ra
notaz [Tue, 5 Sep 2023 19:03:32 +0000 (22:03 +0300)]
psxbios: don't overwrite ra

10 months agofix irq10 for the dynarec
notaz [Tue, 5 Sep 2023 18:07:01 +0000 (21:07 +0300)]
fix irq10 for the dynarec

libretro/pcsx_rearmed#723

10 months agogpulib: add some missed sync and flush
notaz [Mon, 4 Sep 2023 23:05:01 +0000 (02:05 +0300)]
gpulib: add some missed sync and flush

notaz/pcsx_rearmed#303

10 months agogpulib: new debug compile option for raw fb display
notaz [Mon, 4 Sep 2023 23:03:23 +0000 (02:03 +0300)]
gpulib: new debug compile option for raw fb display

10 months agopreliminary irq10 support
notaz [Mon, 4 Sep 2023 20:09:05 +0000 (23:09 +0300)]
preliminary irq10 support

libretro/pcsx_rearmed#723

11 months agolightrec: initial hle support
notaz [Sat, 2 Sep 2023 19:54:16 +0000 (22:54 +0300)]
lightrec: initial hle support

11 months agoMerge pull request #756 from pcercuei/update-lightrec-20230902
notaz [Sat, 2 Sep 2023 21:07:39 +0000 (00:07 +0300)]
Merge pull request #756 from pcercuei/update-lightrec-20230902

Update Lightrec 2023-09-02

11 months agogit subrepo pull --force deps/lightrec
Paul Cercueil [Sat, 2 Sep 2023 20:45:44 +0000 (22:45 +0200)]
git subrepo pull --force deps/lightrec

subrepo:
  subdir:   "deps/lightrec"
  merged:   "3eee0e1e7e"
upstream:
  origin:   "https://github.com/pcercuei/lightrec.git"
  branch:   "master"
  commit:   "3eee0e1e7e"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

11 months agogpu_neon: more complicated overflow check
notaz [Thu, 31 Aug 2023 22:29:28 +0000 (01:29 +0300)]
gpu_neon: more complicated overflow check

11 months agopsxbios: rework firstfile/nextfile
notaz [Thu, 31 Aug 2023 20:50:09 +0000 (23:50 +0300)]
psxbios: rework firstfile/nextfile

11 months agogpu: handle wrapping somewhat
notaz [Thu, 31 Aug 2023 20:51:19 +0000 (23:51 +0300)]
gpu: handle wrapping somewhat

instead of crashing outright

11 months agofrontend: don't frameskip on fast forward
notaz [Thu, 31 Aug 2023 20:32:18 +0000 (23:32 +0300)]
frontend: don't frameskip on fast forward

It just glitches everything.
Standalone only, libretro does it's own thing.

11 months agofix arm32 build
notaz [Thu, 31 Aug 2023 00:13:17 +0000 (03:13 +0300)]
fix arm32 build

libretro/pcsx_rearmed#754

11 months agoMerge pull request #754 from pcercuei/unai-big-endian
notaz [Wed, 30 Aug 2023 21:09:33 +0000 (00:09 +0300)]
Merge pull request #754 from pcercuei/unai-big-endian

unai: Add support for big-endian

11 months agomake GPUopen consistent everywhere
notaz [Wed, 30 Aug 2023 20:30:39 +0000 (23:30 +0300)]
make GPUopen consistent everywhere

libretro/pcsx_rearmed#752

11 months agounai: Add support for big-endian
Paul Cercueil [Wed, 30 Aug 2023 14:36:56 +0000 (16:36 +0200)]
unai: Add support for big-endian

Fix VRAM and PacketBuffer accesses to always go through endianness
conversion. This should fix most of Unai on big-endian systems.

I think it is not 100% complete as RGB888 frames are still rendered in
the host's endian - but in my case the emulator (WiiSX) expects a host
endian format for RGB888 so it still works.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
11 months agopsxbios: implement get/setconf
notaz [Tue, 29 Aug 2023 21:43:15 +0000 (00:43 +0300)]
psxbios: implement get/setconf

11 months agoplatforms: enable emscripten
notaz [Tue, 29 Aug 2023 19:56:21 +0000 (22:56 +0300)]
platforms: enable emscripten

11 months agotry to unbreak bigendian
notaz [Tue, 29 Aug 2023 00:28:40 +0000 (03:28 +0300)]
try to unbreak bigendian

always struggling with it
libretro/pcsx_rearmed#753

11 months agofix a minor warning
notaz [Mon, 28 Aug 2023 23:10:22 +0000 (02:10 +0300)]
fix a minor warning

11 months agoMerge pull request #752 from Namaneo/fix_emscripten
notaz [Mon, 28 Aug 2023 23:06:11 +0000 (02:06 +0300)]
Merge pull request #752 from Namaneo/fix_emscripten

Fix emscripten build

11 months agosome missing error handling
notaz [Mon, 28 Aug 2023 20:55:01 +0000 (23:55 +0300)]
some missing error handling

pointed out by gcc analyzer

11 months agopsxbios: assorted changes
notaz [Mon, 28 Aug 2023 20:27:57 +0000 (23:27 +0300)]
psxbios: assorted changes

fixes of more bugs, I'm not sure

11 months agoFix emscripten build
Julien Loir [Mon, 28 Aug 2023 20:46:34 +0000 (22:46 +0200)]
Fix emscripten build

11 months agopsxbios: fix wrong regs in syscall handler
notaz [Sun, 27 Aug 2023 20:22:53 +0000 (23:22 +0300)]
psxbios: fix wrong regs in syscall handler

11 months agogpulib: don't corrupt memory on garbage commands
notaz [Sun, 27 Aug 2023 20:21:36 +0000 (23:21 +0300)]
gpulib: don't corrupt memory on garbage commands

11 months agopsxbios: Load() flushes cache
notaz [Sun, 27 Aug 2023 15:23:57 +0000 (18:23 +0300)]
psxbios: Load() flushes cache

11 months agopsxbios: unbreak bcopy
notaz [Sun, 27 Aug 2023 14:39:54 +0000 (17:39 +0300)]
psxbios: unbreak bcopy

wasn't paying attention

11 months agodrc: allow to execute bios even in hle mode
notaz [Sat, 26 Aug 2023 23:04:46 +0000 (02:04 +0300)]
drc: allow to execute bios even in hle mode

some instructions are now placed there

11 months agopsxbios: add missing clearing for copy related functions
notaz [Sat, 26 Aug 2023 22:08:45 +0000 (01:08 +0300)]
psxbios: add missing clearing for copy related functions

notaz/pcsx_rearmed#300

11 months agodrc: adjust debugging code to work with hle bios
notaz [Sat, 26 Aug 2023 22:07:19 +0000 (01:07 +0300)]
drc: adjust debugging code to work with hle bios

11 months agoreduce some code duplication
notaz [Sat, 26 Aug 2023 22:01:46 +0000 (01:01 +0300)]
reduce some code duplication

11 months agoMerge pull request #750 from pcercuei/lightrec-update-20230826
notaz [Sat, 26 Aug 2023 15:40:42 +0000 (18:40 +0300)]
Merge pull request #750 from pcercuei/lightrec-update-20230826

Lightrec update 20230826

11 months agoUse fractional cycles within Lightrec
Paul Cercueil [Fri, 25 Aug 2023 13:18:00 +0000 (15:18 +0200)]
Use fractional cycles within Lightrec

Instead of computing cycles back and forth between PCSX and Lightrec,
compute and use a cycles-per-opcode value in 22.10 format and use that.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
11 months agolightrec: Update lightrec.h
Paul Cercueil [Sat, 26 Aug 2023 08:41:37 +0000 (10:41 +0200)]
lightrec: Update lightrec.h

Update lightrec.h to reflect upstream changes.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
11 months agolightning: Update lightning.h
Paul Cercueil [Thu, 24 Aug 2023 16:41:34 +0000 (18:41 +0200)]
lightning: Update lightning.h

Update lightning.h to reflect upstream changes.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
11 months agogit subrepo pull --force deps/lightrec
Paul Cercueil [Sat, 26 Aug 2023 08:38:47 +0000 (10:38 +0200)]
git subrepo pull --force deps/lightrec

subrepo:
  subdir:   "deps/lightrec"
  merged:   "afc75e49d7"
upstream:
  origin:   "https://github.com/pcercuei/lightrec.git"
  branch:   "master"
  commit:   "afc75e49d7"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

11 months agogit subrepo pull (merge) --force deps/lightning
Paul Cercueil [Sat, 26 Aug 2023 08:38:41 +0000 (10:38 +0200)]
git subrepo pull (merge) --force deps/lightning

subrepo:
  subdir:   "deps/lightning"
  merged:   "fe12b4b8d9"
upstream:
  origin:   "https://github.com/pcercuei/gnu_lightning.git"
  branch:   "pcsx_rearmed"
  commit:   "fe12b4b8d9"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

11 months agospu: adjust irqs again
notaz [Fri, 25 Aug 2023 20:32:14 +0000 (23:32 +0300)]
spu: adjust irqs again

this begs for hw testing, but I don't have the setup right now...

libretro/pcsx_rearmed#746

11 months agospu: rm bunch of unused functions
notaz [Fri, 25 Aug 2023 19:39:19 +0000 (22:39 +0300)]
spu: rm bunch of unused functions

11 months agofix build
notaz [Thu, 24 Aug 2023 23:19:01 +0000 (02:19 +0300)]
fix build

11 months agogpu_neon: some hack to enhanced mode
notaz [Thu, 24 Aug 2023 21:06:31 +0000 (00:06 +0300)]
gpu_neon: some hack to enhanced mode

11 months agogpu_neon: don't crash on large primitives in enhancement mode
notaz [Thu, 24 Aug 2023 20:07:56 +0000 (23:07 +0300)]
gpu_neon: don't crash on large primitives in enhancement mode

11 months agogpu_neon: rework buffer selection
notaz [Sun, 20 Aug 2023 19:38:03 +0000 (22:38 +0300)]
gpu_neon: rework buffer selection

to fix MGS codec and maybe more

11 months agoMerge pull request #749 from pcercuei/lightrec-allow-mem-override
notaz [Thu, 24 Aug 2023 21:17:40 +0000 (00:17 +0300)]
Merge pull request #749 from pcercuei/lightrec-allow-mem-override

lightrec: Allow to override code buffer size

11 months agolightrec: Allow to override code buffer size
Paul Cercueil [Thu, 24 Aug 2023 20:08:04 +0000 (22:08 +0200)]
lightrec: Allow to override code buffer size

Allow the CODE_BUFFER_SIZE macro to be overriden.

This is helpful on platforms that don't want a 8 MiB buffer.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
11 months agofrontend: accept more bios
notaz [Thu, 17 Aug 2023 21:59:35 +0000 (00:59 +0300)]
frontend: accept more bios

11 months agotry to emulate borders properly
notaz [Wed, 16 Aug 2023 22:55:11 +0000 (01:55 +0300)]
try to emulate borders properly

11 months agomore timing hacks
notaz [Sat, 19 Aug 2023 21:04:59 +0000 (00:04 +0300)]
more timing hacks

11 months agopsxbios: remove some globals
notaz [Thu, 17 Aug 2023 19:49:26 +0000 (22:49 +0300)]
psxbios: remove some globals

11 months agogpu_neon: change enhancement_buf selection
notaz [Wed, 16 Aug 2023 23:38:32 +0000 (02:38 +0300)]
gpu_neon: change enhancement_buf selection

Not sure what was the idea there but it caused rightmost column of
things simetimes to not get rendered, like in Alundra 2 loading
screens and FMVs.