some tweaks

still non playable cartridges

Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
2026-06-02 23:21:56 +02:00
parent 6e29dde558
commit 92045ec6df
15 changed files with 1802 additions and 838 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
int getSelectedButton() const { return m_selectedButton; }
private:
void onButton(wxCommandEvent &event);
void onButton(const wxCommandEvent &event);
int m_selectedButton = -1;
};