mirror of https://github.com/mgba-emu/mgba.git
26 lines
358 B
INI
26 lines
358 B
INI
[shader]
|
|
name=TV Mode
|
|
author=Dominus Iniquitatis
|
|
description=Scanlines along with a subtle blurring.
|
|
passes=1
|
|
|
|
[pass.0]
|
|
fragmentShader=tv.fs
|
|
blend=1
|
|
width=-2
|
|
height=-2
|
|
|
|
[pass.0.uniform.lineBrightness]
|
|
type=float
|
|
readableName=Line brightness
|
|
default=0.75
|
|
min=0.0
|
|
max=1.0
|
|
|
|
[pass.0.uniform.blurring]
|
|
type=float
|
|
readableName=Blurring
|
|
default=1.0
|
|
min=0.0
|
|
max=1.0
|