all repos — mgba @ 539e63d49b86c097d149c4e6b003783db53d2422

mGBA Game Boy Advance Emulator

res/shaders/lcd.shader/manifest.ini (view raw)

 1[shader]
 2name=LCD
 3author=Dominus Iniquitatis
 4description=Simple LCD emulation.
 5passes=1
 6
 7[pass.0]
 8fragmentShader=lcd.fs
 9blend=1
10width=-3
11height=-3
12
13[pass.0.uniform.boundBrightness]
14type=float
15readableName=Bound brightness
16default=0.9
17min=0.0
18max=1.0