.. |
banner
|
- 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 |
booter
|
- added framebuffer video width game option taken from usblgx. thanks to wiidev/blackb0x. #345
|
2023-04-07 17:06:30 -05:00 |
channel
|
- added some remarks and removed a couple unneeded lines.
|
2023-05-19 17:55:44 -05:00 |
cheats
|
- no longer modifying cheat txt file thanks to dimoks code in usb loader gx. #238
|
2021-10-11 10:51:50 -05:00 |
config
|
- fixed custom_titles to use the new format of platform name and game ID. old format will be updated to new format so backup custom_titles before using this commit.
|
2023-01-09 18:06:01 -06:00 |
devicemounter
|
- possible fix for GPT drives with partition types other than FAT (NTFS, EXT2).
|
2023-05-26 17:21:40 -05:00 |
fileOps
|
-added the ability for users to set the default/global gamecube settings for devo emu memcard, nintendont emu memcard, and nintendont wii u widescreen. under main settings pg 3 gc default settings. this means users will no longer have to manually edit wiiflow lite ini in a text editor for those settings.
|
2018-10-15 09:23:34 -05:00 |
gc
|
- date patch for wiituka in menu_game_boot.cpp
|
2022-09-07 09:33:31 -05:00 |
gecko
|
- fixed to compile with devkitppc r42-1 and libogc 2.4.0
|
2023-05-26 15:16:24 -05:00 |
gui
|
- just in case people don't update their language file.
|
2023-03-22 05:26:14 -05:00 |
homebrew
|
- gui sound volume fix.
|
2022-05-06 17:55:01 -05:00 |
hw
|
- compiled with PPC r41-2 and libogc 2.4.0 commit a2841dc. Hopefully fixes a time issue.
|
2023-05-07 17:31:19 -05:00 |
libwbfs
|
- compiled with PPC r41-2 and libogc 2.4.0 commit a2841dc. Hopefully fixes a time issue.
|
2023-05-07 17:31:19 -05:00 |
libwolfssl
|
- properly updating libwolfssl since my compiler missed a lot. thanks blackb0x!
|
2021-09-06 17:33:21 -05:00 |
list
|
Simplify troubleshooting of games that are
|
2023-06-11 16:57:38 +02:00 |
loader
|
- added some remarks and removed a couple unneeded lines.
|
2023-05-19 17:55:44 -05:00 |
memory
|
- 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
|
- fixed to launch wii, gamecube, and wiiware/vc games via wiigsc. note you should have wiiflow, these games, and their settings all set via wfl first. wiigsc is just a short cut to lauch wfl with args set to launch a specific game ID.
|
2024-07-15 15:22:41 -05:00 |
music
|
- date patch for wiituka in menu_game_boot.cpp
|
2022-09-07 09:33:31 -05:00 |
network
|
Handle an OOM error when downloading
|
2021-02-05 19:51:15 +00:00 |
plugin
|
- 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 |
sicksaxis-wrapper
|
- reinstated Fix94's keep USB alive thread for IOS58 mode.
|
2022-01-17 14:50:40 -06:00 |
unzip
|
- added a fix for plugin rom game info when using a multi platform plugin, ie. genplusgx, wiimednafen, vbagx. if a multi platform plugin is detected then we get the rom's filename extension and use it to determine the platform. if its a zip file we get the filename from inside the zip file. this fix requires an updated platform ini which will be supplied with wfl v5.2.0
|
2019-02-25 06:09:46 -06:00 |
wstringEx
|
- now compiled with devkitppc r39-2 (GCC 11) and libogc 2.3.1-1
|
2021-09-06 14:16:45 -05:00 |
btnmap.h
|
- mapped classic controller + and - buttons to work like wiimote + and - instead of using the classic controller L and R buttons. makes more sense to me.
|
2019-08-15 16:01:49 -05:00 |
defines.h
|
- fix for 'auto' game IOS option. in v5.5.4 'auto' causes the game to use a d2x cios base 38 if you have it installed, which prevents game from booting. this fix prevents this from happening.
|
2024-04-09 12:54:04 -05:00 |
fonts.h
|
- made some changes to the plugin rom info display.
|
2019-01-10 17:13:13 -06:00 |
lockMutex.hpp
|
mirrored wiiflow r417
|
2012-01-21 20:57:41 +00:00 |
main.cpp
|
-fix for last commit. now wii games should work via wiigsc.
|
2024-07-29 09:29:08 -05:00 |
types.h
|
- fixed cache covers progress bar to not show if a plugin has no roms.
|
2020-05-01 17:32:23 -05:00 |