Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDVD: Switch all readers to threaded #11258

Merged
merged 7 commits into from
May 17, 2024
Merged

Conversation

stenzek
Copy link
Member

@stenzek stenzek commented May 16, 2024

Description of Changes

Gets rid of the multiple levels of caching in the CDVD backends. Replaces AIO reads with the standard threaded reader.

Part 2 coming soon that makes them completely independent on global state.

Rationale behind Changes

CDVD code is disgusting.
Fixes #11255.
Fixes #11218.

Suggested Testing Steps

Test uncompressed and compressed ISOs (all formats, including gzip).
Make sure I didn't break physical disc reading (it shouldn't).

@stenzek stenzek merged commit a6f7159 into PCSX2:master May 17, 2024
12 checks passed
@stenzek stenzek deleted the cdvdeeznuts branch May 17, 2024 01:58
@karasuhebi
Copy link
Contributor

lmao nice branch name XD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants