sync from libretro branch
authornotaz <notasas@gmail.com>
Mon, 7 Oct 2024 22:21:32 +0000 (01:21 +0300)
committernotaz <notasas@gmail.com>
Mon, 7 Oct 2024 22:34:43 +0000 (01:34 +0300)
commita3c46b7ffdd74fd773d10aeb796c27efa58a538e
tree71531f6d1f865503cf55bcdbdbebbbe5ab9618ff
parent90545255b4061e044ab6933913486e09681078f2
sync from libretro branch

To ease maintenance burden. Includes lightrec.
Only gpulib_thread_if is left out, unsure what to do with it.
32 files changed:
frontend/3ds/3ds_utils.h [new file with mode: 0644]
frontend/3ds/pthread.h [new file with mode: 0644]
frontend/3ds/semaphore.h [new file with mode: 0644]
frontend/3ds/sys/mman.h [new file with mode: 0644]
frontend/3ds/utils.S [new file with mode: 0644]
frontend/3ds/zconf.h [new file with mode: 0644]
frontend/3ds/zlib.h [new file with mode: 0644]
frontend/libretro.c
frontend/libretro_core_options.h
frontend/main.c
frontend/plugin_lib.h
frontend/switch/sys/mman.h [new file with mode: 0644]
frontend/switch/zconf.h [new file with mode: 0644]
frontend/switch/zlib.h [new file with mode: 0644]
frontend/vita/retro_inline.h [new file with mode: 0644]
frontend/vita/sys/mman.h [new file with mode: 0644]
frontend/wiiu/coreinit/memorymap.h [new file with mode: 0644]
include/lightning/lightning.h [new file with mode: 0644]
include/lightrec/lightrec-config.h [new file with mode: 0644]
libpcsxcore/database.c
libpcsxcore/lightrec/mem.c [new file with mode: 0644]
libpcsxcore/lightrec/mem.h
libpcsxcore/lightrec/mem_wiiu.c [new file with mode: 0644]
libpcsxcore/lightrec/plugin.c [new file with mode: 0644]
libpcsxcore/lightrec/plugin.h [new file with mode: 0644]
libpcsxcore/lightrec/sysconf.c [new file with mode: 0644]
libpcsxcore/new_dynarec/new_dynarec.c
plugins/dfsound/dma.c
plugins/gpu_neon/psx_gpu/psx_gpu.h
plugins/gpu_neon/psx_gpu_if.c
plugins/gpulib/gpu.c
plugins/gpulib/vout_pl.c