new async cdrom + cdrom cleanup
authornotaz <notasas@gmail.com>
Wed, 2 Oct 2024 23:56:07 +0000 (02:56 +0300)
committernotaz <notasas@gmail.com>
Mon, 7 Oct 2024 22:44:18 +0000 (01:44 +0300)
commit08d9d25754fcf96bbfed96de440683b95c7e3554
tree50d1191f58acaf239701fe162d9c27e622b94a21
parent5612f82e351eac6c7ba9eb011e16f3fbb8637b3c
new async cdrom + cdrom cleanup

Should've split this really, but that's lots of extra work...
Beware of breakage, but please report bugs.
21 files changed:
Makefile
frontend/libretro-rthreads.c [new file with mode: 0644]
frontend/libretro.c
frontend/libretro_core_options.h
frontend/main.c
frontend/menu.c
frontend/plugin.c
frontend/plugin.h
libpcsxcore/cdriso.c
libpcsxcore/cdriso.h
libpcsxcore/cdrom-async.c [new file with mode: 0644]
libpcsxcore/cdrom-async.h [new file with mode: 0644]
libpcsxcore/cdrom.c
libpcsxcore/cdrom.h
libpcsxcore/database.c
libpcsxcore/misc.c
libpcsxcore/misc.h
libpcsxcore/plugins.c
libpcsxcore/plugins.h
libpcsxcore/ppf.c
libpcsxcore/psxcommon.h