diff options
Diffstat (limited to 'src/video_core/shader')
| -rw-r--r-- | src/video_core/shader/shader_interpreter.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/video_core/shader/shader_interpreter.cpp b/src/video_core/shader/shader_interpreter.cpp index 70db4167e..20fb9754b 100644 --- a/src/video_core/shader/shader_interpreter.cpp +++ b/src/video_core/shader/shader_interpreter.cpp @@ -27,8 +27,6 @@ namespace Pica {  namespace Shader { -constexpr u32 INVALID_ADDRESS = 0xFFFFFFFF; -  struct CallStackElement {      u32 final_address;  // Address upon which we jump to return_address      u32 return_address; // Where to jump when leaving scope | 
