mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
Reorganized 6 branches into bios/Manufacturer/Console/. Scrapers for RetroArch, Batocera, Recalbox, and libretro core-info. Platform-aware verification replicating native logic per platform. Pack generation with dedup, alias resolution, variant support. CI/CD: weekly auto-scrape, auto-release, PR validation. Large files (>50MB) stored as GitHub Release assets, auto-fetched at build time.
14 lines
715 B
INI
14 lines
715 B
INI
# RFPE01, RFPJ01, RFPR01, RFPP01, RFPK01, RFPW01 - Wii Fit Plus and Wii Fit Plus Channel
|
|
|
|
[Core]
|
|
# Dualcore causes hangs in the Rhythm Parade mini game.
|
|
CPUThread = False
|
|
|
|
[Video_Hacks]
|
|
# The Wii Fit Plus 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
|