mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-05 04:53:44 -05:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"meta":
|
|
{
|
|
"title": "Native Resolution Bloom",
|
|
"author": "Dolphin Team",
|
|
"description": "Scales bloom effects to draw at their native resolution, regardless of internal resolution. Results in bloom looking much more natural at higher resolutions but may cause shimmering."
|
|
},
|
|
"features":
|
|
[
|
|
{
|
|
"group": "Bloom",
|
|
"action": "scale",
|
|
"action_data": {
|
|
"X": 1.0,
|
|
"Y": 1.0,
|
|
"Z": 1.0
|
|
}
|
|
}
|
|
]
|
|
} |