cdrom: Support using C11 threads instead of libretro ones
authorPaul Cercueil <paul@crapouillou.net>
Mon, 14 Apr 2025 21:47:35 +0000 (23:47 +0200)
committernotaz <notasas@gmail.com>
Tue, 22 Apr 2025 22:07:51 +0000 (01:07 +0300)
commit36e89dba4bbd19b0044e5e29080b016e899651b2
tree8836b37fc7ddd98f7b3610f0d299b6fd8a38b725
parente3135a84bdfb4d3b38c973ace82dd22128d2bc86
cdrom: Support using C11 threads instead of libretro ones

Libretro threads only work on... libretro.
Add support for C11 threads for the non-libretro platforms that still
want the async CD-ROM code.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
libpcsxcore/cdrom-async.c