mirror of https://github.com/mgba-emu/mgba.git
15 lines
270 B
INI
15 lines
270 B
INI
|
[shader]
|
||
|
name=GBA Color
|
||
|
author=Pokefan531 and hunterk
|
||
|
description=Modifies the color output to simulate the GBA LCD characteristics.
|
||
|
passes=1
|
||
|
|
||
|
[pass.0]
|
||
|
fragmentShader=gba-color.fs
|
||
|
blend=1
|
||
|
|
||
|
[pass.0.uniform.darken_screen]
|
||
|
type=float
|
||
|
default=0.5
|
||
|
readableName=Darken Screen
|