mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 11:41:29 +00:00
This avoids a pseudo infinite loop where CodeWidget::UpdateCallstack would lock the CPU in order to read the call stack, causing the CPU to call Host_UpdateDisasmDialog because it's transitioning from running to pausing, causing Host::UpdateDisasmDialog to be emitted, causing CodeWidget::Update to be called, once again causing CodeWidget::UpdateCallstack to be called, repeating the cycle. Dolphin didn't go completely unresponsive during this, because Host_UpdateDisasmDialog schedules the emitting of Host::UpdateDisasmDialog to happen on another thread without blocking, but it was stopping certain operations like exiting emulation from working. |
||
---|---|---|
.. | ||
Config | ||
Debugger | ||
FIFO | ||
GameList | ||
NetPlay | ||
QtUtils | ||
Settings | ||
SkylanderPortal | ||
TAS | ||
AboutDialog.cpp | ||
AboutDialog.h | ||
CheatSearchFactoryWidget.cpp | ||
CheatSearchFactoryWidget.h | ||
CheatSearchWidget.cpp | ||
CheatSearchWidget.h | ||
CheatsManager.cpp | ||
CheatsManager.h | ||
CMakeLists.txt | ||
ConvertDialog.cpp | ||
ConvertDialog.h | ||
DiscordHandler.cpp | ||
DiscordHandler.h | ||
DiscordJoinRequestDialog.cpp | ||
DiscordJoinRequestDialog.h | ||
DolphinEmu.entitlements | ||
DolphinEmuDebug.entitlements | ||
DolphinQt.manifest | ||
DolphinQt.rc | ||
DolphinQt.vcxproj | ||
DolphinQt.vcxproj.user | ||
GBAHost.cpp | ||
GBAHost.h | ||
GBAWidget.cpp | ||
GBAWidget.h | ||
GCMemcardCreateNewDialog.cpp | ||
GCMemcardCreateNewDialog.h | ||
GCMemcardManager.cpp | ||
GCMemcardManager.h | ||
Host.cpp | ||
Host.h | ||
HotkeyScheduler.cpp | ||
HotkeyScheduler.h | ||
Info.plist.in | ||
Main.cpp | ||
MainWindow.cpp | ||
MainWindow.h | ||
MenuBar.cpp | ||
MenuBar.h | ||
NANDRepairDialog.cpp | ||
NANDRepairDialog.h | ||
NKitWarningDialog.cpp | ||
NKitWarningDialog.h | ||
pch_qt.cpp | ||
pch_qt.h | ||
qt.conf | ||
qt.conf.win | ||
qt6.natvis | ||
RenderWidget.cpp | ||
RenderWidget.h | ||
resource.h | ||
ResourcePackManager.cpp | ||
ResourcePackManager.h | ||
Resources.cpp | ||
Resources.h | ||
RiivolutionBootWidget.cpp | ||
RiivolutionBootWidget.h | ||
SearchBar.cpp | ||
SearchBar.h | ||
Settings.cpp | ||
Settings.h | ||
ToolBar.cpp | ||
ToolBar.h | ||
Translation.cpp | ||
Translation.h | ||
Updater.cpp | ||
Updater.h | ||
WiiUpdate.cpp | ||
WiiUpdate.h |