Blob Blame History Raw
diff --git a/include/nihstro/shader_bytecode.h b/include/nihstro/shader_bytecode.h
index 68527cb..55134ea 100644
--- a/externals/nihstro/include/nihstro/shader_bytecode.h
+++ b/externals/nisthro/include/nihstro/shader_bytecode.h
@@ -86,6 +86,7 @@ struct SourceRegister {
             return value - 0x10;
         else if (GetRegisterType() == RegisterType::FloatUniform)
             return value - 0x20;
+	return value;
     }
 
     static const SourceRegister FromTypeAndIndex(RegisterType type, int index) {