mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt/Debugger: Implement "Breakpoints" window
This commit is contained in:
@ -173,6 +173,7 @@ void WatchWidget::closeEvent(QCloseEvent*)
|
||||
{
|
||||
Settings::Instance().SetWatchVisible(false);
|
||||
}
|
||||
|
||||
void WatchWidget::OnLoad()
|
||||
{
|
||||
IniFile ini;
|
||||
|
Reference in New Issue
Block a user