mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 02:57:59 -05:00
Pica/Texture: Move part of ETC1 decoding to new file and cleanups
This commit is contained in:
@ -15,6 +15,7 @@ set(SRCS
|
||||
shader/shader.cpp
|
||||
shader/shader_interpreter.cpp
|
||||
swrasterizer.cpp
|
||||
texture/etc1.cpp
|
||||
texture/texture_decode.cpp
|
||||
vertex_loader.cpp
|
||||
video_core.cpp
|
||||
@ -44,6 +45,7 @@ set(HEADERS
|
||||
shader/shader.h
|
||||
shader/shader_interpreter.h
|
||||
swrasterizer.h
|
||||
texture/etc1.h
|
||||
texture/texture_decode.h
|
||||
utils.h
|
||||
vertex_loader.h
|
||||
|
Reference in New Issue
Block a user