mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Implement SendStatus
This commit is contained in:
parent
167d87e5cb
commit
6e5e8694c4
@ -335,6 +335,10 @@ void CEXISD::HandleCommand(Command command, u32 argument)
|
|||||||
response.push_back(0); // R1
|
response.push_back(0); // R1
|
||||||
// There can be further padding bytes, but it's not needed
|
// There can be further padding bytes, but it's not needed
|
||||||
break;
|
break;
|
||||||
|
case Command::SendStatus:
|
||||||
|
response.push_back(0); // R1
|
||||||
|
response.push_back(0); // R2
|
||||||
|
break;
|
||||||
case Command::SetBlockLen:
|
case Command::SetBlockLen:
|
||||||
INFO_LOG_FMT(EXPANSIONINTERFACE, "Set blocklen to {}", argument);
|
INFO_LOG_FMT(EXPANSIONINTERFACE, "Set blocklen to {}", argument);
|
||||||
// TODO: error if blocklen not 512
|
// TODO: error if blocklen not 512
|
||||||
|
Loading…
x
Reference in New Issue
Block a user