mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Remove code related to UI.ini
We don't use it for anything, we just create it and leave it empty.
This commit is contained in:
parent
ad098283c0
commit
6e96f62b41
6 changed files with 3 additions and 9 deletions
|
@ -71,7 +71,6 @@ const std::map<Config::System, int> system_to_ini = {
|
|||
{Config::System::GFX, F_GFXCONFIG_IDX},
|
||||
{Config::System::Logger, F_LOGGERCONFIG_IDX},
|
||||
{Config::System::Debugger, F_DEBUGGERCONFIG_IDX},
|
||||
{Config::System::UI, F_UICONFIG_IDX},
|
||||
};
|
||||
|
||||
// INI layer configuration loader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue