Commit Graph

1230 Commits

Author SHA1 Message Date
Fledge68
33c8248380 - minor change and official 5.4.7 2020-10-28 18:36:11 -05:00
wiidev
0a53dbb34f Update wolfSSL and improve formatting 2020-10-17 18:29:03 +01:00
wiidev
d506c49d4f Fix warning when compiling 2020-10-17 15:46:44 +01:00
Fledge68
d93017e4ad - upped to beta 8
- mainly just some various code cleanups
- added 'Always show main icons' option page 14 of main settings. this prevents the main screen icons from hiding.
2020-10-15 14:46:28 -05:00
unresolvedsymbol
9362fd9789 Use RiiConnect24 geckocodes archive 2020-10-05 15:27:02 -05:00
wiidev
c496ef0dee Update wolfSSL, picohttpparser & clean up code 2020-09-26 22:30:40 +01:00
Fledge68
4dcca18b32 - upped beta 7 2020-09-25 06:39:10 -05:00
Fledge68
1595356f59 - fixed the Source Menu page button when hiding buttons. the count was off by one so sometimes the page button said there was another page when there really wasn't.
- fixed a minor issue when changing a plugins rom dir but then exiting the source menu via B button without selecting a source, it wouldn't reload the current coverflow but now it does.
- now when you have only the front cover image wiiflow will use that platform's custom blank cover image for the spine and back of the cover.
- made source menu setup menu's more noticable when you switch from select a source to selecting a plugin and back. before it was hard to tell you had moved to a new menu cause they look nearly identical.
2020-09-25 06:19:03 -05:00
wiidev
5b6a325546 Fix Wii game booting on vWii 2020-09-18 23:07:03 +01:00
wiidev
c16b3adea9 Use MEM2 and improve formatting 2020-09-14 18:23:54 +01:00
wiidev
8abd33fb28 Adjusted credentials char array size 2020-09-07 22:14:43 +01:00
wiidev
242b72add6 Proxy credentials are supported 2020-09-07 22:11:42 +01:00
wiidev
541836a643 Adjusted the proxy char array sizes 2020-09-07 22:08:52 +01:00
wiidev
a80d629859 Add proxy support, fix timeouts & update wolfSSL 2020-09-07 21:27:42 +01:00
Fledge68
144e7669ed - fixed source menu setup linking source buttons to plugins
- cleaned up gui code a tiny bit.
- beta 5
2020-09-07 06:26:12 -05:00
Fledge68
9a8a752e6f v5.4.7 beta 4
- added wiiflow/covers/homebrew_small folder so when using homebrew smallbox mode you can use your own custom covers instead of the apps icon.png
- fixed music resample to 48k option on main settings to not crash wiiflow if only one song file in wiiflow music folder.
- fixed displaying music title when you only have one music file in wiiflow music folder.
- fixed saving and loading enabled plugins upon exit and startup. This stops the "no plugins selected" message upon returning to wiiflow when you previously used the Select Plugin Menu.
- fixed custom backgrounds after using the Select Plugin Menu.
- fixed the Source Menu to display source buttons properly when switching tiers or pages.
- fixed refreshing Source Menu buttons after using the options menu to hide them.
2020-08-31 18:23:52 -05:00
Fledge68
e0445a0cc0 - 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.
- organized main settings pg 10 thru 13 better.
2020-08-24 17:58:09 -05:00
Fledge68
493f62f295 - changed a few debug prints. 2020-08-23 18:09:13 -05:00
Fledge68
dc967db949 - added some texure cleanups 2020-08-13 18:29:43 -05:00
Fledge68
02a7bb4846 - reverted one of my recent MEM2_free changes. 2020-08-13 16:21:29 -05:00
Fledge68
2800366e7b - very minor code clean up 2020-07-20 08:07:41 -05:00
Fledge68
4c804ffe17 - fix for issue #190 apply game settings to autoboot game. 2020-07-19 17:10:54 -05:00
Fledge68
da19f5b414 - modified plugin code a little. biggest difference is now it no longer uses [PLUGINS_ENABLED] in wiiflow_lite.ini. 2020-07-17 15:23:42 -05:00
Fledge68
ef22015f8d - fixed plugin system to handle more than 128 plugins. 2020-07-11 15:31:14 -05:00
Fledge68
a9828f0dc5 - cleaned up code for game config load. 2020-06-26 15:16:21 -05:00
Fledge68
7a3e7db40d - 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.
- cleaned up error handling in PNGU.
2020-06-25 18:11:58 -05:00
Fledge68
0f8a3e30d8 - fixed devolution for usb only users 2020-06-05 18:58:33 -05:00
Fledge68
bca9764f4b - 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
Fledge68
64cf5a6858 - fixed plugin dol path that was broken in last release.
- added option to upsample/resample music audio to 48khz. code taken from wiixplorer thanks to dimok.
2020-05-25 17:17:50 -05:00
Fledge68
0263a20778 - fix for setting game IOS (broken in 5.4.5) 2020-05-16 17:53:34 -05:00
Fledge68
b0778217bb - french language update by damian
- brazilian language update by tico (was included in release but never officially added to source)
- minor change in homebrew boot
2020-05-11 09:17:47 -05:00
wiidev
bce2b21ca9 Optimize the splash and wait images 2020-05-09 06:15:14 +01:00
wiidev
13cbaf762f Update wolfSSL 2020-05-06 00:15:21 +01:00
Fledge68
3a3d1c46a1 - fixed sourceflow on start to remove quick flash of green screen. 2020-05-04 06:31:25 -05:00
Fledge68
5e328976e5 - fixed cache covers progress bar to not show if a plugin has no roms.
- fixed cache covers progress bar to not show when viewing sourceflow and its tiers unless wiiflow detects that a cached cover is missing.
- fixed source on start to only work if their is a source menu.
- cleaned up some of game cios loading.
2020-05-01 17:32:23 -05:00
Fledge68
f90b82ec9f - sourceflow no longer shows cache covers progress bar unless 1 or more covers need to be cached.
- hopefully removed split second green screen when sourceflow on startup is used.
- fixed startup for wiivc (although untested).
- made changes to cios loading on startup.
- fixed if wiiflow fails on startup to not exit to HBC unless booted from HBC.
2020-04-28 18:03:24 -05:00
Fledge68
0d9b58609c - fixed a potential issue if using the source select icon on main screen with no source menu. 2020-04-20 10:37:47 -05:00
Fledge68
1724046bf3 - fixed homebrew icon pngs with transparency correctly now. no more blank black covers. 2020-04-20 08:16:18 -05:00
Fledge68
729bc21a8f - fixed launching GC game with devolution. 2020-04-15 12:25:31 -05:00
wiidev
4da7f23e9a Check for incomplete downloads before saving
Downloads should only fail like this is if your WiFi signal is poor, your internet connection is awful or the server is experiencing issues.
2020-04-14 21:40:38 +01:00
wiidev
750614e055 Update english.ini 2020-04-14 03:41:57 +01:00
Fledge68
d0e1dc8d45 - added 'no games found in {roms folder path}' if wiiflow doesn't find any roms for a plugin. This will let you know where wiiflow and the plugin are looking for the roms. 2020-04-12 18:24:26 -05:00
Fledge68
04dbf6bfa9 - fix for issue #163. deleting wbfs ext wii games. 2020-04-12 18:15:52 -05:00
wiidev
28ae5daf18 Covers and banners download faster 2020-04-12 20:27:47 +01:00
wiidev
4d6f75112b Improved file formatting 2020-04-12 20:25:10 +01:00
wiidev
a85d33ffd7 Use the memory manager for downloads 2020-04-12 19:39:10 +01:00
wiidev
1ce62ffb75 Optimize images 2020-04-12 19:35:57 +01:00
wiidev
9ad0c6da08 Support paletted images 2020-04-12 19:34:05 +01:00
wiidev
0c8477548c Prevent crash caused by debug logging & gamercards 2020-04-12 19:33:31 +01:00
wiidev
6113355561 RiiTag should use HTTPS 2020-04-12 19:03:51 +01:00