WiiFlow_Lite/source/menu
2020-07-11 15:31:14 -05:00
..
menu_about.cpp - changed a lot of free's to MEM2_free even though the way Fix94 wrote his mem manager, using free is fine too. but this does help me see what is using MEM2. 2020-06-25 18:11:58 -05:00
menu_boot.cpp - Added shutdown to idle standby option on page 12 of main settings. Set to yes for idle standby (yellow light). wii u users leave off. 2019-05-06 13:53:33 -05:00
menu_categories.cpp - reverted change in 5.4.1 that made video output a little blurry. 2020-03-19 17:38:32 -05:00
menu_cftheme.cpp - code cleanup for themeName. 2019-07-24 12:35:51 -05:00
menu_cheat.cpp Use the memory manager for downloads 2020-04-12 19:39:10 +01:00
menu_code.cpp -fixed exiting wiiflow lite in wiivc mode so it doesn't black screen the wii u and require it to be unplugged. 2018-08-06 14:58:26 +00:00
menu_config3.cpp - channels type fix. 2019-10-28 13:43:13 -05:00
menu_config4.cpp - added pages 7 thru 11 to main settings. for a total of 19 more settings you can now set without having to manually edit the ini file. 2018-10-31 14:51:15 -05:00
menu_config7.cpp - fixed plugin dol path that was broken in last release. 2020-05-25 17:17:50 -05:00
menu_config_adv.cpp - Plugin game list generator now gets rom title and ID from wiimpathy's plugins database files. a 'reload cache' will need to be done for each plugin source so the title and ID can be added to the current cached list. custom titles still work and will override plugin database files. titles are based on custom titles file then plugins database file and finally the rom filename. if the ID is not found in the plugins database files it will have an ID of 'PLUGIN' and no game info will be displayed on the game info screen. 2019-09-11 15:57:16 -05:00
menu_config_coverbnr.cpp - cleaned up title and text handling for menu's. 2018-12-27 18:47:00 -06:00
menu_config_game.cpp - fix for setting game IOS (broken in 5.4.5) 2020-05-16 17:53:34 -05:00
menu_config_gc.cpp - cleaned up title and text handling for menu's. 2018-12-27 18:47:00 -06:00
menu_config_hb.cpp - improved cover loader by adding 3 tries to load the covers. 2nd and third tries are there just to get any missing covers that didn't load the first time. 2019-03-27 11:45:43 -05:00
menu_config_screen.cpp - added pages 7 thru 11 to main settings. for a total of 19 more settings you can now set without having to manually edit the ini file. 2018-10-31 14:51:15 -05:00
menu_config_source.cpp - removed source menu multi source. with the new tiers and autoboot and other stuff it became too hard and complicated to code for source menu multi source. if you still want multi source use the 'Select Plugin' menu and add the wii, gc, channels, and homebrew plugins. 2019-10-21 13:25:35 -05:00
menu_config.cpp - added extremes 480p pixel patch via leseratte's usbloader gx code. only for wii games. there is a global default setting in main settings pg 13 2019-09-23 09:20:22 -05:00
menu_configsnd.cpp - added pages 7 thru 11 to main settings. for a total of 19 more settings you can now set without having to manually edit the ini file. 2018-10-31 14:51:15 -05:00
menu_download.cpp - changed a lot of free's to MEM2_free even though the way Fix94 wrote his mem manager, using free is fine too. but this does help me see what is using MEM2. 2020-06-25 18:11:58 -05:00
menu_error.cpp - removed 'init network' from startup settings. 2018-12-24 07:42:31 -06:00
menu_explorer.cpp - changed a lot of free's to MEM2_free even though the way Fix94 wrote his mem manager, using free is fine too. but this does help me see what is using MEM2. 2020-06-25 18:11:58 -05:00
menu_game_boot.cpp - changed a lot of free's to MEM2_free even though the way Fix94 wrote his mem manager, using free is fine too. but this does help me see what is using MEM2. 2020-06-25 18:11:58 -05:00
menu_game.cpp - fixed missing cache covers for real nand channels if you add covers manually and do reload cache. Thanks blackb0x! 2020-04-08 12:06:21 -05:00
menu_gameinfo.cpp Optimize images 2020-04-12 19:35:57 +01:00
menu_home.cpp - sourceflow no longer shows cache covers progress bar unless 1 or more covers need to be cached. 2020-04-28 18:03:24 -05: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 sourceflow on start to remove quick flash of green screen. 2020-05-04 06:31:25 -05:00
menu_nandemu.cpp - added options to copy real nand config and miis to emunand on page 3 of emu nand settings. if set to 'on' then when you launch a emu nand game sysconfig and/or miis from real nand will be copied to emu nand before launching the game. this solves issue #90 to keep your controllers synced in emu nand mode. 2019-05-06 09:13:18 -05:00
menu_partitions.cpp - cleaned up title and text handling for menu's. 2018-12-27 18:47:00 -06:00
menu_paths.cpp - reverted change in 5.4.1 that made video output a little blurry. 2020-03-19 17:38:32 -05:00
menu_plugin.cpp - fix to keep check boxes selected when not using the pointer. 2019-10-21 17:44:34 -05:00
menu_source.cpp - fixed plugin system to handle more than 128 plugins. 2020-07-11 15:31:14 -05:00
menu_wad.cpp - changed a lot of free's to MEM2_free even though the way Fix94 wrote his mem manager, using free is fine too. but this does help me see what is using MEM2. 2020-06-25 18:11:58 -05:00
menu_wbfs.cpp - reverted change in 5.4.1 that made video output a little blurry. 2020-03-19 17:38:32 -05:00
menu.cpp - changed a lot of free's to MEM2_free even though the way Fix94 wrote his mem manager, using free is fine too. but this does help me see what is using MEM2. 2020-06-25 18:11:58 -05:00
menu.hpp - sourceflow no longer shows cache covers progress bar unless 1 or more covers need to be cached. 2020-04-28 18:03:24 -05:00