diff --git a/config.def.h b/config.def.h index 7ab919da62..b5a3a63b47 100644 --- a/config.def.h +++ b/config.def.h @@ -302,6 +302,7 @@ static bool quick_menu_show_save_content_dir_overrides = true; static bool kiosk_mode_enable = false; +static bool menu_horizontal_animation = true; static bool menu_show_online_updater = true; static bool menu_show_load_core = true; static bool menu_show_load_content = true; diff --git a/intl/msg_hash_ar.h b/intl/msg_hash_ar.h index 8fa2330b82..ef0fd5921a 100644 --- a/intl/msg_hash_ar.h +++ b/intl/msg_hash_ar.h @@ -7,8 +7,9 @@ MSG_HASH( "Unknown compiler" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Device disconnected from port" @@ -145,6 +146,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Adjusts menu screen appearance settings." diff --git a/intl/msg_hash_chs.h b/intl/msg_hash_chs.h index 66a7eca707..97e543affc 100644 --- a/intl/msg_hash_chs.h +++ b/intl/msg_hash_chs.h @@ -35,8 +35,9 @@ MSG_HASH( "未知的编译器" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "设备已从端口上断开" @@ -133,6 +134,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "调整菜单屏幕相关的设置。" diff --git a/intl/msg_hash_cht.h b/intl/msg_hash_cht.h index b314f009b8..05ff2c10f7 100644 --- a/intl/msg_hash_cht.h +++ b/intl/msg_hash_cht.h @@ -7,8 +7,9 @@ MSG_HASH( "未知的編譯器" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "設備已從連接口上移開" @@ -105,6 +106,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "使用模擬器硬體渲染私人內容時可避免硬體在各frames時的狀態改變." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "調整選單顯示的相關設定。" @@ -985,6 +990,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS, /* TODO/FIXME - updat "選單文件瀏覽器") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER, "選單線性過濾") +MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION, + "Horizontal Animation") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, "選單") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER, diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 214f52dbf3..f690ec327d 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -35,8 +35,9 @@ MSG_HASH( "Unbekannter Compiler" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Gerät von Anschluss getrennt" @@ -133,6 +134,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Gibt Hardware-gerenderten Cores einen eigenen privaten Kontext. Vermeidet, dass der Hardware-Status zwischen den Frames geschätzt werden muss." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Legt die Einstellungen für das Aussehen des Menübildschirms fest." diff --git a/intl/msg_hash_el.h b/intl/msg_hash_el.h index a6c9cbb4e7..fae4ab9b95 100644 --- a/intl/msg_hash_el.h +++ b/intl/msg_hash_el.h @@ -146,6 +146,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Προσαρμόζει τις εμφανισιακές ρυθμίσεις της οθόνης του μενού." diff --git a/intl/msg_hash_eo.h b/intl/msg_hash_eo.h index 9fe65dfbe6..f26d9f4c96 100644 --- a/intl/msg_hash_eo.h +++ b/intl/msg_hash_eo.h @@ -7,8 +7,9 @@ MSG_HASH( "Unknown compiler" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Device disconnected from port" @@ -45,6 +46,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Adjusts settings related to the appearance of the menu screen." diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 686d0662bb..cbbb73f97e 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -173,6 +173,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Dar a los núcleos renderizados por hardware un contexto privado. Evita tener que asumir cambios en el estado del hardware entre cuadros" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Ajusta la apariencia del menú" @@ -7907,4 +7911,4 @@ MSG_HASH( MSG_HASH( MENU_ENUM_LABEL_VALUE_HOLD_START, "Mantener Start (2 segundos)" - ) \ No newline at end of file + ) diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 37ac633783..ec9d2803c9 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -7,8 +7,9 @@ MSG_HASH( "Compilateur inconnu" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Périphérique déconnecté du port" @@ -105,6 +106,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Donne aux cœurs bénéficiant de l'accélération graphique leur propre contexte. Évite d'avoir à supposer des changements d'état matériel entre deux images." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Ajuster les réglages et l'apparence du menu." @@ -989,6 +994,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS, "Réglages") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER, "Filtre linéaire pour le menu") +MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION, + "Horizontal Animation") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, "Appearance") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER, diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index e7668d494b..6ab4cbd73c 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -7,8 +7,9 @@ MSG_HASH( "Compilatore sconosciuto" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Dispositivo disconnesso dalla porta" @@ -105,6 +106,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Fornisce i core hardware nel proprio contesto privato. Evita di assumere cambiamenti di stato hardware tra i fotogrammi." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Regola le impostazioni relative all'aspetto della schermata del menu." diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index 109939b0f0..5b1f980024 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -12,8 +12,9 @@ MSG_HASH( "不明なコンパイラ" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "デバイスがポートから切断されました" @@ -150,6 +151,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "メニューの外観に関係する設定を変更します。" diff --git a/intl/msg_hash_ko.h b/intl/msg_hash_ko.h index b94ce77dc2..4d6d3cc5f6 100644 --- a/intl/msg_hash_ko.h +++ b/intl/msg_hash_ko.h @@ -7,8 +7,9 @@ MSG_HASH( "알 수 없는 컴파일러" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "장치가 포트에서 연결 해제 되었습니다" @@ -105,6 +106,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "하드웨어 렌더링된 코어에 고유의 컨텍스트를 부여. 프레임간 하드웨어 상태가 변경된 것으로 가정하지 않도록 함." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "화면 표시 설정을 조정합니다." @@ -970,6 +975,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS, "설정") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER, "메뉴 선형 필터") +MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION, + "Horizontal Animation") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, "메뉴") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER, diff --git a/intl/msg_hash_nl.h b/intl/msg_hash_nl.h index 1426e3b5f9..17677a9825 100644 --- a/intl/msg_hash_nl.h +++ b/intl/msg_hash_nl.h @@ -7,8 +7,9 @@ MSG_HASH( "Onbekende compiler" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Apparaat ontkoppeld van port" @@ -45,6 +46,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Adjusts settings related to the appearance of the menu screen." @@ -905,6 +910,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS, "Instellingen") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER, "Menu Linear Filter") +MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION, + "Horizontal Animation") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, "Uiterlijk") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER, diff --git a/intl/msg_hash_pl.h b/intl/msg_hash_pl.h index 86d03816a9..59853c16d0 100644 --- a/intl/msg_hash_pl.h +++ b/intl/msg_hash_pl.h @@ -7,8 +7,9 @@ MSG_HASH( "Nieznany kompilator" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Urządzenie zostało odłączone od portu" @@ -145,6 +146,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Nadaj rdzeniom sprzętowym własny prywatny kontekst. Unikaj konieczności przejmowania zmian stanu sprzętu pomiędzy klatkami." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Dostosuj ustawienia wyglądu ekranu menu." diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index 3bb3c1a358..7c23ba87bf 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -173,6 +173,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Dar aos núcleos renderizados por hardware seu próprio contexto privado. Evita ter que assumir mudanças de estado de hardware entre quadros." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Ajusta as configurações de aparência da tela de menu." diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index 84b8e21efc..929abe53d6 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -7,8 +7,9 @@ MSG_HASH( "Compilador desconhecido" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Dispositivo desconectado da porta" @@ -105,6 +106,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Dê aos núcleos renderizados por hardware o seu próprio contexto privado. Evita ter que assumir mudanças de estado de hardware entre frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "ajusta as definições de aparência no ecrã do menu." @@ -970,6 +975,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS, "Definições") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER, "Filtro linear do menu") +MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION, + "Horizontal Animation") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, "Aparência") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER, diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 7fdb5e26d8..e531e1964e 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -12,8 +12,9 @@ MSG_HASH( "Неизвестный компилятор" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Устройство отключено от порта" @@ -110,6 +111,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Предоставьте аппаратно-рендерированным ядрам собственный контекст. Избегайте принятия изменений состояния оборудования между кадрами." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Настройка параметров, относящихся к внешнему виду экрана меню." @@ -993,6 +998,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS, "Настройки") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER, "Линейный фильтр меню") +MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION, + "Horizontal Animation") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, "Меню") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 666954acb2..12f37dd898 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -177,6 +177,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Adjusts menu screen appearance settings." @@ -7915,4 +7919,4 @@ MSG_HASH( MSG_HASH( MENU_ENUM_LABEL_VALUE_HOLD_START, "Hold Start (2 seconds)" - ) \ No newline at end of file + ) diff --git a/intl/msg_hash_vn.h b/intl/msg_hash_vn.h index 33f84b7482..a7bb34ce4c 100644 --- a/intl/msg_hash_vn.h +++ b/intl/msg_hash_vn.h @@ -7,8 +7,9 @@ MSG_HASH( "Unknown compiler" ) MSG_HASH( - MSG_NATIVE, - "Native") + MSG_NATIVE, + "Native" + ) MSG_HASH( MSG_DEVICE_DISCONNECTED_FROM_PORT, "Device disconnected from port" @@ -105,6 +106,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT, "Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION, + "Enable horizontal animation for the menu. This will have a performance hit." + ) MSG_HASH( MENU_ENUM_SUBLABEL_MENU_SETTINGS, "Điều chỉnh thiết lập related to the appearance of the menu screen." @@ -991,6 +996,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS, "Settings") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER, "Menu Linear Filter") +MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION, + "Horizontal Animation") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, "Appearance") MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER, diff --git a/menu/cbs/menu_cbs_sublabel.c b/menu/cbs/menu_cbs_sublabel.c index 20bdea1fed..207f325afb 100644 --- a/menu/cbs/menu_cbs_sublabel.c +++ b/menu/cbs/menu_cbs_sublabel.c @@ -387,6 +387,7 @@ default_sublabel_macro(action_bind_sublabel_ozone_menu_color_theme, default_sublabel_macro(action_bind_sublabel_menu_use_preferred_system_color_theme, MENU_ENUM_SUBLABEL_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME) default_sublabel_macro(action_bind_sublabel_menu_wallpaper_opacity, MENU_ENUM_SUBLABEL_MENU_WALLPAPER_OPACITY) default_sublabel_macro(action_bind_sublabel_menu_framebuffer_opacity, MENU_ENUM_SUBLABEL_MENU_FRAMEBUFFER_OPACITY) +default_sublabel_macro(action_bind_sublabel_menu_horizontal_animation, MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION) default_sublabel_macro(action_bind_sublabel_menu_ribbon_enable, MENU_ENUM_SUBLABEL_XMB_RIBBON_ENABLE) default_sublabel_macro(action_bind_sublabel_menu_font, MENU_ENUM_SUBLABEL_XMB_FONT) default_sublabel_macro(action_bind_sublabel_quick_menu_show_take_screenshot, MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_TAKE_SCREENSHOT) @@ -1137,6 +1138,9 @@ int menu_cbs_init_bind_sublabel(menu_file_list_cbs_t *cbs, case MENU_ENUM_LABEL_MENU_FRAMEBUFFER_OPACITY: BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_menu_framebuffer_opacity); break; + case MENU_ENUM_LABEL_MENU_HORIZONTAL_ANIMATION: + BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_menu_horizontal_animation); + break; case MENU_ENUM_LABEL_MENU_WALLPAPER_OPACITY: BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_menu_wallpaper_opacity); break;