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;
|
~CartridgeELFWidget() override = default;
|
||||||
|
|
||||||
|
private:
|
||||||
|
enum {
|
||||||
|
kSaveArmImageCmd = 'sarm'
|
||||||
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void initialize();
|
void initialize();
|
||||||
void saveArmImage(const FSNode& node);
|
void saveArmImage(const FSNode& node);
|
||||||
|
|
Loading…
Reference in New Issue