Fixed a warning in the YMFM code.
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
int32_t m_buffer[SOUNDBUFLEN * 2];
|
int32_t m_buffer[SOUNDBUFLEN * 2];
|
||||||
uint32_t m_buf_pos;
|
int m_buf_pos;
|
||||||
int8_t m_flags;
|
int8_t m_flags;
|
||||||
fm_type m_type;
|
fm_type m_type;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user