Revert "shader/recompiler: Revert NVN storage buffer bias range"

This reverts commit cb135ba86f.
This commit is contained in:
JPikachu
2025-06-27 00:44:43 +01:00
parent 749452ab17
commit 7e01ebc4e2

View File

@@ -372,8 +372,8 @@ void CollectStorageBuffers(IR::Block& block, IR::Inst& inst, StorageInfo& info)
// avoid getting false positives
static constexpr Bias nvn_bias{
.index = 0,
.offset_begin = 0x100,
.offset_end = 0x700,
.offset_begin = 0x110,
.offset_end = 0x610,
.alignment = 16,
};
// Track the low address of the instruction