mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 22:32: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:
@@ -0,0 +1,9 @@
|
||||
# RFNP01, RFNJ01, RFNW01, RFNE01, RFNK01 - Wii Fit and Wii Fit Channel
|
||||
|
||||
[Video_Hacks]
|
||||
# The Wii Fit Channel shows Mii faces and a graph; however, EFBToTextureEnable must be disabled for this to work.
|
||||
# Since both the channel and the main game update these images, it must be disabled for both. (They both have the same GameID, though.)
|
||||
# However, this has a performance impact, so if the Wii Fit Channel is not going to be used, this does not need to be disabled.
|
||||
#EFBToTextureEnable = False
|
||||
# Having EFBToTextureEnable disabled causes hangs in mini games if DeferEFBCopies is enabled.
|
||||
DeferEFBCopies = False
|
||||
Reference in New Issue
Block a user