mirror of https://github.com/mgba-emu/mgba.git
19 lines
250 B
INI
19 lines
250 B
INI
|
[shader]
|
||
|
name=LCD
|
||
|
author=Dominus Iniquitatis
|
||
|
description=Simple LCD emulation.
|
||
|
passes=1
|
||
|
|
||
|
[pass.0]
|
||
|
fragmentShader=lcd.fs
|
||
|
blend=1
|
||
|
width=-3
|
||
|
height=-3
|
||
|
|
||
|
[pass.0.uniform.boundBrightness]
|
||
|
type=float
|
||
|
readableName=Bound brightness
|
||
|
default=0.9
|
||
|
min=0.0
|
||
|
max=1.0
|