mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 17:07:01 +02:00
Merge pull request #6518 from lioncash/func
maxwell3d: Add missing return in default SizeInBytes() case
This commit is contained in:
commit
d8d9bb0dfb
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ public:
|
||||||
return 4;
|
return 4;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue