diff options
| author | 2014-11-13 20:31:34 +0100 | |
|---|---|---|
| committer | 2014-11-18 13:16:02 +0100 | |
| commit | 6a6464807ab5ba804e7b0dd4bfe1629cd5457278 (patch) | |
| tree | cac651b9af56f53b8cba9d3b0ff579d657fa9c8f /src | |
| parent | MathUtil: Make Rectangle work with unsigned types. (diff) | |
| download | yuzu-6a6464807ab5ba804e7b0dd4bfe1629cd5457278.tar.gz yuzu-6a6464807ab5ba804e7b0dd4bfe1629cd5457278.tar.xz yuzu-6a6464807ab5ba804e7b0dd4bfe1629cd5457278.zip | |
EmuWindow: Add a TODO.
Implementing this function currently is not critical, as we don't perform any configuration changes, yet.
However, the interface is a good starting point for adding this functionality.
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/emu_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/emu_window.h b/src/common/emu_window.h index a9cf71690..52c870036 100644 --- a/src/common/emu_window.h +++ b/src/common/emu_window.h | |||
| @@ -103,6 +103,7 @@ protected: | |||
| 103 | * This method invokes OnMinimalClientAreaChangeRequest if the corresponding configuration | 103 | * This method invokes OnMinimalClientAreaChangeRequest if the corresponding configuration |
| 104 | * field changed. | 104 | * field changed. |
| 105 | * @note Implementations will usually want to call this from the GUI thread. | 105 | * @note Implementations will usually want to call this from the GUI thread. |
| 106 | * @todo Actually call this in existing implementations. | ||
| 106 | */ | 107 | */ |
| 107 | void ProcessConfigurationChanges() { | 108 | void ProcessConfigurationChanges() { |
| 108 | // TODO: For proper thread safety, we should eventually implement a proper | 109 | // TODO: For proper thread safety, we should eventually implement a proper |