WiiFlow_Lite/source/menu
2023-03-17 08:17:00 -05:00
..
menu_about.cpp - rewrote main config to re-use buttons for every page. 2022-05-31 17:33:27 -05:00
menu_categories.cpp - fix for issue #318. favorites and adult_only in gameconfig1 and categories in categories_lite will now use the platform name and game ID if using the plugin database files. if either the platform name or game ID are not available we will still use old method of plugin magic and game title. With new method if old plugin magic and game title is found it will be converted to platform name and game ID. because of this it is recommended to backup gameconfig1 and categories_lite just in case you have issues with new WFL and need to go back to old WFL. 2023-01-08 17:25:45 -06:00
menu_cftheme.cpp - now compiled with devkitppc r39-2 (GCC 11) and libogc 2.3.1-1 2021-09-06 14:16:45 -05:00
menu_cheat.cpp - changed all m_wbfs to m_download that i missed when i changed menu_download.cpp a few commits back. 2022-08-24 17:26:36 -05:00
menu_code.cpp - more config menu's cleanup and restructuring. 2022-06-24 13:05:59 -05:00
menu_config_boot.cpp - translation fixes for issue #342. (I hope) 2023-03-16 17:45:51 -05:00
menu_config_coverbnr.cpp - OCD cleanup. 2022-07-13 17:11:44 -05:00
menu_config_game.cpp - translation fixes for issue #342. (I hope) 2023-03-16 17:45:51 -05:00
menu_config_gc_game.cpp - added option to 'Reset game settings to defaults' 2023-03-05 18:31:14 -06:00
menu_config_gc.cpp - OCD cleanup. 2022-07-13 17:11:44 -05:00
menu_config_hb.cpp - added the partition option to select SD and USB together. issue #325. BUT if you have the same game on both it will be shown twice. adding a check to see if the game is already listed for every time a game is added i think will slow down the process. 2022-12-10 15:10:29 -06:00
menu_config_main.cpp - fixed main settings page 3 default video mode and game language. 2023-03-17 08:17:00 -05:00
menu_config_source.cpp - OCD cleanup. 2022-07-13 17:11:44 -05:00
menu_download.cpp - Made path to wiitdb.xml configurable. issue #327. Use Path Manager menu page 2. 2022-12-05 08:57:39 -06:00
menu_error.cpp - added option to 'Reset game settings to defaults' 2023-03-05 18:31:14 -06:00
menu_explorer.cpp - some minor misc. changes. 2021-11-12 18:11:42 -06:00
menu_game_boot.cpp - added "auto" cios selection based on the games' IOS and d2x cios installed. only works for d2x cios. if you wish to use a hermes cios you can still manually choose 222 - 225. note if more than one cios have the same base the higher slot will be chosen. 2023-03-15 13:50:47 -05:00
menu_game.cpp - added option to 'Reset game settings to defaults' 2023-03-05 18:31:14 -06:00
menu_gameinfo.cpp - rewrote main config to re-use buttons for every page. 2022-05-31 17:33:27 -05:00
menu_home.cpp - added the partition option to select SD and USB together. issue #325. BUT if you have the same game on both it will be shown twice. adding a check to see if the game is already listed for every time a game is added i think will slow down the process. 2022-12-10 15:10:29 -06:00
menu_input.cpp - cleaned up libsicksaxis code a little to make it easier for me to understand what's going on. 2020-05-27 15:18:38 -05:00
menu_main.cpp - fixed sorting covers. 2023-01-20 17:53:52 -06:00
menu_nandemu.cpp - translation fixes for issue #342. (I hope) 2023-03-16 17:45:51 -05:00
menu_partitions.cpp - added the partition option to select SD and USB together. issue #325. BUT if you have the same game on both it will be shown twice. adding a check to see if the game is already listed for every time a game is added i think will slow down the process. 2022-12-10 15:10:29 -06:00
menu_paths.cpp - Made path to wiitdb.xml configurable. issue #327. Use Path Manager menu page 2. 2022-12-05 08:57:39 -06:00
menu_plugin.cpp - removed m_source_cnt. its not used anymore. 2022-12-10 15:36:19 -06:00
menu_sm_editor.cpp - added the partition option to select SD and USB together. issue #325. BUT if you have the same game on both it will be shown twice. adding a check to see if the game is already listed for every time a game is added i think will slow down the process. 2022-12-10 15:10:29 -06:00
menu_source.cpp - removed m_source_cnt. its not used anymore. 2022-12-10 15:36:19 -06:00
menu_wad.cpp - changed all m_wbfs to m_download that i missed when i changed menu_download.cpp a few commits back. 2022-08-24 17:26:36 -05:00
menu_wbfs.cpp - OCD cleanup. 2022-07-13 17:11:44 -05:00
menu.cpp - added option to init network on start (issue #335) but you have to manually edit wiiflow_lite.ini. there's no option in startup settings (yet). just add [GENERAL] async_network=yes and save it. 2023-03-16 09:22:25 -05:00
menu.hpp - translation fixes for issue #342. (I hope) 2023-03-16 17:45:51 -05:00