Skip to content

Commit

Permalink
Change some default screen layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 11, 2023
1 parent 63b1c24 commit 8178e2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/libretro/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ struct retro_core_option_v2_definition melonds::option_defs_us[] = {
{Config::Retro::Values::UPSIDE_DOWN, "Upside Down"},
{nullptr, nullptr},
},
Config::Retro::Values::TOP_BOTTOM
Config::Retro::Values::LEFT_RIGHT
},
{
Config::Retro::Keys::SCREEN_LAYOUT3,
Expand All @@ -1796,7 +1796,7 @@ struct retro_core_option_v2_definition melonds::option_defs_us[] = {
{Config::Retro::Values::UPSIDE_DOWN, "Upside Down"},
{nullptr, nullptr},
},
Config::Retro::Values::TOP_BOTTOM
Config::Retro::Values::TOP
},
{
Config::Retro::Keys::SCREEN_LAYOUT4,
Expand All @@ -1819,7 +1819,7 @@ struct retro_core_option_v2_definition melonds::option_defs_us[] = {
{Config::Retro::Values::UPSIDE_DOWN, "Upside Down"},
{nullptr, nullptr},
},
Config::Retro::Values::TOP_BOTTOM
Config::Retro::Values::BOTTOM
},
{
Config::Retro::Keys::SCREEN_LAYOUT5,
Expand All @@ -1842,7 +1842,7 @@ struct retro_core_option_v2_definition melonds::option_defs_us[] = {
{Config::Retro::Values::UPSIDE_DOWN, "Upside Down"},
{nullptr, nullptr},
},
Config::Retro::Values::TOP_BOTTOM
Config::Retro::Values::HYBRID_TOP
},
{
Config::Retro::Keys::SCREEN_LAYOUT6,
Expand All @@ -1865,7 +1865,7 @@ struct retro_core_option_v2_definition melonds::option_defs_us[] = {
{Config::Retro::Values::UPSIDE_DOWN, "Upside Down"},
{nullptr, nullptr},
},
Config::Retro::Values::TOP_BOTTOM
Config::Retro::Values::HYBRID_BOTTOM
},
{
Config::Retro::Keys::SCREEN_LAYOUT7,
Expand All @@ -1888,7 +1888,7 @@ struct retro_core_option_v2_definition melonds::option_defs_us[] = {
{Config::Retro::Values::UPSIDE_DOWN, "Upside Down"},
{nullptr, nullptr},
},
Config::Retro::Values::TOP_BOTTOM
Config::Retro::Values::BOTTOM_TOP
},
{
Config::Retro::Keys::SCREEN_LAYOUT8,
Expand All @@ -1911,7 +1911,7 @@ struct retro_core_option_v2_definition melonds::option_defs_us[] = {
{Config::Retro::Values::UPSIDE_DOWN, "Upside Down"},
{nullptr, nullptr},
},
Config::Retro::Values::TOP_BOTTOM
Config::Retro::Values::RIGHT_LEFT
},

// Homebrew Save Data
Expand Down

0 comments on commit 8178e2f

Please sign in to comment.