From 50a476c3714b3c423609ec04ce424c244bd2a1c1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 14 Mar 2018 20:34:35 -0400 Subject: Assert: Uppercase assertion macros Macros should be all upper-cased. This is also kind of a wart that's been sticking out for quite a while now (we avoid prefixing underscores). --- Source/Core/VideoCommon/AsyncShaderCompiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/AsyncShaderCompiler.cpp') diff --git a/Source/Core/VideoCommon/AsyncShaderCompiler.cpp b/Source/Core/VideoCommon/AsyncShaderCompiler.cpp index 2f14c1621b..30c78a1ef3 100644 --- a/Source/Core/VideoCommon/AsyncShaderCompiler.cpp +++ b/Source/Core/VideoCommon/AsyncShaderCompiler.cpp @@ -17,7 +17,7 @@ AsyncShaderCompiler::~AsyncShaderCompiler() { // Pending work can be left at shutdown. // The work item classes are expected to clean up after themselves. - _assert_(!HasWorkerThreads()); + ASSERT(!HasWorkerThreads()); } void AsyncShaderCompiler::QueueWorkItem(WorkItemPtr item) -- cgit v1.2.3