diff options
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 7cbc278029..1cb76857bb 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -356,7 +356,7 @@ void VideoSoftware::Video_GatherPipeBursted() SWCommandProcessor::GatherPipeBursted(); } -bool VideoSoftware::Video_IsPossibleWaitingSetDrawDone(void) +bool VideoSoftware::Video_IsPossibleWaitingSetDrawDone() { return false; } |
