mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-30 12:42:31 -05:00
feat: archive full dolphin-emu/Sys, add DSP/font/IPL paths to pack
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.
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"meta":
|
||||
{
|
||||
"title": "HUD definitions",
|
||||
"author": "iwubcode"
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "HUD",
|
||||
"targets": [
|
||||
{
|
||||
"type": "draw_started",
|
||||
"prettyname": "map border",
|
||||
"texture_filename": "tex1_180x180_6e5c9aa7004f377b_1"
|
||||
},
|
||||
{
|
||||
"type": "projection",
|
||||
"value": "2d",
|
||||
"prettyname": "map border",
|
||||
"texture_filename": "tex1_180x180_6e5c9aa7004f377b_1"
|
||||
},
|
||||
{
|
||||
"type": "draw_started",
|
||||
"prettyname": "map player marker",
|
||||
"texture_filename": "tex1_64x64_f84b318707ee8455_1"
|
||||
},
|
||||
{
|
||||
"type": "projection",
|
||||
"value": "2d",
|
||||
"prettyname": "map player marker",
|
||||
"texture_filename": "tex1_64x64_f84b318707ee8455_1"
|
||||
},
|
||||
{
|
||||
"type": "draw_started",
|
||||
"prettyname": "map player facing pointer",
|
||||
"texture_filename": "tex1_64x64_2ece13b26442de5a_0"
|
||||
},
|
||||
{
|
||||
"type": "projection",
|
||||
"value": "2d",
|
||||
"prettyname": "map player facing pointer",
|
||||
"texture_filename": "tex1_64x64_2ece13b26442de5a_0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user