From 5a4900bc96750a6e30f5b513bb03f981bd32e4db Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sat, 5 Aug 2017 19:51:06 +0200 Subject: [PATCH] WFS: Stub WFSSRV's flush command. --- Source/Core/Core/IOS/WFS/WFSSRV.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/Core/Core/IOS/WFS/WFSSRV.cpp b/Source/Core/Core/IOS/WFS/WFSSRV.cpp index d04885f985..5a01916d55 100644 --- a/Source/Core/Core/IOS/WFS/WFSSRV.cpp +++ b/Source/Core/Core/IOS/WFS/WFSSRV.cpp @@ -94,6 +94,11 @@ IPCCommandResult WFSSRV::IOCtl(const IOCtlRequest& request) m_hanging.push_back(request.address); 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 // (listing /vol/*) which is required to get the installer to work. case IOCTL_WFS_GLOB_START: