Commit Graph

1510 Commits

Author SHA1 Message Date
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
Fledge68
c2007e3421
Merge pull request #208 from DDinghoya/patch-19
Update korean.ini
2020-10-08 17:39:18 -05:00
Fledge68
879c9ade08
Merge pull request #207 from unresolvedsymbol/master
Use RiiConnect24 geckocodes archive
2020-10-08 17:38:52 -05:00
DDinghoya
a6c99bf5db
Update korean.ini 2020-10-07 23:02:23 +09:00
unresolvedsymbol
9362fd9789 Use RiiConnect24 geckocodes archive 2020-10-05 15:27:02 -05:00
Fledge68
ac7b60c9c2
Merge pull request #205 from wiidev/master
Update wolfSSL, picohttpparser & clean up code
2020-09-27 17:30:26 -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
Fledge68
ef59eccaca
Merge pull request #202 from wiidev/master
Fix Wii game booting on vWii - issue #192
2020-09-21 05:39:19 -05:00
wiidev
5b6a325546 Fix Wii game booting on vWii 2020-09-18 23:07:03 +01:00
Fledge68
2405ad2aab
Merge pull request #201 from wiidev/master
Use MEM2 and improve formatting
2020-09-14 15:21:40 -05:00
wiidev
c16b3adea9 Use MEM2 and improve formatting 2020-09-14 18:23:54 +01:00
Fledge68
f5496be239
Merge pull request #200 from wiidev/master
Add proxy support, fix timeouts & update wolfSSL
2020-09-12 17:25:09 -05: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
ca35893058 - removed the negative shift warning when compiling wiiflow game booter. 2020-06-25 18:31:51 -05:00
Fledge68
62e8638260 - removed programmers notepad project files from the remote repository. but i still use it locally. 2020-06-25 18:17:11 -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
47d417cdf4
Merge pull request #186 from RAVMN/patch-1
Minor changes to spanish.ini
2020-06-25 18:09:32 -05:00
Fledge68
2489516685
Merge pull request #185 from CrewMdk/patch-9
Updated spanish language translation
2020-06-25 18:03:46 -05:00
Fledge68
ddea1f1e79
Merge pull request #184 from DDinghoya/patch-17
Update korean.ini
2020-06-25 18:03:29 -05:00
CrewMdk
b1b702d039
Updated spanish language translation 2020-06-07 03:59:48 -05:00
Fledge68
0f8a3e30d8 - fixed devolution for usb only users 2020-06-05 18:58:33 -05:00
DDinghoya
7b2f0293b5
Update korean.ini 2020-06-01 21:56:35 +09: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
Richard
947a4461c7
Minor changes to spanish.ini
didn't know the project migrated from sourceforge, here is easier for me to keep contributing n.n

Some of the strings were changed to keep style consistency. The last two strings were changed to be gender neutral while mantainign a direct aproach to the user
2020-05-17 01:01:43 -04: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
Fledge68
f10e48dc1b
Merge pull request #182 from wiidev/master
Optimize the splash and wait images
2020-05-09 11:21:37 -05:00
wiidev
bce2b21ca9 Optimize the splash and wait images 2020-05-09 06:15:14 +01:00
Fledge68
6dee55f9cf
Merge pull request #181 from wiidev/master
Update wolfSSL
2020-05-06 14:38:22 -05:00
Fledge68
f71bbfdb06
Merge pull request #180 from DDinghoya/patch-16
Update korean.ini
2020-05-06 14:36:43 -05:00
DDinghoya
f944c2b569
Update korean.ini 2020-05-06 19:50:31 +09:00