mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Fix showing debug menu bar / Devtools
This commit is contained in:
parent
81e7e4b216
commit
fad0be25e8
@ -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{};
|
||||
|
Loading…
Reference in New Issue
Block a user