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

Change some for+iterator loops in GeckoCode.cpp and GeckoCodeConfig.cpp into foreach loops. #34

Merged
merged 3 commits into from Feb 5, 2014

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Feb 5, 2014

No description provided.

{
if (gcodes_iter->enabled)
if (geckoCode.enabled)

This comment was marked as off-topic.

gcodes_end = active_codes.end();
for (; gcodes_iter!=gcodes_end; ++gcodes_iter)

for (GeckoCode& active_code : active_codes)

This comment was marked as off-topic.

Also fix a vector include I happened to notice. Should be "<vector>" not "vector"
delroth added a commit that referenced this pull request Feb 5, 2014
Change some for+iterator loops in GeckoCode.cpp and GeckoCodeConfig.cpp into foreach loops.
@delroth delroth merged commit 9a24ba3 into dolphin-emu:master Feb 5, 2014
@lioncash lioncash deleted the geckocode-foreach branch February 11, 2014 00:54
Techjar pushed a commit to Techjar/dolphin that referenced this pull request Jan 30, 2022
Implemented MP3 Standalone NTSC-J support, fixes and added support for new features
rapito pushed a commit to project-lylat/dolphin that referenced this pull request Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants