mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
CodeViewWidget: Add WithDetailedUpdate to update CodeWidget
This used to also update the function calls and callers.
This commit is contained in:
@ -25,7 +25,8 @@ public:
|
||||
enum class SetAddressUpdate
|
||||
{
|
||||
WithUpdate,
|
||||
WithoutUpdate
|
||||
WithoutUpdate,
|
||||
WithDetailedUpdate
|
||||
};
|
||||
|
||||
explicit CodeViewWidget();
|
||||
@ -49,6 +50,7 @@ signals:
|
||||
void ShowMemory(u32 address);
|
||||
void SymbolsChanged();
|
||||
void BreakpointsChanged();
|
||||
void UpdateCodeWidget();
|
||||
|
||||
private:
|
||||
enum class ReplaceWith
|
||||
|
Reference in New Issue
Block a user