mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 09:22:33 -07:00
Fixed type conversion ambiguity
This commit is contained in:
@@ -61,7 +61,7 @@ s32 ResourceLimit::GetCurrentResourceValue(u32 resource) const {
|
||||
}
|
||||
}
|
||||
|
||||
s32 ResourceLimit::GetMaxResourceValue(u32 resource) const {
|
||||
u32 ResourceLimit::GetMaxResourceValue(u32 resource) const {
|
||||
switch (resource) {
|
||||
case PRIORITY:
|
||||
return max_priority;
|
||||
|
Reference in New Issue
Block a user