Commit Graph

1601 Commits

Author SHA1 Message Date
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
Fledge68
9048d5fe57 - only add a multi disk entry to the cover list if .d1 is added before the extension and the filename includes 'disc' or 'disk'.
- properly fix scummvm.ini in apps/scummmvm/scummvm.ini
2021-09-15 11:45:06 -05:00
Fledge68
346f480b3d - a fix to only show one cover for multi disks emu games when using the rom database and not. issue #274. 2021-09-13 13:55:27 -05: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
6c32f57284 - properly updating libwolfssl since my compiler missed a lot. thanks blackb0x! 2021-09-06 17:33:21 -05:00
Fledge68
d27dc8baa4 - trying cache-2 2021-09-06 16:26:37 -05:00
Fledge68
1d1ab97e7c - try to fix build script 2021-09-06 15:30:37 -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
65df635c00 -one more time 2021-09-01 17:04:45 -05:00
Fledge68
096a2bd92d -again (apparently theres a difference between tabs and leading spaces) 2021-09-01 16:59:38 -05:00
Fledge68
8ba18d3b98 -another fix for main.yml 2021-09-01 16:54:44 -05:00
Fledge68
9838c16a5f - fix for main.yml 2021-09-01 15:59:41 -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
Fledge68
85198bdeb8
Merge pull request #263 from QkeleQ10/master
Update Dutch translations
2021-06-07 06:14:17 -05:00
Fledge68
c5f4f0f8ca
Merge pull request #262 from pcjco/GroupCustomtitles
custom_titles.ini allowing to group same aliases for several plugins.
2021-06-07 06:14:01 -05:00
QkeleQ10
34950647e9 Update Dutch translations 2021-05-25 17:45:53 +02:00