mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-29 02:37:52 -05:00
shader_ir: Initial Decompile Setup
This commit is contained in:
committed by
FernandoS27
parent
d633397883
commit
c17953978b
@ -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
|
||||
|
Reference in New Issue
Block a user