diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-24 11:03:24 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-24 11:03:24 +0100 |
| commit | 44646e2ea0b87dffd9a1d175c53e3cea67bce344 (patch) | |
| tree | fd2dcd57424487cf054d98a018ae9d5c62cfd60a /src/core/hle/service/nvflinger/nvflinger.cpp | |
| parent | b8459d27789fbaeeccac54ed1a61da8f064cd9e0 (diff) | |
core_timing: Split off utility functions into core_timing_util
Diffstat (limited to 'src/core/hle/service/nvflinger/nvflinger.cpp')
| -rw-r--r-- | src/core/hle/service/nvflinger/nvflinger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp index 1fca1743d..5344441e1 100644 --- a/src/core/hle/service/nvflinger/nvflinger.cpp +++ b/src/core/hle/service/nvflinger/nvflinger.cpp @@ -9,6 +9,7 @@ #include "common/scope_exit.h" #include "core/core.h" #include "core/core_timing.h" +#include "core/core_timing_util.h" #include "core/hle/service/nvdrv/devices/nvdisp_disp0.h" #include "core/hle/service/nvdrv/nvdrv.h" #include "core/hle/service/nvflinger/buffer_queue.h" |
