mirror of https://github.com/mgba-emu/mgba.git
25 lines
444 B
INI
25 lines
444 B
INI
[shader]
|
|
name=NSO GBA Color
|
|
author=Pokefan531 and hunterk
|
|
description=Shader that replicates the Nintendo Switch Online's GBA color filter.
|
|
passes=1
|
|
|
|
[pass.0]
|
|
fragmentShader=nso-gba-color.fs
|
|
vertexShader=nso-gba-color.vs
|
|
blend=1
|
|
width=-1
|
|
height=-1
|
|
|
|
[pass.0.uniform.darken_screen]
|
|
type=float
|
|
default=0.8
|
|
readableName=Darken Screen
|
|
|
|
[pass.0.uniform.color_mode]
|
|
type=int
|
|
default=1
|
|
min=1
|
|
max=3
|
|
readableName=Color Profile (1=sRGB, 2=DCI, 3=Rec2020)
|