Commit Graph

79 Commits

Author SHA1 Message Date
Maschell
95d0ce1385 Make rpx loading more robust and respect section alignment 2024-05-08 17:57:43 +02:00
dependabot[bot]
d9c743febd Bump wiiu-env/devkitppc from 20240423 to 20240505
Bumps wiiu-env/devkitppc from 20240423 to 20240505.

---
updated-dependencies:
- dependency-name: wiiu-env/devkitppc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 10:20:31 +02:00
Maschell
95014a2123 Remove debug logs 2024-04-26 10:39:56 +02:00
Maschell
bdf9e079c8 Bump softprops/action-gh-release from 1 to 2 2024-04-26 10:39:56 +02:00
Maschell
7332dcaa1d Bump version to 0.3.0 2024-04-24 17:57:00 +02:00
dependabot[bot]
44d07c0e78 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 17:57:00 +02:00
Maschell
e1d48361b6 Update Dockerfile to use latest devkitPPC and wut version 2024-04-24 17:57:00 +02:00
Maschell
5536bc79ee Fix compiling with debug flag 2024-04-24 17:57:00 +02:00
Maschell
b5f62f552d Make sure to init moduleInfoPtr 2024-04-24 17:57:00 +02:00
Maschell
35b8c0eeb7 Allow Aroma to init early 2024-04-24 17:57:00 +02:00
Maschell
2054d97e62 Avoid spamming the logs 2024-04-24 17:57:00 +02:00
Maschell
bd8992bc11 Update .gitignore to ignore .zip files 2024-04-24 17:57:00 +02:00
Maschell
e4d2dfa5aa Create dependabot.yml 2023-07-23 10:31:39 +02:00
Maschell
83cf3060c8 Bump version 2023-07-20 10:31:19 +02:00
Maschell
f60e8a340d Make input reading more reliable 2023-07-20 10:31:19 +02:00
Maschell
10337d5fba Display current version of EnvironmentLoader in the menu 2023-07-20 10:31:19 +02:00
Maschell
7dbd371d5a Update Dockerfile 2023-07-20 09:06:41 +02:00
Maschell
a6f7df7764 Allow using +/- to set the default environment 2023-06-16 17:43:57 +02:00
Maschell
5e4f93ddfa Add EnvironmentLoader to every OSFatal 2023-06-16 17:27:39 +02:00
Maschell
5da6afb310 Improve RPL loading when running the environment setup files 2023-06-16 17:27:39 +02:00
Maschell
0c0d73ffa3 Update the Dockerfile 2023-06-16 17:27:39 +02:00
Maschell
b3a7150c5d Implement support for pairing controller and GamePads 2023-06-16 17:27:39 +02:00
Maschell
f57dc4c163 Update Dockerfile and fix compiling with latest wut 2023-04-17 13:56:56 +02:00
Maschell
8fdf6d88c4 Change docker registry to ghcr.io 2023-03-17 18:56:29 +01:00
Maschell
9a065a8697 Update the CI to use a non-deprecated release action 2023-01-11 13:42:58 +01:00
Maschell
41af813a2d Use libschrift instead of freetype 2023-01-05 16:51:35 +01:00
Maschell
3c5cdbba5e Update Dockerfile 2023-01-05 16:41:11 +01:00
Maschell
ddcee53177 Update ELFIO to reduce binary size 2023-01-05 16:41:11 +01:00
Maschell
d24e6233d6 Add -Wextra flag to makefile 2023-01-05 16:41:11 +01:00
Maschell
25de833405 Improve commit messages for nightlies 2023-01-05 16:41:11 +01:00
Maschell
5f690a0824 Update CI to use actions/checkout@v3 2023-01-05 16:41:11 +01:00
Maschell
27d969e370 Update Makefile to be compatible with CLion 2023-01-05 16:41:11 +01:00
Maschell
1e1a865f23 Fix detecting the autoboot title when the menu was opened 2022-09-24 14:02:38 +02:00
Maschell
8e8ce92822 Use ubuntu-22.04 in CI 2022-09-04 18:42:20 +02:00
Maschell
b9dd1613aa Update the Dockerfile 2022-09-04 18:42:20 +02:00
Maschell
c976e0a788 Add LICENSE 2022-09-04 18:42:20 +02:00
Maschell
1f6a2e4bf0 Fix module loading when modules unmount the sd card 2022-09-04 18:42:20 +02:00
Maschell
37211a4068 Update Dockerfile 2022-08-01 06:09:01 -07:00
Maschell
74d53f5502 Compile with latest devkitPPC 2022-08-01 05:15:32 -07:00
Maschell
cf1923b8f8 Skip hidden linux and mac files 2022-05-15 23:45:53 +02:00
Maschell
fe17abe0c9 Fix and improve module loading 2022-05-13 19:18:19 +02:00
Maschell
790394a72d Optimize check for .bss/.sbss section 2022-05-13 19:18:19 +02:00
Maschell
bf7db1c4eb Fix compiler warnings 2022-05-13 19:18:19 +02:00
Maschell
70eebb31b0 Fix typo, trampolin -> trampoline 2022-05-13 19:18:19 +02:00
Maschell
21da3ebc27 Improve logging 2022-05-13 19:18:19 +02:00
Maschell
2291856834 Read the payload.rpx with a properly aligned buffer, fix some missing free calls 2022-02-13 14:40:11 +01:00
Maschell
446dacdaac Remove obsolete // clang-format off 2022-02-13 14:40:11 +01:00
Maschell
65e460606f Remove unused code 2022-02-13 14:40:11 +01:00
Maschell
7eb5d075f3 Update .clang-format to change assingment, comment and macro formatting 2022-02-03 14:49:57 +01:00
Maschell
114f5b08f0
Add badge to README (#2) 2022-02-02 19:18:10 +01:00