diff --git a/hw/xbox/nv2a/lru.h b/hw/xbox/nv2a/lru.h index 0ef842d045..a692eb998f 100644 --- a/hw/xbox/nv2a/lru.h +++ b/hw/xbox/nv2a/lru.h @@ -29,7 +29,7 @@ #include #include "qemu/queue.h" -#define LRU_NUM_BINS (1<<8) +#define LRU_NUM_BINS (1<<16) typedef struct LruNode { QTAILQ_ENTRY(LruNode) next_global;