mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Merge fixing, commit to catch up on recent files
This commit is contained in:
@@ -34,7 +34,7 @@ namespace ui {
|
||||
|
||||
class AboutView : public View {
|
||||
public:
|
||||
AboutView(NavigationView& nav, TransmitterModel& transmitter_model);
|
||||
AboutView(NavigationView& nav);
|
||||
~AboutView();
|
||||
|
||||
void on_show() override;
|
||||
@@ -54,8 +54,6 @@ private:
|
||||
bool same;
|
||||
} ymreg_t;
|
||||
|
||||
TransmitterModel& transmitter_model;
|
||||
|
||||
uint16_t headphone_vol = 5<<2;
|
||||
|
||||
ymreg_t ym_regs[14];
|
||||
|
||||
Reference in New Issue
Block a user