Home
last modified time | relevance | path

Searched refs:debugDisable (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Demuthread.h71 void debugDisable();
H A Demuthread.cpp43 emu->debugDisable(); in gui_debug_close()
H A Dmainwindow.h197 void debugDisable();
H A Ddebugger.cpp90 void MainWindow::debugDisable() { in debugDisable() function in MainWindow
617 debugDisable(); in debugToggle()
H A Dmainwindow.cpp135 connect(&emu, &EmuThread::debugDisable, this, &MainWindow::debugDisable, Qt::QueuedConnection); in Q_DECLARE_METATYPE()