WiiFlow_Lite/source/menu
Fledge68 6f6b3ec2d8 external_booter.bin fixes that i missed when i changed the booter in v5.5.0 beta 12 commit 9f7da43
- added missing *BI2 = 0x817E5480; to  Disc_SetLowMem() for wii games.
- added missing memcpy((void*)0x80001800, (void*)Disc_ID, 8); needed for debugger and ocarina cheats engine.

- fixed default setting for savegame emulation back to OFF (0). v5.5.0 and v5.5.1 new clean install's would set it to FULL (2) which caused wii games to crash on boot up. if you have this issue you can simply go to main settings>nand emulation settings and set it to OFF.
- changes to STexture::fromPNG() to hopefully clear up the out of mem issue when downloading and converting the cover png to a wfc cache file.
- v5.5.2
2022-02-07 07:19:27 -06:00
..
menu_about.cpp Add Github CI 2020-11-19 14:31:52 +01:00
menu_boot.cpp - reinstated Fix94's keep USB alive thread for IOS58 mode. 2022-01-17 14:50:40 -06:00
menu_categories.cpp - added source menu setup via Home button while view source menu. Setup includes hide buttons, link buttons to plugins, and set roms path of plugins. 2020-08-24 17:58:09 -05: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 - no longer modifying cheat txt file thanks to dimoks code in usb loader gx. #238 2021-10-11 10:51:50 -05: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 Add deflicker filter options 2021-09-25 20:00:02 +01:00
menu_config_adv.cpp - reinstated Fix94's keep USB alive thread for IOS58 mode. 2022-01-17 14:50:40 -06: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 - fixed the 480p pixel patch button in game settings menu. 2021-10-13 08:00:29 -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 - added source menu setup via Home button while view source menu. Setup includes hide buttons, link buttons to plugins, and set roms path of plugins. 2020-08-24 17:58:09 -05:00
menu_config.cpp Add proxy support, fix timeouts & update wolfSSL 2020-09-07 21:27:42 +01: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 - v5.5.0 beta 6 2021-09-20 17:40:03 -05:00
menu_error.cpp - removed 'init network' from startup settings. 2018-12-24 07:42:31 -06:00
menu_explorer.cpp - some minor misc. changes. 2021-11-12 18:11:42 -06:00
menu_game_boot.cpp external_booter.bin fixes that i missed when i changed the booter in v5.5.0 beta 12 commit 9f7da43 2022-02-07 07:19:27 -06:00
menu_game.cpp - fix for channels video modes broken in 5.5.0 2022-01-14 15:10:56 -06:00
menu_gameinfo.cpp - added some texure cleanups 2020-08-13 18:29:43 -05:00
menu_home.cpp - fix for channels video modes broken in 5.5.0 2022-01-14 15:10:56 -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 - only add a multi disk entry to the cover list if .d1 is added before the extension and the filename includes 'disc' or 'disk'. 2021-09-15 11:45:06 -05:00
menu_nandemu.cpp external_booter.bin fixes that i missed when i changed the booter in v5.5.0 beta 12 commit 9f7da43 2022-02-07 07:19:27 -06:00
menu_partitions.cpp - cleaned up title and text handling for menu's. 2018-12-27 18:47:00 -06:00
menu_paths.cpp - some minor misc. changes. 2021-11-12 18:11:42 -06:00
menu_plugin.cpp v5.4.7 beta 4 2020-08-31 18:23:52 -05:00
menu_sm_editor.cpp - official added the clear CD case spine skin. In your plugin use casecolor=111111. may have to do a Reload Cache. 2020-11-16 15:11:04 -06:00
menu_source.cpp - now compiled with devkitppc r39-2 (GCC 11) and libogc 2.3.1-1 2021-09-06 14:16:45 -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 external_booter.bin fixes that i missed when i changed the booter in v5.5.0 beta 12 commit 9f7da43 2022-02-07 07:19:27 -06:00
menu.hpp - reinstated Fix94's keep USB alive thread for IOS58 mode. 2022-01-17 14:50:40 -06:00