diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/vi/vi.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi.h b/src/core/hle/service/vi/vi.h index 9604bd1c2..d5837d971 100644 --- a/src/core/hle/service/vi/vi.h +++ b/src/core/hle/service/vi/vi.h | |||
| @@ -9,6 +9,10 @@ | |||
| 9 | #include "core/hle/kernel/event.h" | 9 | #include "core/hle/kernel/event.h" |
| 10 | #include "core/hle/service/service.h" | 10 | #include "core/hle/service/service.h" |
| 11 | 11 | ||
| 12 | namespace CoreTiming { | ||
| 13 | struct EventType; | ||
| 14 | } | ||
| 15 | |||
| 12 | namespace Service { | 16 | namespace Service { |
| 13 | namespace VI { | 17 | namespace VI { |
| 14 | 18 | ||
| @@ -122,7 +126,7 @@ private: | |||
| 122 | u32 next_buffer_queue_id = 1; | 126 | u32 next_buffer_queue_id = 1; |
| 123 | 127 | ||
| 124 | /// CoreTiming event that handles screen composition. | 128 | /// CoreTiming event that handles screen composition. |
| 125 | int composition_event; | 129 | CoreTiming::EventType* composition_event; |
| 126 | }; | 130 | }; |
| 127 | 131 | ||
| 128 | class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> { | 132 | class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> { |