mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
GIF: implicit cast to u32 warning fix
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user