diff options
author | N00byKing <N00byKing@hotmail.de> | 2018-03-30 17:38:34 +0200 |
---|---|---|
committer | N00byKing <N00byKing@hotmail.de> | 2018-03-30 17:38:34 +0200 |
commit | 1b7dc84132b60ac08a062f618f4a3b075a250104 (patch) | |
tree | dccca31f07bcf1afde71d6feb080b4029617cf4a /src/yuzu/main.h | |
parent | b55dc9c85e31d6b1520ff1220407fdb32f7f154d (diff) |
Port citra-emu/citra#3610 to yuzu
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 292021938..20ff65314 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -64,6 +64,9 @@ signals: */ void EmulationStopping(); + // Signal that tells widgets to update icons to use the current theme + void UpdateThemedIcons(); + private: void InitializeWidgets(); void InitializeDebugWidgets(); |