This commit is contained in:
DanielSvoboda 2025-01-22 22:00:06 -03:00
parent fad0be25e8
commit 6250385b09
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ using namespace DebugStateType;
DebugStateImpl& DebugState = *Common::Singleton<DebugStateImpl>::Instance(); DebugStateImpl& DebugState = *Common::Singleton<DebugStateImpl>::Instance();
bool DebugStateType::showing_debug_menu_bar = false;
static ThreadID ThisThreadID() { static ThreadID ThisThreadID() {
#ifdef _WIN32 #ifdef _WIN32
return GetCurrentThreadId(); return GetCurrentThreadId();

View File

@ -35,7 +35,7 @@ class ShaderList;
namespace DebugStateType { namespace DebugStateType {
static bool showing_debug_menu_bar = false; extern bool showing_debug_menu_bar;
enum class QueueType { enum class QueueType {
dcb = 0, dcb = 0,