mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Qt: Fix fullscreen
This commit is contained in:
parent
9cf22aec04
commit
8ead5be9f2
5 changed files with 25 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue