Commit Graph

32 Commits

Author SHA1 Message Date
Maschell 88d25a79c3 Fix Makefile to be compatible with CLion 2024-04-26 10:33:05 +02:00
Maschell a6bc48e987 Fix checking button combo 2024-04-26 10:33:05 +02:00
dependabot[bot] 3f71bb4d7f 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:42:22 +02:00
Maschell 1dd3adff65 Update Dockerfile to use latest devkitPPC and wut version 2024-04-24 17:42:22 +02:00
dependabot[bot] bd90e0ef1c Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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:42:22 +02:00
Maschell 162119a289 Overwrite wuts __syscall_getreent 2024-04-24 17:42:22 +02:00
Maschell 8b6b5c3412 Update Dockerfile 2024-04-24 17:42:22 +02:00
Maschell 4c57a3d597 Create dependabot.yml 2023-07-23 10:38:20 +02:00
Maschell f415c24015 Update Dockerfile 2023-04-17 12:24:34 +02:00
Maschell 3e2aca0583 Improve logging 2023-04-17 12:24:34 +02:00
Maschell 363ca12b14 CI: Update ci.yml to use non-deprecated actions 2023-03-17 19:11:23 +01:00
Maschell 18d4c73d45 Change docker registry to ghcr.io 2023-03-17 19:11:23 +01:00
Maschell 79db755d04 Use ubuntu-22.04 for the CI 2022-09-04 18:32:32 +02:00
Maschell 62e124e56d Update imports.h to support FSA functions 2022-09-04 18:32:32 +02:00
Maschell d4dc996f9f Improve file reading 2022-08-08 11:52:27 +02:00
Maschell d2f071a9ae Use wut 1.1.1 2022-08-08 11:52:27 +02:00
Maschell 4cbef0137c Use the wut devoptab instead of whb or native CafeOS functions 2022-03-04 13:31:30 +01:00
Maschell b0b8029253 Add OSReport logging 2022-03-04 13:31:30 +01:00
Maschell 92ef9a681e Another attempt of fixing the memory leak 2022-03-04 13:31:30 +01:00
Maschell d866a17af8 Limit the size of the binary to not overlap with other code 2022-02-03 17:32:34 +01:00
Maschell a3c549c0da Format the code via clang-format 2022-02-03 17:23:58 +01:00
Maschell 6098af25eb Compile with latest wut version 2021-04-14 19:36:24 +02:00
Maschell 323b5a818d Use FS_ERROR_FLAG_ALL instead of -1 2021-01-01 20:06:27 +01:00
Maschell 0e48e11ffa Update the Dockerfile to use the latest devkitppc image 2021-01-01 20:06:21 +01:00
Maschell 9d0e08781d "fix" a memory leak. 2020-12-15 23:59:46 +01:00
Maschell 61f5ff067c Fix size check logic 2020-12-15 21:24:09 +01:00
Maschell 12d4d17c2a Update the readme, describe what happens when no default payload is found on the sd card 2020-12-05 21:32:37 +01:00
Maschell 836428c56f Improve the payload selection screen 2020-12-05 21:32:27 +01:00
Maschell 37cdd92236 Check if the payload.elf will be loaded into a valid location 2020-12-05 21:31:27 +01:00
Maschell bc61589b7f Fix github workflow 2020-12-01 20:26:52 +01:00
Maschell bf60cd9707 Remove unused code 2020-12-01 20:07:51 +01:00
Maschell 8f46eb434b first commit 2020-11-29 12:59:58 +01:00