mirror of
https://github.com/holub/mame
synced 2025-04-15 13:07:23 +03:00
bgfx: Disable lowpass filter by default by setting it to its maximum value, since it does not account for actual monitor type. We can revisit this decision in the future if better monitor information is provided from the driver.
This commit is contained in:
parent
a405de0435
commit
2ccc0a290a
@ -50,7 +50,7 @@
|
||||
{ "type": "float",
|
||||
"name": "lowpass_cutoff",
|
||||
"text": "Lowpass cutoff pixels/scanline",
|
||||
"default": 200.0,
|
||||
"default":1000.0,
|
||||
"max" :1000.0,
|
||||
"min" : 100.0,
|
||||
"step" : 10.0,
|
||||
|
Loading…
Reference in New Issue
Block a user