Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed Aug 28, 2024
1 parent f3dd2cd commit 40ab63f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/debugger/gui/CartELFWidget.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ class CartridgeELFWidget: public CartDebugWidget

~CartridgeELFWidget() override = default;

private:
enum {
kSaveArmImageCmd = 'sarm'
};

private:
void initialize();
void saveArmImage(const FSNode& node);
Expand Down

0 comments on commit 40ab63f

Please sign in to comment.