diff --git a/Data/Sys/Load/GraphicMods/All Games DOF Removal/all.txt b/Data/Sys/Load/GraphicMods/All Games DOF Removal/all.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/All Games DOF Removal/metadata.json b/Data/Sys/Load/GraphicMods/All Games DOF Removal/metadata.json new file mode 100644 index 0000000000..5758d41b27 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/All Games DOF Removal/metadata.json @@ -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" + } + ] +} diff --git a/Data/Sys/Load/GraphicMods/All Games Native Resolution DOF/all.txt b/Data/Sys/Load/GraphicMods/All Games Native Resolution DOF/all.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/All Games Native Resolution DOF/metadata.json b/Data/Sys/Load/GraphicMods/All Games Native Resolution DOF/metadata.json new file mode 100644 index 0000000000..4aeea2e7c0 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/All Games Native Resolution DOF/metadata.json @@ -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 + } + } + ] +}