mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
Compile fixes for GCC
This commit is contained in:
@ -134,7 +134,7 @@ void MDEC::DMAWrite(const u32* words, u32 word_count)
|
||||
|
||||
void MDEC::SoftReset()
|
||||
{
|
||||
m_status = {};
|
||||
m_status.bits = 0;
|
||||
m_enable_dma_in = false;
|
||||
m_enable_dma_out = false;
|
||||
m_data_in_fifo.Clear();
|
||||
@ -766,4 +766,4 @@ void MDEC::DrawDebugWindow()
|
||||
}
|
||||
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user