mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-23 03:19:48 +00:00
nsyshid/dimensions: add missing return (#1425)
This commit is contained in:
parent
409f12b13a
commit
90eb2e01f4
@ -675,6 +675,7 @@ namespace nsyshid
|
||||
|
||||
figureChangeResponse[13] = GenerateChecksum(figureChangeResponse, 13);
|
||||
m_figureAddedRemovedResponses.push(figureChangeResponse);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool DimensionsUSB::CancelRemove(uint8 index)
|
||||
|
Loading…
Reference in New Issue
Block a user