mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
WFSI: Implement noop ioctl 0x8f.
This commit is contained in:
parent
70cb0cb126
commit
344228ec10
@ -429,6 +429,9 @@ IPCCommandResult WFSI::IOCtl(const IOCtlRequest& request)
|
||||
break;
|
||||
}
|
||||
|
||||
case IOCTL_WFSI_NOOP:
|
||||
break;
|
||||
|
||||
case IOCTL_WFSI_LOAD_DOL:
|
||||
{
|
||||
std::string path =
|
||||
|
@ -116,6 +116,8 @@ private:
|
||||
|
||||
IOCTL_WFSI_SET_FST_BUFFER = 0x8e,
|
||||
|
||||
IOCTL_WFSI_NOOP = 0x8f,
|
||||
|
||||
IOCTL_WFSI_LOAD_DOL = 0x90,
|
||||
|
||||
IOCTL_WFSI_FINALIZE_PATCH_INSTALL = 0x91,
|
||||
|
Loading…
x
Reference in New Issue
Block a user