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

HW/Memmap: Refactor Memory to class, move to Core::System. #11320

Merged
merged 1 commit into from Dec 7, 2022

Conversation

AdmiralCurtiss
Copy link
Contributor

This commit is gigantic and I'm sorry. A lot of code touches Memory it turns out. I can try to split this up into parts but I'm not sure how much that would help?

@@ -3,11 +3,14 @@

#pragma once

#include <array>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could remove <array> and Common/MemArena.h includes from the cpp

Copy link
Contributor

@iwubcode iwubcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@lioncash lioncash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

行くぜ!

@lioncash lioncash merged commit 94faad0 into dolphin-emu:master Dec 7, 2022
11 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the globals-memory branch December 7, 2022 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants