mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 00:30:34 +00:00
Fix some incorrect option keys
This commit is contained in:
parent
fe813dffd6
commit
890f15e0d1
@ -492,7 +492,7 @@ namespace MelonDsDs::config::definitions {
|
||||
};
|
||||
|
||||
constexpr retro_core_option_v2_definition AbsoluteDay {
|
||||
config::time::ABSOLUTE_MONTH,
|
||||
config::time::ABSOLUTE_DAY,
|
||||
"Starting Month",
|
||||
nullptr,
|
||||
"The day to use when starting. "
|
||||
@ -537,7 +537,7 @@ namespace MelonDsDs::config::definitions {
|
||||
};
|
||||
|
||||
constexpr retro_core_option_v2_definition AbsoluteHour {
|
||||
config::time::ABSOLUTE_MONTH,
|
||||
config::time::ABSOLUTE_HOUR,
|
||||
"Starting Hour",
|
||||
nullptr,
|
||||
"The hour to use when starting",
|
||||
|
Loading…
Reference in New Issue
Block a user