mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Fix fullscreen
This commit is contained in:
@ -247,6 +247,9 @@ void CodeWidget::Update()
|
||||
|
||||
void CodeWidget::UpdateCallstack()
|
||||
{
|
||||
if (Core::GetState() == Core::State::Starting)
|
||||
return;
|
||||
|
||||
m_callstack_list->clear();
|
||||
|
||||
std::vector<Dolphin_Debugger::CallstackEntry> stack;
|
||||
|
Reference in New Issue
Block a user