new async cdrom + cdrom cleanup
authornotaz <notasas@gmail.com>
Wed, 2 Oct 2024 23:56:07 +0000 (02:56 +0300)
committernotaz <notasas@gmail.com>
Sat, 5 Oct 2024 23:55:40 +0000 (02:55 +0300)
commitde499a35956351db03148534c2a4e4bc94215ec4
tree6cece382c760b5cc6ecb0614a6b97e1ae58f8cf9
parent941234eee96451c33c9f1091757b9efd9530d135
new async cdrom + cdrom cleanup

Should've split this really, but that's lots of extra work...
Beware of breakage, but please report bugs.
23 files changed:
Makefile
Makefile.libretro
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
jni/Android.mk
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