Fix showing debug menu bar / Devtools

This commit is contained in:
DanielSvoboda 2025-01-22 21:34:44 -03:00 committed by GitHub
parent 81e7e4b216
commit fad0be25e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,8 @@ class ShaderList;
namespace DebugStateType {
static bool showing_debug_menu_bar = false;
enum class QueueType {
dcb = 0,
ccb = 1,
@ -131,8 +133,6 @@ class DebugStateImpl {
friend class Core::Devtools::Widget::FrameGraph;
friend class Core::Devtools::Widget::ShaderList;
bool showing_debug_menu_bar = false;
std::queue<std::string> debug_message_popup;
std::mutex guest_threads_mutex{};