mirror of
https://github.com/mgba-emu/mgba.git
synced 2025-04-02 10:51:43 -04:00
16 lines
289 B
INI
16 lines
289 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
|
|
width=-1
|
|
height=-1
|
|
|
|
[pass.0.uniform.darken_screen]
|
|
type=float
|
|
default=0.5
|
|
readableName=Darken Screen
|