mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Reorder class initializer lists
This commit is contained in:
@ -88,9 +88,9 @@ protected:
|
|||||||
, m_input_sample_rate(sample_rate)
|
, m_input_sample_rate(sample_rate)
|
||||||
, m_indexW(0)
|
, m_indexW(0)
|
||||||
, m_indexR(0)
|
, m_indexR(0)
|
||||||
, m_numLeftI(0.0f)
|
|
||||||
, m_LVolume(256)
|
, m_LVolume(256)
|
||||||
, m_RVolume(256)
|
, m_RVolume(256)
|
||||||
|
, m_numLeftI(0.0f)
|
||||||
{
|
{
|
||||||
memset(m_buffer, 0, sizeof(m_buffer));
|
memset(m_buffer, 0, sizeof(m_buffer));
|
||||||
}
|
}
|
||||||
|
@ -19,8 +19,8 @@ class IBannerLoader
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
IBannerLoader()
|
IBannerLoader()
|
||||||
: m_pBannerFile(nullptr)
|
: m_IsValid(false)
|
||||||
, m_IsValid(false)
|
, m_pBannerFile(nullptr)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
virtual ~IBannerLoader()
|
virtual ~IBannerLoader()
|
||||||
|
Reference in New Issue
Block a user