mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-28 06:25:29 +03: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<u8>{};
|
||||
return mapping;
|
||||
}(blockMappingMirror.subspan(blockOffset));
|
||||
|
||||
binary.baseOffset = programOffset;
|
||||
|
Loading…
Reference in New Issue
Block a user