mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
fix: Overlays not being applied properly
This commit is contained in:
@@ -36,6 +36,9 @@ namespace hex::prv {
|
||||
hex::unused(overlays);
|
||||
|
||||
this->readRaw(offset - this->getBaseAddress(), buffer, size);
|
||||
|
||||
if (overlays)
|
||||
this->applyOverlays(offset, buffer, size);
|
||||
}
|
||||
|
||||
void Provider::write(u64 offset, const void *buffer, size_t size) {
|
||||
|
||||
Reference in New Issue
Block a user