Skip to content

Commit

Permalink
Clang you are so arrogant
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed May 1, 2022
1 parent 9f19b5d commit 58fe971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/platform/sound/ymfm/ymfm_adpcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ class adpcm_a_engine
ymfm_interface &m_intf; // reference to the interface
std::unique_ptr<adpcm_a_channel> m_channel[CHANNELS]; // array of channels
adpcm_a_registers m_regs; // registers
int32_t m_last_out[CHANNELS]; // last output of channels
};


Expand Down

0 comments on commit 58fe971

Please sign in to comment.