Skip to content
Snippets Groups Projects
Commit 7e0ff43d authored by bunnei's avatar bunnei
Browse files

vi: Use new CoreTiming::EventType

parent 34ae2ec6
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
#include "core/hle/kernel/event.h" #include "core/hle/kernel/event.h"
#include "core/hle/service/service.h" #include "core/hle/service/service.h"
namespace CoreTiming {
struct EventType;
}
namespace Service { namespace Service {
namespace VI { namespace VI {
...@@ -122,7 +126,7 @@ private: ...@@ -122,7 +126,7 @@ private:
u32 next_buffer_queue_id = 1; u32 next_buffer_queue_id = 1;
/// CoreTiming event that handles screen composition. /// CoreTiming event that handles screen composition.
int composition_event; CoreTiming::EventType* composition_event;
}; };
class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> { class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment