mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 22:32:31 -05:00
dolphin-emu/Sys/ folder (2562 files) from libretro/dolphin Data/Sys. retroarch.yml: DSP firmware (dsp_coef.bin, dsp_rom.bin), fonts (font_western.bin, font_japanese.bin) at dolphin-emu/Sys/GC/ paths. ref: DolphinLibretro/Boot.cpp:72-73, HW/DSPLLE/DSPHost.cpp, HW/EXI/EXI_DeviceIPL.cpp. pack: 452 files, 0 missing.
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
|
|
}
|
|
}
|
|
]
|
|
} |