mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
WFS: Stub WFSSRV's flush command.
This commit is contained in:
parent
f3224dc726
commit
5a4900bc96
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue