mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
PowerPC: Refactor to class, move to System.
This commit is contained in:
@ -18,7 +18,8 @@ enum class Type;
|
||||
namespace Core
|
||||
{
|
||||
class CPUThreadGuard;
|
||||
}
|
||||
class System;
|
||||
} // namespace Core
|
||||
|
||||
class MemoryViewTable;
|
||||
|
||||
@ -85,6 +86,8 @@ private:
|
||||
void ScrollbarSliderReleased();
|
||||
QString ValueToString(const Core::CPUThreadGuard& guard, u32 address, Type type);
|
||||
|
||||
Core::System& m_system;
|
||||
|
||||
MemoryViewTable* m_table;
|
||||
QScrollBar* m_scrollbar;
|
||||
AddressSpace::Type m_address_space{};
|
||||
|
Reference in New Issue
Block a user