mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 21:07:57 -05:00
Fixed type conversion ambiguity
This commit is contained in:
@ -67,7 +67,7 @@ public:
|
||||
* @param resource Requested resource type
|
||||
* @returns The max value of the resource type
|
||||
*/
|
||||
s32 GetMaxResourceValue(u32 resource) const;
|
||||
u32 GetMaxResourceValue(u32 resource) const;
|
||||
|
||||
/// Name of resource limit object.
|
||||
std::string name;
|
||||
|
Reference in New Issue
Block a user