GraphicMods: add built in mods for DOF
This commit is contained in:
parent
e0b3dd0dcf
commit
c175b67407
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"meta":
|
||||
{
|
||||
"title": "DOF Removal",
|
||||
"author": "Dolphin Team",
|
||||
"description": "Skips drawing DOF effects. May be preferable when using a DOF solution from Dolphin's post processing shaders or a third party tool."
|
||||
},
|
||||
"features":
|
||||
[
|
||||
{
|
||||
"group": "DOF",
|
||||
"action": "skip"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"meta":
|
||||
{
|
||||
"title": "Native Resolution DOF",
|
||||
"author": "Dolphin Team",
|
||||
"description": "Scales DOF effects to draw at their native resolution, regardless of internal resolution. Results in DOF looking much more natural at higher resolutions but may cause shimmering."
|
||||
},
|
||||
"features":
|
||||
[
|
||||
{
|
||||
"group": "DOF",
|
||||
"action": "scale",
|
||||
"action_data": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue