Forgot to sync

This commit is contained in:
cam900 2022-09-17 13:05:58 +09:00
parent e9bdd356da
commit 146da2ce76
2 changed files with 4 additions and 4 deletions

View File

@ -65,9 +65,9 @@ class es5505_core : public es550x_shared_core
}
// getters
inline u32 left() { return m_left; }
inline s32 left() { return m_left; }
inline u32 right() { return m_right; }
inline s32 right() { return m_right; }
output_t &operator+=(output_t &src)
{

View File

@ -65,9 +65,9 @@ class es5506_core : public es550x_shared_core
}
// getters
inline u32 left() { return m_left; }
inline s32 left() { return m_left; }
inline u32 right() { return m_right; }
inline s32 right() { return m_right; }
output_t &operator+=(output_t &src)
{