mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
Merge pull request #9571 from JosJuice/netplay-sync-more-settings
NetPlay: Sync more settings
This commit is contained in:
commit
da534c7d75
14 changed files with 112 additions and 35 deletions
|
@ -8,14 +8,15 @@
|
|||
|
||||
namespace Config
|
||||
{
|
||||
// Layers in ascending order of priority.
|
||||
enum class LayerType
|
||||
{
|
||||
Base,
|
||||
CommandLine,
|
||||
GlobalGame,
|
||||
LocalGame,
|
||||
Movie,
|
||||
Netplay,
|
||||
CommandLine,
|
||||
CurrentRun,
|
||||
Meta,
|
||||
};
|
||||
|
@ -36,11 +37,11 @@ enum class System
|
|||
|
||||
constexpr std::array<LayerType, 7> SEARCH_ORDER{{
|
||||
LayerType::CurrentRun,
|
||||
LayerType::CommandLine,
|
||||
LayerType::Movie,
|
||||
LayerType::Netplay,
|
||||
LayerType::Movie,
|
||||
LayerType::LocalGame,
|
||||
LayerType::GlobalGame,
|
||||
LayerType::CommandLine,
|
||||
LayerType::Base,
|
||||
}};
|
||||
} // namespace Config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue