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 c5178f682c..4651e444a4 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -60,7 +60,7 @@ std::string VideoSoftware::GetName() void *DllDebugger(void *_hParent, bool Show) { - return NULL; + return nullptr; } void VideoSoftware::ShowConfig(void *_hParent) |
