From f7dc8a577639f75aee24d5c08151fe346d61c0a2 Mon Sep 17 00:00:00 2001 From: Ribbit Date: Sat, 18 Oct 2025 13:58:46 -0700 Subject: [PATCH] another change --- .../ir_opt/global_memory_to_storage_buffer_pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };