mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 09:35:53 +00:00
Qt/debugger: properly update when we load the symbols on boot
This host event is still useful because the emu thread will load the symbols on boot if required.
This commit is contained in:
parent
5b96abf7aa
commit
65d2a6c590
3 changed files with 14 additions and 3 deletions
|
@ -27,6 +27,7 @@ public:
|
|||
void SetRenderFocus(bool focus);
|
||||
void SetRenderFullscreen(bool fullscreen);
|
||||
void ResizeSurface(int new_width, int new_height);
|
||||
void RequestNotifyMapLoaded();
|
||||
|
||||
signals:
|
||||
void RequestTitle(const QString& title);
|
||||
|
@ -34,6 +35,7 @@ signals:
|
|||
void RequestRenderSize(int w, int h);
|
||||
void UpdateProgressDialog(QString label, int position, int maximum);
|
||||
void UpdateDisasmDialog();
|
||||
void NotifyMapLoaded();
|
||||
|
||||
private:
|
||||
Host();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue