Browse Source
Merge pull request #5889 from ogniK5377/morton-remove
video_core: Delete morton
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
0 additions and
2 deletions
-
src/video_core/CMakeLists.txt
-
src/video_core/morton.cpp
-
src/video_core/morton.h
|
|
@ -67,8 +67,6 @@ add_library(video_core STATIC |
|
|
guest_driver.h |
|
|
guest_driver.h |
|
|
memory_manager.cpp |
|
|
memory_manager.cpp |
|
|
memory_manager.h |
|
|
memory_manager.h |
|
|
morton.cpp |
|
|
|
|
|
morton.h |
|
|
|
|
|
query_cache.h |
|
|
query_cache.h |
|
|
rasterizer_accelerated.cpp |
|
|
rasterizer_accelerated.cpp |
|
|
rasterizer_accelerated.h |
|
|
rasterizer_accelerated.h |
|
|
|