diff --git a/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp b/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp index ab594e5d62..24998818a8 100644 --- a/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp +++ b/src/shader_recompiler/ir_opt/global_memory_to_storage_buffer_pass.cpp @@ -377,7 +377,7 @@ void CollectStorageBuffers(IR::Block& block, IR::Inst& inst, StorageInfo& info, static constexpr u32 nvn_buffer_count{16}; static constexpr Bias legacy_bias{ .index = 0, - .offset_begin = 0x110, + .offset_begin = 0x100, .offset_end = 0x800, .alignment = 16, };