Today I will tell you how you can fix the sours so that the menu works.
it is replaced in menu.cpp
void save_config()
{
_( menu_slot, "menu_slot" );
config::get().save( g_cfg[ menu_slot ]->get<int>() + 1 );
}
void load_config()
{
_( menu_slot, "menu_slot" );
config::get().load(...