screen: Screenless systems (like synths) tend to be latency-sensitive in their outputs. Increase their osd refresh rate to 1KHz [O. Galibert]

This commit is contained in:
Olivier Galibert 2013-01-20 09:34:16 +00:00
parent e30560322d
commit 2129425412

View File

@ -234,7 +234,7 @@ public:
void update_burnin();
// globally accessible constants
static const int DEFAULT_FRAME_RATE = 60;
static const int DEFAULT_FRAME_RATE = 1000;
static const attotime DEFAULT_FRAME_PERIOD;
private: