mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
MemoryWidget: Load Files to Memory
This commit is contained in:
@ -73,6 +73,7 @@ private:
|
||||
void OnFindPreviousValue();
|
||||
|
||||
void OnSetValue();
|
||||
void OnSetValueFromFile();
|
||||
|
||||
void OnDumpMRAM();
|
||||
void OnDumpExRAM();
|
||||
@ -95,6 +96,7 @@ private:
|
||||
QCheckBox* m_base_check;
|
||||
QLabel* m_data_preview;
|
||||
QPushButton* m_set_value;
|
||||
QPushButton* m_from_file;
|
||||
QPushButton* m_dump_mram;
|
||||
QPushButton* m_dump_exram;
|
||||
QPushButton* m_dump_aram;
|
||||
|
Reference in New Issue
Block a user