Commit Graph

342 Commits

Author SHA1 Message Date
wiidev
efa01533b4 Update for devkitPPC r41 2023-01-01 17:00:23 +00:00
wiidev
7edecdaaa3 Add an option to hide or show the game count 2023-01-01 17:00:22 +00:00
wiidev
43cc0d3601 Add an option to remember the last game 2023-01-01 17:00:20 +00:00
wiidev
4be1ca22d3 Add cover action options 2023-01-01 17:00:19 +00:00
wiidev
0a51a64c0c Remove the 480p patch warning 2023-01-01 17:00:18 +00:00
wiidev
31941bedcd Cleanup EmuNAND and WAD settings 2023-01-01 17:00:17 +00:00
wiidev
fbfcba4200 Change TinyXML to pugixml
Thanks to Oddx.
2023-01-01 17:00:14 +00:00
wiidev
8ab03c4bf9 Improve caching
Thanks to Oddx. I just tested his changes, fixed some issues and then refactored code.
2023-01-01 17:00:14 +00:00
wiidev
201813f6f9 Improve region info accuracy 2023-01-01 17:00:12 +00:00
wiidev
4406ae25bd Add per-game return to for Devolution 2023-01-01 17:00:07 +00:00
wiidev
f0b5b5d22b
Merge pull request #19 from xperia64/add_devo_progressive_patch
Support Devolution's progressive patching
2022-12-12 19:27:43 +00:00
xperia64
aeb48e4cce Support Devolution's progressive patching 2022-06-30 02:08:49 -04:00
xperia64
f67f68c1aa Add regional emulated memory cards for Devolution 2022-06-30 01:05:57 -04:00
wiidev
e25c4e7bd8 Fix some hangs during boot & Wiimote sync issues 2021-08-01 18:00:42 +01:00
wiidev
08a44a2b57 Add deflicker filter options 2021-08-01 18:00:21 +01:00
wiidev
6b0a425bb0 Add an option to reset all game settings 2021-08-01 18:00:19 +01:00
wiidev
a710e33d08 Restore the option to update Nintendont 2021-08-01 18:00:19 +01:00
wiidev
1836d33287 Translation fixes 2021-08-01 18:00:18 +01:00
wiidev
f0fef6fe56 Allow editing the cheats URL via the config file 2021-08-01 18:00:17 +01:00
wiidev
aca6510fdb Only show the custom server option when necessary 2021-08-01 18:00:16 +01:00
wiidev
0ac4d8249c Fixes for GCC 11 2021-08-01 18:00:15 +01:00
wiidev
d79ce271aa Russian and Portuguese synopsis support 2021-08-01 18:00:14 +01:00
wiidev
3bf1f02468 Fix background music selection 2021-04-04 19:00:02 +01:00
wiidev
7e56d8f4ba Minor corrections 2021-02-04 16:55:04 +00:00
wiidev
e25c4e25f0 Support newer versions of devkitPPC 2020-12-12 21:35:12 +00:00
wiidev
c6d2efd765 Added extra caching options
Thanks to Oddx & geoGolem
2020-12-12 21:33:31 +00:00
wiidev
0114bc2da4 Boot with IOS58 but reload to a cIOS 2020-12-12 21:34:07 +00:00
wiidev
1129a26b44 Update wolfSSL and networking code
Uses MEM2 for downloads, improves timeout handling and adds proxy support.
2020-11-08 21:29:44 +00:00
wiidev
30855664dd Added an option to set a custom server address 2020-11-08 21:27:42 +00:00
wiidev
35a9fdb71b Removed BenFi because the server went offline 2020-11-08 21:27:23 +00:00
wiidev
80ed6d0b98 Make cover and banner URLs editable 2020-07-09 02:11:59 +01:00
wiidev
de391c7d25 Remove an extra forward slash from the lang path 2020-07-09 02:10:44 +01:00
wiidev
adda9dd571 Add AltWFC and BenFi as private server options 2020-07-09 02:10:25 +01:00
wiidev
7d01cc0359 Add Nintendont BBA emulation and net profile options 2020-07-09 02:04:39 +01:00
wiidev
e3d94e4ad8 Enable the 480p enhancement by default 2020-07-09 02:04:39 +01:00
wiidev
cd187f4983 Add TLS support 2019-11-11 18:02:12 +00:00
wiidev
8172a19c42 Update to r1272 2019-08-26 18:53:21 +01:00
Cyan
92af55325c sync to sourceforce r1267
* Set Nintendont as default gamecube mode for new loader install.
* Set the Nintendont video scale option on 2 lines.
* Added the Nintendont video scale option to individual game settings.
* Added parental control option to block change of loader's Layout (requested)
* Updated Language : FR, PT-BR, IT
2017-12-14 18:38:14 +01:00
Cyan
b0352c301e sync to sourceforge r1266
* Added 2 new Nintendont settings (CC Rumble and IPL choices). (Greywolf)
* Updated all the sources to compile with devkitPPC r28 and r29-1. (Greywolf)
* Fixed loading banners from EmuNAND with a long path. (Greywolf)
* Updated Libcustomfat to 1.1.1 + Ustealth. (Greywolf, Cyan)
* Added support for Open source HBC TitleID.
2017-12-14 15:26:57 +01:00
cyan06
6a2d30beb3 * Updated tinyXML to tinyXML2 v4.0.1 (GreyWolf) 2016-11-06 15:01:54 +00:00
cyan06
3a62520601 * Fixed compiling meta.cpp under linux/mac
* Removed Neek2o warning when using SD card on Wii.
* Added A button to exit credit page (self_slaughter)

Nintendont:
* Updated to Config to v7 (self_slaughter)
* Added Triforce Arcade mode option (self_slaughter)
* Added compatibility for GPT and EBR partition type (v3.400+)

* Updated language files: French
2016-10-19 13:01:42 +00:00
cyan06
83e3aa545c * Fixed custom banner download issue introduced in r1259.
* Fixed spelling mistake in image download function.
* Reverted HTTP to non SSL revision (r1252).
* Removed Nintendont internal update feature (requires SSL).
* Added batch wad (un)install from a folder.
* Changed the wad install menu interface.
* Added an option to the wad class to display or hide errors on wad install.
* Fixed RemoveDirectory return value.
* Added game type and console name in exported game list. (requested)

* Updated French language
2016-01-02 16:23:01 +00:00
cyan06
0f9f737830 * Rename meta.xml to lower case.
* Updated game's region detection and use "Region Free" 
  instead of PAL as default value.
* Added RU/FI/SE cover download if EN is not found on gametdb.
* Remove outdated fileden.com specific code in image downloader functions.
* Set default scroll direction to "system menu" for natural behavior.
* Force a game's title reload when selecting a different EmuNAND path.
2015-11-17 14:41:27 +00:00
cyan06
991e48c398 * Fixed download issue after a previous download.
* Reverted default titles path to be /usbloader_gx/
  Too many users reported issue with sub-folder.
* Added favorite icons to Animated banner Game Window. 
  (Thanks to Suloku for the patch!)
* Added GUI settings to choose favorite layout on banners.

* Updated French language
2015-08-14 14:44:47 +00:00
cyan06
5785a48e1f Nintendont :
* Added support for Nintendont CFG v6.
* Added PAL50 Patch settings.
* Added Remove read speed limit settings.
* Added video scale and Video offset to individual game settings.
  inherit value for "video scale" is -21 instead of the usual -1

* Updated language files : French
2015-08-11 17:16:12 +00:00
cyan06
b69bc9b789 * Added SSL support, Thanks to Fix94
* Updated Nintendont update URL to github
* Updated http.c to use less memory (thanks nintendont)
* Added progressWindows support for downloads
* Disabled Theme Downloader Menu access (not enough memory)
2015-07-13 14:26:30 +00:00
cyan06
26c671bd7b * Updated runtimeiospatch to 1.5.2
Nintendont: 
* Added support for CFG v4 (v3.354+)
* Added VideoScale and VideoOffset options
2015-07-12 13:01:24 +00:00
cyan06
be6092e1e9 * Fixed compiling on Mac/Linux
* Fixed "return to NK2O" not working with neek.
2015-07-07 19:34:32 +00:00
cyan06
36c94fc4e1 * Added basic Neek2o support for EmuNAND channels autoboot.
Note: No game settings are used when using neek mode,
  except "Return To" and "EmuNAND path".
  "Return To" ON forces reload of the emuNAND "NK2O" channel
  on Wii and the emuNAND "Return to WiiU" channel on vWii.
* Added a feature option to boot into Neek without game autoboot.
* Added a prompt to select NAND Dump path if needed.
* Fixed EmuNAND Chan setting read from EmuNAND Save setting
  when set to "Use global".
* Removed the check for cIOS d2x when selecting emuNAND options.

* updated language files for neek.
2015-07-05 14:44:24 +00:00
cyan06
b9139a4242 * Fixed downloading wiitdb on new install
* Fixed creating game save path for EmuNAND channels if 
  EmuNAND chan path is different than EmuNAND save path.
* Prevent deleted channels to be displayed if tmd still exists
* Moved gameconfig.txt loading outside of Ocarina function
* Changed return values in game booter
* Nintendont: check Kenobiwii.bin only on Rev < 336
2015-06-28 14:13:52 +00:00