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

ActionReplay/GeckoCode: Make use of std::span where applicable #11516

Merged
merged 2 commits into from Jan 30, 2023

Conversation

lioncash
Copy link
Member

Some functions in these interfaces just require a range of GeckoCodes and don't depend on the container type, so we can make these a little more flexible by using spans

Generifies the interface a little by not strictly requiring the use of
std::vector.
Generifies the interface a little by not strictly requiring the use of
std::vector.
@AdmiralCurtiss
Copy link
Contributor

Simple enough.

@AdmiralCurtiss AdmiralCurtiss merged commit 8960f6f into dolphin-emu:master Jan 30, 2023
14 checks passed
@lioncash lioncash deleted the spans branch January 30, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants