mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 01:47:48 +00:00
Pica/Texture: Move part of ETC1 decoding to new file and cleanups
This commit is contained in:
parent
114222b11e
commit
2937a44eed
4 changed files with 158 additions and 109 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue