mirror of https://github.com/stella-emu/stella.git
Oops
This commit is contained in:
parent
f3dd2cd884
commit
40ab63ff5e
|
@ -34,6 +34,11 @@ class CartridgeELFWidget: public CartDebugWidget
|
|||
|
||||
~CartridgeELFWidget() override = default;
|
||||
|
||||
private:
|
||||
enum {
|
||||
kSaveArmImageCmd = 'sarm'
|
||||
};
|
||||
|
||||
private:
|
||||
void initialize();
|
||||
void saveArmImage(const FSNode& node);
|
||||
|
|
Loading…
Reference in New Issue