mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-08 21:17:50 +00:00
GameCube controller calibration fix
This commit is contained in:
@@ -128,7 +128,7 @@ public:
|
||||
}
|
||||
void* map(size_t sz)
|
||||
{
|
||||
if (sz < m_cpuSz)
|
||||
if (sz > m_cpuSz)
|
||||
return nullptr;
|
||||
return m_cpuBuf.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user