mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-17 09:02:25 -07:00
Merge pull request #6518 from lioncash/func
maxwell3d: Add missing return in default SizeInBytes() case
This commit is contained in:
@@ -242,6 +242,7 @@ public:
|
|||||||
return 4;
|
return 4;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user