From 356d419b0a772756413b3c0b0fb8bca8506c9e09 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 20 Mar 2016 15:14:59 +0100 Subject: [PATCH] BGFX_CONFIG_DEBUG=1 for Debug builds (nw) --- scripts/genie.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 44339afb921..5a7748bd5cb 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -575,7 +575,9 @@ configuration { "Debug" } defines { "MAME_DEBUG", "MAME_PROFILER", + "BGFX_CONFIG_DEBUG=1", } + if _OPTIONS["FASTDEBUG"]=="1" then defines { "MAME_DEBUG_FAST"