mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-21 16:22:35 -05:00
bb307aa250
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.
72 lines
1.4 KiB
JSON
72 lines
1.4 KiB
JSON
{
|
|
"meta":
|
|
{
|
|
"title": "Native Resolution Goop",
|
|
"author": "Techjar",
|
|
"description": "Scales goop maps to draw at their native resolution, regardless of internal resolution. Results in goop having more rounded off edges rather than looking very blocky at higher resolutions."
|
|
},
|
|
"groups":
|
|
[
|
|
{
|
|
"name": "Goop",
|
|
"targets": [
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_32x32_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_64x32_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_32x64_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_64x64_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_128x64_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_64x128_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_128x128_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_256x128_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_128x256_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_256x256_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n000000_512x512_1"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"features":
|
|
[
|
|
{
|
|
"group": "Goop",
|
|
"action": "scale",
|
|
"action_data": {
|
|
"X": 1.0,
|
|
"Y": 1.0,
|
|
"Z": 1.0
|
|
}
|
|
}
|
|
]
|
|
} |