mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Fix
This commit is contained in:
parent
fad0be25e8
commit
6250385b09
@ -17,6 +17,8 @@ using namespace DebugStateType;
|
||||
|
||||
DebugStateImpl& DebugState = *Common::Singleton<DebugStateImpl>::Instance();
|
||||
|
||||
bool DebugStateType::showing_debug_menu_bar = false;
|
||||
|
||||
static ThreadID ThisThreadID() {
|
||||
#ifdef _WIN32
|
||||
return GetCurrentThreadId();
|
||||
|
@ -35,7 +35,7 @@ class ShaderList;
|
||||
|
||||
namespace DebugStateType {
|
||||
|
||||
static bool showing_debug_menu_bar = false;
|
||||
extern bool showing_debug_menu_bar;
|
||||
|
||||
enum class QueueType {
|
||||
dcb = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user