mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 11:18:35 -05:00
video_core: Address feedback
This commit is contained in:
@ -63,7 +63,7 @@ public:
|
||||
}
|
||||
|
||||
u32 GetHash() const {
|
||||
return (static_cast<u32>(stage) << 16) | GetIndex();
|
||||
return (static_cast<u32>(stage) << 16) | static_cast<u32>(GetIndex());
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user