mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
bgfx: Re-built shaders for crt-geom update.
This commit is contained in:
parent
75466ad87d
commit
b55671d63a
19 changed files with 3 additions and 2 deletions
|
@ -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 a new issue