mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
ref_soft: Use Q_memprint to report cache size
This commit is contained in:
parent
320a3b0834
commit
5140bb8d7f
2
r_surf.c
2
r_surf.c
@ -801,7 +801,7 @@ void R_InitCaches (void)
|
|||||||
// round up to page size
|
// round up to page size
|
||||||
size = (size + 8191) & ~8191;
|
size = (size + 8191) & ~8191;
|
||||||
|
|
||||||
gEngfuncs.Con_Printf ("%ik surface cache\n", size/1024);
|
gEngfuncs.Con_Printf ("%s surface cache\n", Q_memprint(size));
|
||||||
|
|
||||||
sc_size = size;
|
sc_size = size;
|
||||||
if( sc_base )
|
if( sc_base )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user