summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvflinger
diff options
context:
space:
mode:
authorGravatar MerryMage2018-07-24 11:03:24 +0100
committerGravatar MerryMage2018-07-24 11:03:24 +0100
commit44646e2ea0b87dffd9a1d175c53e3cea67bce344 (patch)
treefd2dcd57424487cf054d98a018ae9d5c62cfd60a /src/core/hle/service/nvflinger
parentCMakeLists: Sort filenames (diff)
downloadyuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar.gz
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar.xz
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.zip
core_timing: Split off utility functions into core_timing_util
Diffstat (limited to 'src/core/hle/service/nvflinger')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.cpp1
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 @@
9#include "common/scope_exit.h" 9#include "common/scope_exit.h"
10#include "core/core.h" 10#include "core/core.h"
11#include "core/core_timing.h" 11#include "core/core_timing.h"
12#include "core/core_timing_util.h"
12#include "core/hle/service/nvdrv/devices/nvdisp_disp0.h" 13#include "core/hle/service/nvdrv/devices/nvdisp_disp0.h"
13#include "core/hle/service/nvdrv/nvdrv.h" 14#include "core/hle/service/nvdrv/nvdrv.h"
14#include "core/hle/service/nvflinger/buffer_queue.h" 15#include "core/hle/service/nvflinger/buffer_queue.h"