Commit Graph

109 Commits

Author SHA1 Message Date
dependabot[bot] d8ce4bc7e6 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:01 +02:00
Maschell 86c1d20863 Remove allocMutex to avoid possible deadlocks 2024-05-03 22:33:18 +02:00
Maschell bf99541449 Use custom function to check exp heap 2024-04-26 23:42:38 +02:00
dependabot[bot] cca22cabfb 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-25 12:02:28 +02:00
Maschell d76afc5673 Fix compiling with latest wut version 2024-04-25 12:02:28 +02:00
Maschell 8ae558e3ac Update Dockerfile 2024-04-25 12:02:28 +02:00
Maschell 0b8bb8668e Bump version to 0.2.6 2024-04-25 12:02:28 +02:00
dependabot[bot] 622ce1ef9d 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-25 12:02:28 +02:00
dependabot[bot] 60736e65c6 Bump wiiu-env/devkitppc from 20230621 to 20231112
Bumps wiiu-env/devkitppc from 20230621 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-25 12:02:28 +02:00
Maschell 8e53c22f2c Make sure we can execute code on all three cores, check heaps on application end 2024-04-25 12:02:28 +02:00
Maschell 5f249475c3 Allow logging in init hook 2024-04-25 12:02:28 +02:00
Maschell 4a386d59aa Create dependabot.yml 2023-07-23 10:16:44 +02:00
Maschell a46f438db2 Bump version 2023-07-19 19:10:58 +02:00
Maschell 7f5fa7708c Update Dockerfile 2023-07-19 16:18:44 +02:00
Maschell f902d649f1 Update Dockerfile 2023-07-06 16:01:03 +02:00
Maschell 887389f622 Add *.zip to .gitignore 2023-07-06 16:01:03 +02:00
Maschell 88cf0f2317 Change default branch to main 2023-03-28 20:45:25 +02:00
Maschell 09ca5144dd Update main.cpp 2023-03-28 20:35:30 +02:00
Maschell f9b2bcd660 Allocate the page table on the heap to avoid a stack overflow 2023-03-27 18:22:05 +02:00
Maschell f2333e37dc Use the default heap for threads, make sure to memset default heap allocations to 0 after using them 2023-03-26 16:03:34 +02:00
Maschell 6076c8726c Bump version 2023-03-23 14:59:44 +01:00
Maschell f5267091da Avoid memory for mapping which is used when joining a game via friend list 2023-03-21 23:06:25 +01:00
Maschell 34195f9ffb Change docker registry to ghcr.io 2023-03-16 15:29:35 +01:00
Maschell 412b38be4c Bump Version 2023-02-19 19:18:44 +01:00
Maschell d9457e8cdc Implement KiValidateUserDataRange and KiValidateUserCodeRange hook 2023-02-17 08:17:21 +01:00
Maschell 3a8d8a979c Fix KiGetOrPutUserData 2023-02-17 08:17:21 +01:00
Maschell 88de314828 Bump version to 0.2.1 2023-01-10 18:25:43 +01:00
Maschell 69b2ed5905 Use WUMS 0.3.2 2023-01-10 18:25:43 +01:00
Maschell d3f874ed2e Use latest version of libfunctionpatcher 2023-01-06 16:02:58 +01:00
Maschell 77360e935d Update the CI to use a non-deprecated release action 2023-01-06 16:02:58 +01:00
Maschell 167881c357 Update CI to use actions/checkout@v3 2023-01-06 16:02:58 +01:00
Maschell 9bf4b02952 Update version to v0.2 2022-10-09 14:32:17 +02:00
Maschell b69ddc1610 Update Makefile to support CLion 2022-10-09 14:32:17 +02:00
Maschell 8db58d3b32 Improve release description of nightlies 2022-10-09 14:32:17 +02:00
Maschell 4da0dd9e3f Log the module version on each application start 2022-10-09 14:32:17 +02:00
Maschell d3629321e1 Update sCheckDataRange to support 0x00800000 - 0x010000000 memory region 2022-10-03 21:42:51 +02:00
Maschell b66266af54 Patch LiValidateAddress to support OSDynLoad_SetAllocator with our region 2022-10-03 21:42:51 +02:00
Maschell f80ddb450e Use ubuntu-22.04 in CI 2022-09-04 20:20:47 +02:00
Maschell 2a416d6510 Add Dockerfile 2022-09-04 20:20:47 +02:00
Maschell 83da715e63 Add LICENSE 2022-09-04 20:20:47 +02:00
Maschell f7fd2b2969 Update Dockerfile to use latest wut version 2022-07-25 13:17:20 -07:00
Maschell 9c939fd819 Update Dockerfile to use latest WUMS version 2022-05-13 00:28:50 +02:00
Maschell 2e63108b5f format code 2022-05-09 19:34:19 +02:00
Maschell 13f27137eb Update the Dockerfile 2022-05-09 19:34:19 +02:00
Maschell 7bb906f83f Improve logging and resolve any compiler warnings 2022-05-09 19:34:19 +02:00
Maschell 59300aad22 Use latest version of libfunctionpatcher 2022-05-09 19:34:19 +02:00
Maschell 93fb8f7d84 Implement generic SR patching and generic sCheckDataRange replacement 2022-04-29 10:04:24 +02:00
Maschell 9a6b924aeb Fix negative alignments 2022-02-13 13:41:39 +01:00
Maschell 8203e92a2b Implement support for MEMFindContainHeap when using mapped memory 2022-02-13 13:41:39 +01:00
Maschell 79787e7dce The allocated size is now always an integral multiple of alignment. 2022-02-13 13:41:39 +01:00