mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 18:25:45 +00:00
gl_shader_decompiler: Remove UNREACHABLE when setting RZ
This commit is contained in:
parent
0ca1e4cbbb
commit
5ca514e539
1 changed files with 1 additions and 2 deletions
|
@ -761,8 +761,7 @@ private:
|
|||
u64 dest_num_components, u64 value_num_components, u64 dest_elem,
|
||||
bool precise) {
|
||||
if (reg == Register::ZeroIndex) {
|
||||
LOG_CRITICAL(HW_GPU, "Cannot set Register::ZeroIndex");
|
||||
UNREACHABLE();
|
||||
// Setting RZ is a nop in hardware.
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue