Commit Graph

87 Commits

Author SHA1 Message Date
Fledge68
04b06e438d - fixed to compile with devkitppc r42-1 and libogc 2.4.0
- updated libcustomfat to libfat v1.2.0/1.1.5
2023-05-26 15:16:24 -05:00
Fledge68
cde0c4ab53 - fix for sam & max and back to the future. 2023-05-07 17:48:49 -05:00
Fledge68
1239b90751 - added framebuffer video width game option taken from usblgx. thanks to wiidev/blackb0x. #345 2023-04-07 17:06:30 -05:00
Fledge68
31f9d0edc0 - added kirby patch. (wiidev)(blackb0x) 2023-03-17 16:25:30 -05:00
Fledge68
d9e8333d71 - fixed using hermes cios in the rare case you ever need to use it. 2022-02-16 08:51:02 -06:00
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
Fledge68
105a1bc623 - fix for channels video modes broken in 5.5.0
- now always use coverfolder for plugins
- v5.5.1
2022-01-14 15:10:56 -06:00
Fledge68
5e4535bbf7 - removed the 480p fix exclusion of metafortress games. now you can use cheats or gameconfig.txt to disable metafortress or those games not work. 2021-12-01 15:18:14 -06:00
Fledge68
0ce8640d06 - added lots of comments and moved some variables around for for wii game booting. 2021-12-01 10:33:01 -06:00
Fledge68
9f7da43da4 - beta 12 (external booter changes).
- fixed launching of real nand channels.
- fixed launching of forwarder channels, but some apps (ie. wiimcc and savegame manager gx) don't connect with USB devices. if they are on real nand use the 'custom' option in game settings for these forwarders.
- fixed launching HBC on real nand. don't know if its even possible on a emu nand.
- 480p pixel patch for nand wiiware/vc games no longer requires apploader setting ON.
- Exclude Prince of Persia: The Forgotten Sands and a few games that use MetaFortress from using 480p pixel patch
- added giantpunes returnto patch for channels just in case not using d2x cios. some reason it was missing.
2021-11-29 11:36:30 -06:00
Fledge68
bdefb68ff6 - added ability to use custom private servers #261. add them to wiiflow_lite.ini like this:
[CUSTOM_SERVERS]
servers=AltWFC|NewWFC
AltWFC_url=zwei.moe
NewWFC_url=newwfc.xyz

the servers are separated by '|'.
use the server name before '_url='
2021-09-27 06:46:51 -05:00
wiidev
61d7c5caf5 Add deflicker filter options 2021-09-25 20:00:02 +01:00
wiidev
caa01d15b4 Fix video mode patching 2021-09-25 20:00:02 +01:00
Fledge68
01cb1b47fc - now using precompiled ext_loader.bin since it won't work after being compiled with ppc r39. use ppc r30 to r37 to compile it if you really need to. 2021-09-13 12:32:04 -05:00
Fledge68
12d21fa0a7 - now compiled with devkitppc r39-2 (GCC 11) and libogc 2.3.1-1
- updated libwolfssl
- many thanks to blackb0x
2021-09-06 14:16:45 -05:00
Fledge68
ec5bd48a5b -compiled with ppc r37-4 and libogc 2.1.0 2021-09-03 16:57:46 -05:00
Fledge68
c90587576b - Now compiled with ppc r36 and libogc 1.8.24
- fix in menu.cpp for scummvm.ini in apps/scummvm folder
- v5.5.0 beta 1
2021-09-01 15:51:09 -05:00
Florian Bach
e0eef718e3 Add Wiimmfi update code (0.7.5) 2021-03-14 15:40:19 +01:00
Fledge68
29d7100bf1 - added patch for error 23400 for CoD (Black Ops, Reflex, MW3) and Rock Band (3, The Beatles).
- added patch for Mario Kart Wii remote code execution vulnerability when not using wiimmfi.
(thanks to Blackb0x and Laseratte)
2021-01-05 14:01:03 -06:00
Fledge68
ff94e73be8 - beta 4
- added 'no SSL only' as a private server choice (issue #217). this allows you to patch games on your own with other wifi server url's besides wiimmfi.
- added private server as an option for nand wiiware games.
- added 480p pixel patch as option for nand wiiware/vc games. seems to only work if apploader is set to ON. loading via main dol is broke for the time being.
2020-11-28 18:20:39 -06:00
Fledge68
ca35893058 - removed the negative shift warning when compiling wiiflow game booter. 2020-06-25 18:31:51 -05:00
wiidev
6e580a7dbd Only patch PAL Wii games when using progressive 2020-05-04 21:31:00 +01: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
wiidev
ea7987f0ae Fix video mode patching
Bug reported @ https://gbatemp.net/posts/9015326
2020-04-17 06:11:25 +01:00
Fledge68
19c11f1c85 - reverted change in 5.4.1 that made video output a little blurry.
- reverted change in 5.4.0 that may be the reason some users have issues loading games from sd card. especially on vWii.
- changed wiinertag to riitag and cleaned up code for it. More info here - https://gbatemp.net/threads/riitag-gamertag-for-wii-replacement-for-wiinnertag-and-dutag.559500/
- removed dutag
- changed optimmization from from -os to -o2 to hopefully compile better.
- other minor code cleanup.
2020-03-19 17:38:32 -05:00
Fledge68
7eeaf4e053 - 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
and each game has a setting on page 5 that can be default, off, or on.
2019-09-23 09:20:22 -05:00
Florian Bach
86ae3eba7c Support for new Wiimmfi update 2018-12-15 17:11:17 +01:00
Fledge68
39308a921e -back to ppc r30 and libogc 1.8.19 - dosbox wii plugin doesn't like ppc r33 and libogc 1.8.21 2018-11-25 17:37:55 -06:00
Fledge68
f3e39a4fb9 -now compiled with ppc r33 and libogc 1.8.21
-time issues appear to be fixed. thanks wintermute and endrift!
2018-11-14 18:45:46 -06:00
fledge68
d94c66d773 -now compiled with devkitpro ppc r29-1 and libogc 1.8.17
-updated libcustomfat and libvorbis thanks to GreyWolf
-updated libturbojpeg thanks to Fix94
-fixed cheat menu so cheat names with apostrophe's display properly
2018-05-08 13:49:43 +00:00
fledge68
7bad8c3fd3 * Added Abz's 1076 mod patch with code cleanup by me. His patch includes:
- private server
- sicksaxis to be able to a ps3 controller in wiiflow
- support for the latest nintendont with argsboot
- other minor changes that i may or may not change soon.
- credit to Abz, Airline38, and anyone else who helped with coding.
2016-04-02 15:46:06 +00:00
fix94.1
e399a8cbc4 -autobooting nintendont games via args if nintendont 1.98 or newer is used, makes the bootup faster
-nintendonts memory card emulation is now enabled by default
-if using a wiiu wiiflow will now automatically use nintendont or devolution instead of the MIOS to boot gamecube games by default
-fixed the bug that wiiflow did not display gamecube games even if nintendont is available
2014-06-24 13:33:54 +00:00
fix94.1
ca8bec90d1 -added id6 support for thp files
-updated wiiflow to the latest devkitppc and latest libogc
2014-05-25 20:54:39 +00:00
fix94.1
c5e1c014af -seems like svn doesnt automatically notice lowercase/uppercase changes, whatever... 2014-03-31 18:31:24 +00:00
fix94.1
d4ce44ebec -hopefully the last change now for wii game booting 2014-03-31 18:14:46 +00:00
fix94.1
92b17333ef -added some more cleanup code to the external loader to fix up even more random crashes on wii game bootup 2014-03-31 14:33:24 +00:00
fix94.1
d7aed43333 -changed up some booting code to hopefully fix those random freezes on game and homebrew bootup 2014-03-30 21:45:47 +00:00
fix94.1
3b1dcf389a -added back some missing cover converting code for jpegs
-added some more debug information and more safety code
2014-03-24 18:59:24 +00:00
fix94.1
d31f40a84b -finally adjusted the homebrew app booter entry point to be safe with the new memory manager
-updated the app booter to be compilable with the current devkitppc, that means if you compile wiiflow it will from now on also compile the app booter
-fixed a little compiler issue for the new wiiflow loader
2014-03-23 20:14:59 +00:00
fix94.1
368cfc2b7d -fixed wii game and channel booting by creating a small loader for the booter, this could possibly fix other problems on game bootup as well 2014-03-23 17:40:31 +00:00
fix94.1
3bc03871fe -fixed a mixed up background (thanks ayatus)
-set wiiflow version to beta 4.2.2
-added another memory manager just for wii games and banners
-changed THP file playback, for sound you now need to have a ogg file with the same name, that fixes all audio shutters and crashes
-optimized THP file playback and JPG extraction alot, it should now work fine with 640x480 30fps without any crash or freeze anymore
2014-02-28 23:11:02 +00:00
overjoy.psm
ecbed6571a * Small fix for ppl that use an usb device with 4k sectors
* Added better region free support that fix some issue games (Menu option will follow)
2014-02-16 20:12:35 +00:00
fix94.1
0509e80edd -fixed wii game time (how did nobody report that?)
-speed up wii disc booting
-if booting from a wii disc and a general video mode is set, wiiflow will automatically use normal video patching to prevent game freezing
-added the vwii widescreen fix by tueidj (thanks alot for releasing that) and a vwii detection by crediar, thanks to his nintendont source
2013-12-18 18:33:40 +00:00
fix94.1
6b2b4d0b30 -updated our partition libraries and removed some old mem2 lo testing code 2013-08-31 19:53:19 +00:00
fix94.1
675f81f5e4 -removed the png optimization tools for now because of licensing, added a txt instead if you want to get the tools by yourself 2013-08-09 15:17:18 +00:00
fix94.1
a4b1a5293e -updated the default images and the image compression tools (thanks ayatus)
-fixed the language download crash when trying to download the languages a second time
-added a back button to the language manager
-updated german.ini
2013-08-09 14:52:17 +00:00
fix94.1
a38287191b -more neek fixes (thanks skidau for testing) 2013-06-01 11:33:12 +00:00
fix94.1
09db10a805 -added fwrite patch, just set debugger to OSReport (thx skidau for the suggestion)
-added another neek check, may helps with older neek revisions
-replaced the "Disabled" hooktype by "AUTO", meaning it will automatically set the hooktype VBI for you if you want to use cheats but forgot to select a hooktype
-added debugger pause back, it will be automatically enabled if you just use debugger but no cheats (thx skidau for the small fix needed)
2013-05-21 12:43:14 +00:00
fix94.1
ce732fd058 -added sneek video patch, as soon as you set "Patch video modes" to "normal" or higher, wiiflow will also apply the sneek patch (should fix quite a good amount of wii game black screens when using video patching) 2013-05-04 12:06:28 +00:00
fix94.1
2bb24b2575 -set back homebrew boot size to 16mb and reverted all the lower
mem2 experiments
2013-01-21 17:12:18 +00:00