mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
revert r20364: "screen: Screenless systems (like synths) tend to be latency-sensitive in their outputs. Increase their osd refresh rate to 1KHz [O. Galibert]"
The solution needs to be rethought :) this one made (most?)screenless drivers slow down to a crawl
This commit is contained in:
parent
b2e32e117e
commit
8a06e80089
@ -234,7 +234,7 @@ public:
|
||||
void update_burnin();
|
||||
|
||||
// globally accessible constants
|
||||
static const int DEFAULT_FRAME_RATE = 1000;
|
||||
static const int DEFAULT_FRAME_RATE = 60;
|
||||
static const attotime DEFAULT_FRAME_PERIOD;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user