mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-27 05:23:51 +01:00
05d41fa9b7
"Negative" offsets don't exist. They are shown as such due to a bug in nvdisasm. Unaligned offsets have been proved to read the aligned offset. For example, when reading an U32, if the offset is 6, the offset read will be 4.