Commit Graph

1069 Commits

Author SHA1 Message Date
wiidev e25c4e9643 Increase version to 1281 2023-01-07 23:30:02 +00:00
wiidev 8e1f5b4654 Fix and improve some patches 2023-01-07 23:30:02 +00:00
wiidev 3ee8ef9e0a Handle unknown titles correctly 2023-01-07 23:30:02 +00:00
wiidev 3cc3643dab Changed some debug output 2023-01-07 23:30:01 +00:00
blackb0x f8e75fd760
Merge pull request #21 from bjxuf/enhanced
Updated spanish.lang to r1280
2023-01-07 20:43:51 +00:00
blackb0x 3caa605e2a
Correct 2 lines in spanish.lang 2023-01-07 20:43:29 +00:00
bjxuf 30093ff61a
Updated spanish.lang to r1280 2023-01-02 18:51:36 -04:00
wiidev e25c4e8efa Increase version to 1280 2023-01-01 17:00:37 +00:00
wiidev 8e2da2585f Update wolfSSL 2023-01-01 17:00:36 +00:00
wiidev df76e45150 Add SD card mode
- This allows you to play your Wii games from an SD card
- It currently only supports 1 partition
- I've tested it with a 256GB Amazon Basics microSDXC card
2023-01-01 17:00:35 +00:00
wiidev ab3273f475 Automatically pick the cIOS for games
To avoid unnecessary IOS reloads the following d2x cIOS setup should be used.

- Slot 249 base 56
- Slot 250 base 57
- Slot 251 base 38 (Wii) / base 58 (vWii)

Or you could use the following, which should improve game compatibility.

- Slot 248 base 38 (Wii)
- Slot 249 base 56
- Slot 250 base 57
- Slot 251 base 58
2023-01-01 17:00:34 +00:00
wiidev 83133a292b Automatically use a compatible language for games 2023-01-01 17:00:33 +00:00
wiidev 5813ff3981 Change some menu text 2023-01-01 17:00:32 +00:00
wiidev bb21617dba Allow games to render at their framebuffer widths
This effectively disables horizontal scaling and when paired with GCVideo it should give you a pixel perfect image.
2023-01-01 17:00:31 +00:00
wiidev c3a65d572c Support multiple instances with separate configs 2023-01-01 17:00:30 +00:00
wiidev 15aabd4f53 A few changes for update retrieval 2023-01-01 17:00:29 +00:00
wiidev 1d7ec570fa Create the Nintendont directory if it's missing 2023-01-01 17:00:28 +00:00
wiidev 74edae1df1 Allow the PAL50 patch to apply to any video mode 2023-01-01 17:00:28 +00:00
wiidev 09ae27a9c9 Add some missing render modes 2023-01-01 17:00:27 +00:00
wiidev 39eed7d098 Make SUKE01, SUKP01 and SUKJ01 playable 2023-01-01 17:00:26 +00:00
wiidev 564ea6a534 Refactored various game patches 2023-01-01 17:00:25 +00:00
wiidev 2ee86d1281 Add basic CISO support for Nintendont 2023-01-01 17:00:24 +00:00
wiidev 55e524af9f Correct an old Nintendont version check 2023-01-01 17:00:24 +00:00
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 ec5ed33c3b Display the HDD size correctly 2023-01-01 17:00:21 +00:00
wiidev e0e6815b8f Support navigation via guitars 2023-01-01 17:00:20 +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 51820394a1 Improve cover downloading 2023-01-01 17:00:16 +00:00
wiidev a6e073f018 Refresh less when downloading covers 2023-01-01 17:00:15 +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 1d582f97c2 Stop the DVD drive after installing a game 2023-01-01 17:00:13 +00:00
wiidev 201813f6f9 Improve region info accuracy 2023-01-01 17:00:12 +00:00
wiidev 921f67438b Make the channel grid scrollable 2023-01-01 17:00:11 +00:00
wiidev b97f2305f9 Correctly get EmuNAND titles 2023-01-01 17:00:10 +00:00
wiidev c23ea99704 Correctly boot forwarder channels 2023-01-01 17:00:09 +00:00
wiidev ed7daf977c Simplify the return to patch 2023-01-01 17:00:08 +00:00
wiidev 4406ae25bd Add per-game return to for Devolution 2023-01-01 17:00:07 +00:00
wiidev ab94417c1f Optimise the audio files 2023-01-01 17:00:06 +00:00
wiidev b403ecea6a Display the game ID on the info screen 2023-01-01 17:00:05 +00:00
wiidev 4396e50193 Create FUNDING.yml 2023-01-01 17:00:05 +00:00
wiidev b2c580a63e Create README.md 2023-01-01 17:00:04 +00:00
wiidev 65d34113aa Make VS Code the recommended editor 2023-01-01 17:00:03 +00:00
wiidev 0505875787
Merge pull request #20 from xperia64/devo_returnto
Devolution supports STUBHAXX returnTo loading. Use it.
2022-12-12 19:27:54 +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
wiidev ffa2dacd97
Merge pull request #18 from xperia64/devo_regional_memcards
Add regional emulated memory cards for Devolution
2022-12-12 19:27:33 +00:00