CDROM: Implement asynchronous disc reading

This commit is contained in:
Connor McLaughlin
2020-02-22 00:19:10 +09:00
parent 7ece901d57
commit 959a555274
13 changed files with 362 additions and 87 deletions

View File

@@ -8,6 +8,8 @@ add_library(core
bus.inl
cdrom.cpp
cdrom.h
cdrom_async_reader.cpp
cdrom_async_reader.h
controller.cpp
controller.h
cpu_code_cache.cpp