Fledge68
5eae62928a
- update meta.xml and some minor clean up.
2022-02-07 08:25:50 -06:00
Fledge68
3fc14abfcd
Merge pull request #293 from DDinghoya/patch-23
...
Update korean.ini
2022-02-07 07:42:31 -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
DDinghoya
2553cb2577
Update korean.ini
2022-01-22 13:01:50 +09:00
Fledge68
8a5a0fd438
- reinstated Fix94's keep USB alive thread for IOS58 mode.
...
- fixed reloading wiiflow after any changes on Startup Settings menu.
- changed the order of functions for ShutdownBeforeExit() to possible fix any shutdown and gameboot issues.
- v5.5.2 beta 1
2022-01-17 14:50:40 -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
8b2bacf223
- just minor clean up
2021-12-29 13:19:33 -06:00
Fledge68
6b37a3c362
Merge pull request #289 from DDinghoya/patch-22
...
Update korean.ini
2021-12-10 08:20:27 -06:00
DDinghoya
721629235d
Update korean.ini
2021-12-09 20:01:04 +09:00
Fledge68
f9dffae20f
- v5.5.0
2021-12-08 12:42:37 -06:00
Fledge68
9faa6db839
- minor changes for homebrew/plugin dol booting.
2021-12-03 17:37:35 -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
a45cc4cbdf
- some minor misc. changes.
2021-11-12 18:11:42 -06:00
Fledge68
7f4f6ea2fc
- changed emu nand settings so they don't change if you you remove a device.
2021-11-10 17:56:44 -06:00
Fledge68
85c0f05b6d
- removed some bootup error messages that never could display anyway.
...
- removed old wiiflow lite stub bin we no longer use.
- fixed arg boot of wii game ID on bootup.
2021-10-25 07:41:55 -05:00
Fledge68
2e3504d657
- update bug report issue template
2021-10-21 16:44:34 -05:00
Fledge68
043ff6b423
Trying out a bug report template
2021-10-13 17:02:09 -05:00
Fledge68
62126f6ecf
- Now launching Neek2o via Crediar's ES_ImportBoot2 patch (thanks to Cyan)
2021-10-13 15:17:20 -05:00
Fledge68
30452862cc
Merge pull request #285 from RAVMN/patch-4
...
Update spanish.ini
2021-10-13 08:25:46 -05:00
Fledge68
bbba4c0ebc
Merge pull request #284 from Brawl345/patch10
...
Update German translation
2021-10-13 08:15:24 -05:00
Fledge68
08785c5ba2
- fixed the 480p pixel patch button in game settings menu.
2021-10-13 08:00:29 -05:00
Richard
798b77809f
Update spanish.ini
...
Deflicker is the term used in the spanish translation from Super Smash Bros Brawl, tehrefore I did not translate the word
2021-10-12 20:39:40 -03:00
8874a6b74b
Use better words for the deflicker settings
2021-10-12 09:31:10 +02:00
b9f2b2cc5a
Translate 'deflicker' with a better word
2021-10-12 09:07:36 +02:00
79e75d2b54
Update German translation up to commit ba74ae3ebd
2021-10-12 08:51:10 +02:00
Fledge68
ba74ae3ebd
- i meant issue #283
2021-10-11 11:05:06 -05:00
Fledge68
26790615de
- no longer modifying cheat txt file thanks to dimoks code in usb loader gx. #238
2021-10-11 10:51:50 -05:00
Fledge68
2a827f6ce3
- (wii and GC) changed prefer_usb to preferred_partition. defaults to -1 (not used), else 0(sd), 1(usb1), 2(usb2) etc...
...
- forgot this in last commit.
2021-10-07 17:05:06 -05:00
Fledge68
b2b8ef1601
Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite
2021-10-07 17:03:25 -05:00
Fledge68
f9d2a87d5a
- forgot in last commit - (wii and GC) changed prefer_usb to preferred_partition. defaults to -1 (not used), else 0(sd), 1(usb1), 2(usb2) etc...
2021-10-07 17:02:23 -05:00
Fledge68
7900ea9a93
- fixed the playing of All banners
...
- changed the order of bootup settings
- (wii and GC) changed prefer_usb to preferred_partition. defaults to -1 (not used), else 0(sd), 1(usb1), 2(usb2) etc...
- beta 9
2021-10-07 16:49:13 -05:00
Fledge68
1bc0279056
- fixed the playing of All banners
...
- changed the order of bootup settings
- beta 9
2021-10-07 16:38:32 -05:00
Fledge68
aa89fb6eb6
- minor fix for last commit.
2021-10-01 18:05:09 -05:00
Fledge68
d7e552fd44
- fixed a minor issue with wiiware/vc banners and gamesound.
...
- minor change to path manager.
2021-10-01 17:55:38 -05:00
Fledge68
a05d0b3e25
- updated ReadMe
2021-09-29 09:00:17 -05:00
Fledge68
a0eba4ea8f
- beta 8
...
- WIIU vWii: added per wii/wiiware/vc game an option to set wiiu widescreen aspect ratio #258
2021-09-29 06:50:47 -05:00
Fledge68
afed7082f4
- HQ covers off by default now.
2021-09-27 09:54:16 -05:00
Fledge68
5bfb7fcd19
- added 'cheats_url=' to wiiflow_lite.ini under [GENERAL]. it will default to ' https://codes.rc24.xyz/txt.php?txt=%s ' but at least now it is not hard coded and can easily be changed by the user if it needs to be in the future.
2021-09-27 07:10:22 -05: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
Fledge68
5b7bb4f582
Merge pull request #279 from wiidev/master
...
Deflicker settings and video patching fixes
2021-09-25 18:04:27 -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
214c50c19a
- v5.5.0 beta 6
2021-09-20 17:40:03 -05:00
Fledge68
26b467b665
Merge pull request #278 from eku/feature/multi_disc_support
...
Support for exclusion of certain multi disc/tape files
2021-09-20 11:48:14 -05:00
Erik Kunze
a768c2a76a
With the new setting filename_skip_regex, which
...
contains a regular expression, files can be
excluded from the games list again. A typical
use case is the exclusion of all disks except
the first one in multidisk games.
2021-09-20 15:30:12 +02:00
Fledge68
3b1fdf06bd
Merge pull request #277 from eku/feature/accept_any_file_ending
...
Accept any file ending for filetypes
2021-09-19 18:07:07 -05:00
Erik Kunze
a5dd7d7df1
Compare strings case insensitive.
2021-09-17 14:43:03 +02:00
Erik Kunze
a349af207d
Accept any file ending in IsFileSupported. It is
...
no longer limited to file type extension known from
DOS/Windows operating system.
2021-09-16 16:29:27 +02:00