Commit Graph

23 Commits

Author SHA1 Message Date
0verjoY
dce3effdea Commit 2023-02-27 12:57:14 +01:00
0verjoY
63890517c4 - When Priiloader is retained you'll now get an option to launch into Priiloader.
- Remount devices on reloading IOS (Fix crash reloading into CIOS?).
- Fixed reading from WAD files returning OK even if it failed to read.
- App is now checking for the config file on devices in this order:
  - SD-card
  - USB
  - SD-Gecko
- Close content on error (Fix fd already open error).
- Changed / Added some verbose text.
- Bug fixes.
2023-02-27 12:56:30 +01:00
0verjoY
384ffbd8a1 - Disable Wii front buttons (Power + Reset) while installing / removing a title 2023-02-19 21:21:09 +01:00
0verjoY
31d2402d59 - FAT stuff:
- Refactored almost everything
  - Will mount available devices at start and unmount at exit app
  - Device select screen will now only show avialable devices
  - Added option to remount devices in the select screen
  - Will now warn if region checks are disabled in select screen
  - Added option to reenable region checks in select screen
  - Probably even more changes

- SM wad installation:
  - Changed the region check functions (WIP)
  - While you install a SM you'll now be able to retain Priiloader

- Bug fixes
- Refactoring
- Even more bug fixes
2023-02-19 20:47:31 +01:00
wiidev
2d2592a890 Add GitHub CI 2023-02-16 23:40:03 +00:00
wiidev
5f2414755e Correctly boot ELF files 2023-02-16 23:40:02 +00:00
wiidev
2d6c458083 File management improvements 2023-02-16 23:40:02 +00:00
wiidev
7d13d45861 Update the background 2023-02-16 23:40:02 +00:00
wiidev
e2098ad049 Reload on crashes 2023-02-16 23:40:01 +00:00
wiidev
f2c91f208e Fix error -2011 2023-02-16 23:40:01 +00:00
wiidev
0bd06c124a Update meta.xml and icon.png 2023-02-16 23:40:01 +00:00
naythan
0150a7863e added code for dolelf files 2023-02-07 15:44:16 -06:00
0verjoY
a0a24c72de - Update / fix app boot code 2023-02-02 12:52:32 +01:00
0verjoY
40ba5db3b3 - Added support for arguments in app launch code
- Added XML stuff to parse the meta.xml file

Notes:
- To build.. this now requires the mxml lib
2022-07-21 23:29:45 +02:00
0verjoY
da653aee36 - Clean up a bit 2022-07-18 18:49:15 +02:00
0verjoY
0ed791842f - Added external app booter + code
- Added app load/launch code

Notes:
- Will add support for arguments later
2022-07-18 18:42:59 +02:00
0verjoY
167993c279 - Added external app booter + source
- Added app launcher code

Notes:
- Will add support for arguments later
2022-07-18 18:34:15 +02:00
Peter0x44
5a4bbc9800
Add Konami code to skip certain wad safety checks, so region changing is possible 2022-05-08 17:52:17 +01:00
Peter0x44
ac7ce067d6
Freeing NULL is fine 2022-04-19 12:09:14 +01:00
Peter0x44
c52449fd4a
Fix some warnings from newer GCC versions
There are others that require changing code flow to fix, perhaps I will do those later
2022-04-19 11:54:14 +01:00
Peter0x44
26f884578e
Fixes for compiling with modern DevKitPPC versions 2022-04-19 11:39:21 +01:00
FIX94
e270886303
first version 2017-10-16 11:55:29 +02:00
FIX94
0483a9e993 Initial commit 2017-10-16 11:47:12 +02:00