mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:35:45 -04:00
Core: Linux warning fixes
This commit is contained in:
@ -179,7 +179,6 @@ void Pad::WriteRegister(u32 offset, u32 value)
|
||||
case 0x0A: // JOY_CTRL
|
||||
{
|
||||
Log_DebugPrintf("JOY_CTRL <- 0x%04X", value);
|
||||
const bool old_select = m_JOY_CTRL.SELECT;
|
||||
|
||||
m_JOY_CTRL.bits = Truncate16(value);
|
||||
if (m_JOY_CTRL.RESET)
|
||||
|
Reference in New Issue
Block a user