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

RiivolutionParser: Make use of std::span where applicable #12398

Merged
merged 2 commits into from Dec 12, 2023

Conversation

lioncash
Copy link
Member

The main interface for these only take in patches and iterate over them in a contiguous sequence, so we can reasonably generify the interface.

Also I noticed that there were a few global system GetInstance() calls present that could be removed via the use of CPUThreadGuard's GetSystem() member function instead, so those are included in a separate commit.

The main interface for these only take in patches and iterate over them
in a contiguous sequence, so we can reasonably generify the interface.
We can retrieve the encompassing system instance through the
CPUThreadGuard instance instead.
@Tilka Tilka merged commit c92e402 into dolphin-emu:master Dec 12, 2023
11 checks passed
@lioncash lioncash deleted the parse branch December 12, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants