No description
  • C 86.4%
  • C++ 12.5%
  • Makefile 0.7%
  • Assembly 0.3%
Find a file
2025-12-09 02:47:41 -05:00
boot boot: Initialize PPC cache 2022-03-23 20:02:06 -04:00
channel Use consistent variable name and documentation style 2023-01-25 14:25:13 -05:00
common Use consistent variable name and documentation style 2023-01-25 14:25:13 -05:00
data Remake IOS module loader 2022-02-18 15:59:15 -05:00
ios Use consistent variable name and documentation style 2023-01-25 14:25:13 -05:00
.clang-format Update license and code formatting 2023-01-24 21:27:07 -05:00
.gitignore Initial commit 2022-02-16 13:10:31 -05:00
boot.ld Initial commit 2022-02-16 13:10:31 -05:00
boot.mk boot: Initialize PPC cache 2022-03-23 20:02:06 -04:00
channel.mk Experiment with Riivolution XML parsing 2023-01-24 21:16:23 -05:00
data.mk Remake IOS module loader 2022-02-18 15:59:15 -05:00
ios.ld Fix init array alignment 2022-09-11 01:15:40 -04:00
ios.mk Move IOS module location 2022-05-09 13:33:11 -04:00
ios_loader.ld I/O storage device manager 2022-02-20 14:18:11 -05:00
LICENSE Update license and code formatting 2023-01-24 21:27:07 -05:00
Makefile Initial commit 2022-02-16 13:10:31 -05:00
README.md Update README to link to Starling 2025-12-09 02:47:41 -05:00

Saoirse Launcher [OUTDATED]

This repository contains the original libogc-based project that preceeded the development of Starling. Please see that repository for the modern rewrite of the project.

The orignal readme read as followed:

Saoirse is a (WIP) portable Wii homebrew project for launching games under a modified IOS firmware. The project aims to eventually become a user-friendly launcher for game modifications.

Planned Features

Without any requirement for installation or modification to the Wii console itself, Saoirse hopes to provide the following:

  • Game file replacement.
  • Save data redirection.
  • Support for patch configuration and module formats (such as Riivolution, Brainslug).
  • Game backup loading.

License

All code in this repository is licensed under the MIT license unless stated otherwise in an individual file header. The full text of the license can be found in the 'LICENSE' file.