mirror of
https://github.com/holub/mame
synced 2025-04-15 13:07:23 +03:00
bgfx: Re-built shaders for crt-geom update.
This commit is contained in:
parent
75466ad87d
commit
b55671d63a
@ -222,7 +222,7 @@
|
||||
"screen": "raster" },
|
||||
{ "type": "float",
|
||||
"name": "monitorgamma",
|
||||
"text": " custom gamma",
|
||||
"text": "Custom display gamma",
|
||||
"default": 2.2,
|
||||
"max" : 4.0,
|
||||
"min" : 0.7,
|
||||
|
@ -141,7 +141,7 @@
|
||||
"screen": "raster" },
|
||||
{ "type": "float",
|
||||
"name": "monitorgamma",
|
||||
"text": " custom gamma",
|
||||
"text": "Custom display gamma",
|
||||
"default": 2.2,
|
||||
"max" : 4.0,
|
||||
"min" : 0.7,
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -22,6 +22,7 @@ def path_components(path):
|
||||
result.append(path)
|
||||
return tuple(reversed(result))
|
||||
|
||||
|
||||
class ParserBase:
|
||||
def process_lines(self, inputfile):
|
||||
self.input_line = 1
|
||||
|
Loading…
Reference in New Issue
Block a user