diff options
| author | 2021-02-08 10:20:21 +1100 | |
|---|---|---|
| committer | 2021-02-08 10:20:21 +1100 | |
| commit | c5f109bc5061bbd84dce61dfdbd196afda24af66 (patch) | |
| tree | 83653e629d761fbcc66ce014fc8e8a31e4cff73f | |
| parent | Merge pull request #5885 from MerryMage/ring_buffer-granularity (diff) | |
| download | yuzu-c5f109bc5061bbd84dce61dfdbd196afda24af66.tar.gz yuzu-c5f109bc5061bbd84dce61dfdbd196afda24af66.tar.xz yuzu-c5f109bc5061bbd84dce61dfdbd196afda24af66.zip | |
video_core: Delete morton
moron.h & morton.cpp are not used anywhere and are just empty files
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/video_core/morton.cpp | 0 | ||||
| -rw-r--r-- | src/video_core/morton.h | 0 |
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 | |||
| 67 | guest_driver.h | 67 | guest_driver.h |
| 68 | memory_manager.cpp | 68 | memory_manager.cpp |
| 69 | memory_manager.h | 69 | memory_manager.h |
| 70 | morton.cpp | ||
| 71 | morton.h | ||
| 72 | query_cache.h | 70 | query_cache.h |
| 73 | rasterizer_accelerated.cpp | 71 | rasterizer_accelerated.cpp |
| 74 | rasterizer_accelerated.h | 72 | 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 | |||