mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-23 19:11:49 +01:00
Return whole mapping for shader code when end instrs aren't found
This commit is contained in:
parent
d849875656
commit
45b10ef776
@ -87,7 +87,7 @@ namespace skyline::gpu::interconnect {
|
|||||||
return span{shaderInstructions.begin(), it}.cast<u8>();
|
return span{shaderInstructions.begin(), it}.cast<u8>();
|
||||||
}
|
}
|
||||||
|
|
||||||
return span<u8>{};
|
return mapping;
|
||||||
}(blockMappingMirror.subspan(blockOffset));
|
}(blockMappingMirror.subspan(blockOffset));
|
||||||
|
|
||||||
binary.baseOffset = programOffset;
|
binary.baseOffset = programOffset;
|
||||||
|
Loading…
Reference in New Issue
Block a user