187 Commits
Author SHA1 Message Date
Apaczer 458ddcc5ee MIYOO: add ipk package
`make ipk`
2025-08-20 15:16:34 +02:00
Apaczer 8cf3ffc7de add official MIYOO support
./configure --platform=miyoo
2025-08-19 22:43:54 +02:00
notaz 86e02a02b5 frontend: update libpicofe 2025-05-28 01:31:37 +03:00
notaz 1ae743b1f6 frontend: use more traditional profile dir
With backward compatibility to working dir, also can set 'HOME=' env var
for the old behavior.

notaz/pcsx_rearmed#375
2025-05-12 02:25:34 +03:00
notaz 810239393d sdandalone: rework sdl output
- 2x overlay mode from PicoDrive
- somewhat proper fullscreen mode
- overlay scaling options
- gles mode probably broken (no longer works on more modern distros
  anyway - it's some very old code)
- new bugs
2025-05-12 02:25:10 +03:00
notaz b21c766fc2 disable a false-positive warning 2025-04-23 01:26:42 +03:00
Apaczer 2eda4524d2 Makefile: don't fail on release when missing plugins 2025-04-02 01:35:40 +03:00
Apaczer 5368e5b9d1 Makefile: define supported GPUs with cflag
add HAVE_NEON_GPU to config.mak
2025-04-02 01:35:40 +03:00
Apaczer f2ba1d4503 frontend/menu: show relevant built-in GPU 2025-03-30 18:48:30 +03:00
notaz f906311d01 misc: put some debug stuff in savestates
for issue reports where people provide savestates
2025-03-27 22:51:00 +02:00
notaz 15284c51af default to O3 for autovectorization 2025-03-17 02:17:37 +02:00
notaz 4d99e39bff experimental rgb32 output option
notaz/pcsx_rearmed#355
2025-03-17 02:17:28 +02:00
notaz f49a4c48cb try to support macOS for standalone 2025-03-03 02:02:05 +02:00
notaz 597571ad9f gpu: some function mismatches
pointed out by ubsan
2025-02-11 00:37:32 +02:00
notaz 9c0bfd96fb libretro: clean up win32 build 2025-01-29 00:58:55 +02:00
notaz ddab61589d make: address a ci race
would be better to drop the plugins really
2025-01-25 03:35:39 +02:00
Paul Cercueil 746146baf4 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>
2025-01-20 22:08:27 +02:00
Paul Cercueil 97fa754ea1 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>
2025-01-20 22:08:27 +02:00
notaz a7a6db3389 make: no line splitting
won't work on libretro-build-libnx-devkitpro , who tf knows why?
2024-12-16 03:18:07 +02:00
notaz a5aec8730a vita: try to fix alloc
libretro/pcsx_rearmed#856
2024-12-16 00:39:57 +02:00
notaz 8177857bcd gpu_unai: asm part 4 2024-12-03 01:36:01 +02:00
notaz 6aa72faf1f gpu_unai: avoid unneeded gouraud calculations 2024-11-24 01:33:26 +02:00
notaz f060f4be67 rect quad optimizations 2024-11-24 01:33:26 +02:00
notaz ded8498a5c avoid -Wno-format in general case
need this only for libchdr wanting to print int32_t on platforms
where int32_t is long int
libretro/pcsx_rearmed#851
2024-11-15 01:29:23 +02:00
notaz f0d65622de gpu_unai: minor tuning for 3ds
not much of a difference, but at least avoids s_invTable
2024-11-01 02:52:10 +02:00