mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
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:
parent
e30560322d
commit
2129425412
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user