Commit Graph

90 Commits

Author SHA1 Message Date
Maschell 6cb4fa4fca Update Dockerfile to use latest devkitPPC and wut version 2024-04-24 17:37:22 +02:00
Maschell 9da6038861 Make logic to free buffers easier 2024-04-24 17:37:22 +02:00
Maschell 3cd1487252 Make sure the PayloadLoaderPayload doesn't get overwritten 2024-04-24 17:37:22 +02:00
Maschell da383b0455 Load the CustomRPXLoader into the start of the memory region, don't limit the size 2024-04-24 17:37:22 +02:00
Maschell c031887028 We don't need to make sure the main function is in a certain memory region 2024-04-24 17:37:22 +02:00
dependabot[bot] f15db1d867 Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 17:37:22 +02:00
dependabot[bot] e8f4c2b087 Bump wiiu-env/devkitppc from 20230616 to 20231112
Bumps wiiu-env/devkitppc from 20230616 to 20231112.

---
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-04-24 17:37:22 +02:00
Maschell 3c7f295ba6 Update .gitignore to ignore .zip files 2024-04-24 17:37:22 +02:00
Maschell 5ebec5ac3e Add missing import to be compatible with latest wut version 2024-04-24 17:37:22 +02:00
Maschell b1f8d29cee Avoid spamming the logs 2024-04-24 17:37:22 +02:00
Maschell 103e950aef Add missing assert to link.ld to make sure important code doesn't get overwritten 2024-04-24 17:37:22 +02:00
dependabot[bot] fcac53670d 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>
2023-09-05 00:11:36 +02:00
Maschell 22170fbc64 Create dependabot.yml 2023-07-23 10:33:10 +02:00
Maschell a0f49dab93 Add CustomRPXLoader to every OSFatal 2023-06-16 17:17:41 +02:00
Maschell 3e42af85fa Fix flushing the correct addresses 2023-06-16 17:05:45 +02:00
Maschell d950ea9432 Improve RPL loading 2023-06-16 17:05:45 +02:00
Maschell cd73d30f7f OSFatal if the relocations fail 2023-06-16 17:05:45 +02:00
Maschell 49c4c267c8 Stop trying to free leaked memory 2023-06-16 17:05:45 +02:00
Maschell a6ea7512e5 Update Dockerfile 2023-06-16 17:05:45 +02:00
Maschell 039e177ff9 Update Dockerfile 2023-04-17 13:47:32 +02:00
Maschell 62dbec960f Add verbose logging 2023-04-17 13:47:32 +02:00
Maschell a4f7e16f13 Clean up imports 2023-04-17 13:47:32 +02:00
Maschell 4ba088f5e9 Change default branch to main 2023-04-07 18:37:29 +02:00
Maschell 6db5209c58 Change docker registry to ghcr.io 2023-03-17 18:56:19 +01:00
Maschell 3ecd622137 Update the CI to use a non-deprecated release action 2023-01-11 12:36:35 +01:00
Maschell ded5168cb8 Update ELFIO version and avoid streams to reduce binary size 2023-01-05 15:10:33 +01:00
Maschell 7385dea0f9 Improve commit messages for nightly releases 2023-01-05 15:10:33 +01:00
Maschell 7dc8df1eea Update CI to use actions/checkout@v3 2023-01-05 15:10:33 +01:00
Maschell 3f1eadf0e3 Update Makefile to be compatible with CLion 2023-01-05 15:10:33 +01:00
Maschell 9793170224 Use ubuntu-22.04 instead of ubuntu-18.04 2022-09-03 23:58:27 +02:00
Maschell 479c99de8f Add missing imports to the FSA wut branch 2022-09-03 23:58:27 +02:00
Maschell 72901bc7a5 Improve file reading 2022-08-09 16:05:44 +02:00
Maschell d5c54fed78 Use wut 1.1.1 2022-08-08 11:35:29 +02:00
Maschell e027a8d4f8 Update Dockerfile 2022-08-01 07:46:57 -07:00
Maschell 2409afa86a Update Dockerfile to use latest wut version 2022-08-01 05:13:09 -07:00
Maschell 2288b67703 Fix loading rpx with ".wut_load_bounds" section 2022-05-13 19:18:46 +02:00
Maschell 187bfdac65 Use a properly aligned buffer for reading files 2022-03-05 22:01:11 +01:00
Maschell 9bd3108fad Update the Dockerfile to use the latest devkitppc and wut version 2022-02-13 13:58:33 +01:00
Maschell db9e908226 Read the payload.rpx with a properly aligned buffer, fix some missing free calls 2022-02-13 13:58:33 +01:00
Maschell 9e96647469 Update .clang-format to update the comment, macro and assignment formatting 2022-02-03 13:55:24 +01:00
Maschell e5ead1af44
Format the code via clang-format (#1) 2022-02-02 19:42:35 +01:00
Maschell 4e29e33931 Move logging into a separate file 2022-01-30 13:53:29 +01:00
Maschell a9616036f9 [CI] Change asset content_type to zip 2022-01-23 22:25:20 +01:00
Maschell 0847b2e901 Avoid try catch 2022-01-21 18:53:06 +01:00
Maschell 124b73a5fe Various small cleanups and logs 2022-01-21 18:52:58 +01:00
Maschell 0f069ac840 Remove unused imports 2022-01-21 18:52:13 +01:00
Maschell 00fe4bc284 Make sure _start is at the beginning of the .text section. 2022-01-21 18:51:56 +01:00
Maschell 923b43072c Move code to 0x00808000 2022-01-21 18:50:57 +01:00
Maschell fb32aec5b7 Only do logging when built with `make DEBUG=1` 2022-01-21 18:49:29 +01:00
Maschell 1f14ff54a6 Update the README 2021-12-31 15:16:20 +01:00