summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-08-10 02:58:47 +0200
committerLiam <byteslice@airmail.cc>2023-08-10 04:38:37 +0200
commit023b9b38cc9c6d31f1a01c29ac324c535308fa59 (patch)
tree3a7708c421d12e1840b772c18ce2f17e1dfbda97 /src/video_core/engines/maxwell_dma.cpp
parentMerge pull request #11216 from lat9nq/no-mesa-astc (diff)
downloadyuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.gz
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.bz2
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.lz
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.xz
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.zst
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.zip
Diffstat (limited to 'src/video_core/engines/maxwell_dma.cpp')
-rw-r--r--src/video_core/engines/maxwell_dma.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_dma.cpp b/src/video_core/engines/maxwell_dma.cpp
index cd8e24b0b..da8eab7ee 100644
--- a/src/video_core/engines/maxwell_dma.cpp
+++ b/src/video_core/engines/maxwell_dma.cpp
@@ -5,6 +5,7 @@
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/microprofile.h"
+#include "common/polyfill_ranges.h"
#include "common/settings.h"
#include "core/core.h"
#include "core/memory.h"