mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00:00
WFS: Stub WFSSRV's flush command.
This commit is contained in:
parent
f3224dc726
commit
5a4900bc96
@ -94,6 +94,11 @@ IPCCommandResult WFSSRV::IOCtl(const IOCtlRequest& request)
|
|||||||
m_hanging.push_back(request.address);
|
m_hanging.push_back(request.address);
|
||||||
return GetNoReply();
|
return GetNoReply();
|
||||||
|
|
||||||
|
case IOCTL_WFS_FLUSH:
|
||||||
|
// Nothing to do.
|
||||||
|
INFO_LOG(IOS, "IOCTL_WFS_FLUSH: doing nothing");
|
||||||
|
break;
|
||||||
|
|
||||||
// TODO(wfs): Globbing is not really implemented, we just fake the one case
|
// TODO(wfs): Globbing is not really implemented, we just fake the one case
|
||||||
// (listing /vol/*) which is required to get the installer to work.
|
// (listing /vol/*) which is required to get the installer to work.
|
||||||
case IOCTL_WFS_GLOB_START:
|
case IOCTL_WFS_GLOB_START:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user