Compile fixes for GCC

This commit is contained in:
Connor McLaughlin
2019-10-22 23:07:51 +10:00
parent dc7b72b156
commit a76ec6fc19
19 changed files with 47 additions and 52 deletions

View File

@ -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();
}
}