diff --git a/GPU/Software/BinManager.h b/GPU/Software/BinManager.h index 15c09bccf7..d651dfe577 100644 --- a/GPU/Software/BinManager.h +++ b/GPU/Software/BinManager.h @@ -228,8 +228,8 @@ protected: static constexpr int QUEUED_STATES = 4096; // These are 1KB each, so half an MB. static constexpr int QUEUED_CLUTS = 512; - // About 320 KB, but we have usually 16 or less of them, so 5 MB - 20 MB. - static constexpr int QUEUED_PRIMS = 1024; + // About 360 KB, but we have usually 16 or less of them, so 5 MB - 22 MB. + static constexpr int QUEUED_PRIMS = 2048; typedef BinQueue BinStateQueue; typedef BinQueue BinClutQueue;