mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
GIF: implicit cast to u32 warning fix
This commit is contained in:
parent
53598b970d
commit
8630893cb1
@ -521,7 +521,7 @@ struct Gif_Path
|
||||
// GS Packets that MTGS hasn't yet processed
|
||||
u32 GetPendingGSPackets()
|
||||
{
|
||||
return mtvu.gsPackQueue.size();
|
||||
return (u32)mtvu.gsPackQueue.size();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user