summaryrefslogtreecommitdiff
path: root/Data/Sys/Wii/shared2
AgeCommit message (Collapse)Author
2023-12-03Data: Correct wc24recv.ctl fileSketch
2018-05-12Data: Remove /shared2/{ec,succession}Léo Lam
These are created by the ECDK library (used in the Wii Shop Channel for example) on first use. There's no need to provide dummy files.
2017-01-12Remove pre-generated SYSCONFLéo Lam
Dolphin is able to generate one with all correct default settings, so we don't need to ship with a pre-generated SYSCONF and worry about syncing default settings. Additionally, this commit changes SysConf to work with session SYSCONFs so that Dolphin is able to generate a default one even for Movie/TAS. Which SYSCONF needs to be touched is explicitly specified to avoid confusion about which file SysConf is managing. (Another notable change is that the Wii root functions are moved into Core to prevent Common from depending on Core.)
2013-09-14Move global User/Wii to Sys/WiiPierre Bourdon