mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Merge pull request #11641 from JosJuice/android-remove-old-config
Android: Remove support for the old config system
This commit is contained in:
commit
4281606838
69 changed files with 388 additions and 580 deletions
|
@ -159,7 +159,8 @@ static const std::map<System, std::string> system_to_name = {
|
|||
{System::SYSCONF, "SYSCONF"},
|
||||
{System::DualShockUDPClient, "DualShockUDPClient"},
|
||||
{System::FreeLook, "FreeLook"},
|
||||
{System::Session, "Session"}};
|
||||
{System::Session, "Session"},
|
||||
{System::GameSettingsOnly, "GameSettingsOnly"}};
|
||||
|
||||
const std::string& GetSystemName(System system)
|
||||
{
|
||||
|
|
|
@ -33,6 +33,7 @@ enum class System
|
|||
DualShockUDPClient,
|
||||
FreeLook,
|
||||
Session,
|
||||
GameSettingsOnly,
|
||||
};
|
||||
|
||||
constexpr std::array<LayerType, 7> SEARCH_ORDER{{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue