mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01:00
lowmemory: cut up netgraph buffers
This commit is contained in:
parent
90038d2924
commit
2062e55c6a
@ -16,7 +16,11 @@ GNU General Public License for more details.
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
|
|
||||||
|
#if XASH_LOW_MEMORY
|
||||||
#define NET_TIMINGS 1024
|
#define NET_TIMINGS 1024
|
||||||
|
#else
|
||||||
|
#define NET_TIMINGS 64
|
||||||
|
#endif
|
||||||
#define NET_TIMINGS_MASK (NET_TIMINGS - 1)
|
#define NET_TIMINGS_MASK (NET_TIMINGS - 1)
|
||||||
#define LATENCY_AVG_FRAC 0.5f
|
#define LATENCY_AVG_FRAC 0.5f
|
||||||
#define FRAMERATE_AVG_FRAC 0.5f
|
#define FRAMERATE_AVG_FRAC 0.5f
|
||||||
|
Loading…
Reference in New Issue
Block a user