mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 16:47:53 +00:00
shader_ir: Initial Decompile Setup
This commit is contained in:
parent
81dea00732
commit
a3d04b45a9
6 changed files with 510 additions and 5 deletions
|
@ -105,9 +105,12 @@ add_library(video_core STATIC
|
|||
shader/decode/warp.cpp
|
||||
shader/decode/xmad.cpp
|
||||
shader/decode/other.cpp
|
||||
shader/ast.cpp
|
||||
shader/ast.h
|
||||
shader/control_flow.cpp
|
||||
shader/control_flow.h
|
||||
shader/decode.cpp
|
||||
shader/expr.h
|
||||
shader/node_helper.cpp
|
||||
shader/node_helper.h
|
||||
shader/node.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue