summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-02-08 00:48:28 +0100
committerGitHub <noreply@github.com>2021-02-08 00:48:28 +0100
commit148fb12bf37e468533e9bc14b3979199b8c71b1c (patch)
tree1d601fc3091b72a93f57837ea8669218e597b784
parentMerge pull request #5887 from ogniK5377/lm-fix (diff)
parentvideo_core: Delete morton (diff)
downloadyuzu-148fb12bf37e468533e9bc14b3979199b8c71b1c.tar
yuzu-148fb12bf37e468533e9bc14b3979199b8c71b1c.tar.gz
yuzu-148fb12bf37e468533e9bc14b3979199b8c71b1c.tar.bz2
yuzu-148fb12bf37e468533e9bc14b3979199b8c71b1c.tar.lz
yuzu-148fb12bf37e468533e9bc14b3979199b8c71b1c.tar.xz
yuzu-148fb12bf37e468533e9bc14b3979199b8c71b1c.tar.zst
yuzu-148fb12bf37e468533e9bc14b3979199b8c71b1c.zip
-rw-r--r--src/video_core/CMakeLists.txt2
-rw-r--r--src/video_core/morton.cpp0
-rw-r--r--src/video_core/morton.h0
3 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index bb1f8491f..2cf95937e 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -67,8 +67,6 @@ add_library(video_core STATIC
guest_driver.h
memory_manager.cpp
memory_manager.h
- morton.cpp
- morton.h
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h
diff --git a/src/video_core/morton.cpp b/src/video_core/morton.cpp
deleted file mode 100644
index e69de29bb..000000000
--- a/src/video_core/morton.cpp
+++ /dev/null
diff --git a/src/video_core/morton.h b/src/video_core/morton.h
deleted file mode 100644
index e69de29bb..000000000
--- a/src/video_core/morton.h
+++ /dev/null