mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 04:22:47 +00:00
Merge pull request #6518 from lioncash/func
maxwell3d: Add missing return in default SizeInBytes() case
This commit is contained in:
commit
d8d9bb0dfb
|
@ -242,6 +242,7 @@ public:
|
||||||
return 4;
|
return 4;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue