mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
Forgot to sync
This commit is contained in:
parent
e9bdd356da
commit
146da2ce76
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue