diff options
Diffstat (limited to 'src/core/hle/kernel/timer.h')
| -rw-r--r-- | src/core/hle/kernel/timer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/timer.h b/src/core/hle/kernel/timer.h index c45e79954..f72b8b31b 100644 --- a/src/core/hle/kernel/timer.h +++ b/src/core/hle/kernel/timer.h | |||
| @@ -50,6 +50,9 @@ public: | |||
| 50 | 50 | ||
| 51 | private: | 51 | private: |
| 52 | Timer() = default; | 52 | Timer() = default; |
| 53 | |||
| 54 | /// Handle used as userdata to reference this object when inserting into the CoreTiming queue. | ||
| 55 | Handle callback_handle; | ||
| 53 | }; | 56 | }; |
| 54 | 57 | ||
| 55 | /// Initializes the required variables for timers | 58 | /// Initializes the required variables for timers |