1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00

11 lines
185 B
C
Raw Normal View History

2015-12-25 01:57:44 +01:00
#pragma once
typedef unsigned long DWORD;
namespace Config
{
const int maxPaletteUpdatesPerMs = 5;
const int minExpectedFlipsPerSec = 5;
const DWORD primarySurfaceExtraRows = 2;
2015-12-25 01:57:44 +01:00
}