Commit Graph

48 Commits

Author SHA1 Message Date
Maschell db349f0178 Bump version 2024-04-25 21:53:11 +02:00
Maschell 4ee72d785b Patch loader.elf to spit out less warnings when loading .rpx built with wut 2024-04-25 21:53:11 +02:00
Maschell ed4edfc2db Update github actions 2024-04-25 21:53:11 +02:00
Maschell 2c5f1bb7e2 Update Dockerfile 2024-04-25 21:53:11 +02:00
dependabot[bot] 68fbbf05d7 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-04 17:14:53 +02:00
Maschell e89efe1d31 Bump version 2023-07-31 09:37:27 +02:00
Maschell 270cd1dabb Skip sACPLoadOnDone when exiting Othello 2023-07-30 14:44:40 +02:00
Maschell ca15b44a12 Update .gitignore 2023-07-29 14:28:18 +02:00
Maschell ef42550673 Improve detecting FSClients which have been added by homebrew 2023-07-29 14:28:18 +02:00
Maschell 72ff59de95 Always log message about faking FSGetClientNum result 2023-07-29 14:28:18 +02:00
Maschell 69a0e31081 Create dependabot.yml 2023-07-23 10:26:11 +02:00
Maschell 4fb8ca0713 Bump version 2023-07-19 18:36:01 +02:00
Maschell a5fb305b2f Update Dockerfile 2023-07-19 16:19:33 +02:00
Maschell efcbfefeca Update Dockerfile 2023-06-27 18:28:32 +02:00
Maschell 7fc494df91 Replace '/' with '|' in OSDynload_Acquire with name starts with '~' 2023-04-13 15:11:42 +02:00
Maschell 52e9a80255 Bump Version 2023-03-23 14:59:47 +01:00
Maschell 07e2682f9b Fix dereferencing null pointer 2023-03-23 14:54:48 +01:00
Maschell 1d00a414d2 Change docker registry to ghcr.io 2023-03-16 12:09:51 +01:00
Maschell 24013d147f Bump version to 0.2.1 2023-01-10 18:07:24 +01:00
Maschell bd836ed3aa Update CI to use actions/checkout@v3 2023-01-06 20:42:21 +01:00
Maschell e3a1c85c92 Update the CI to use a non-deprecated release action 2023-01-06 20:42:21 +01:00
Maschell 4803d90ddf Use WUMS 0.3.2 and latest libfunctionpatcher 2023-01-06 20:42:21 +01:00
Maschell 15c0971aae Update version string 2022-10-09 16:45:51 +02:00
Maschell 4b148f86f8 Only apply NWF fix for NWF titles 2022-10-07 15:34:48 +02:00
Maschell 032bdf5b11 Fix crash when exiting NFW games takes too long 2022-10-07 13:21:02 +02:00
Maschell abfdc45068 Fix log 2022-10-05 19:13:36 +02:00
Maschell f93b998830 Hook OSDynLoad_Release to supress a warning whencalled with an aroma module handle 2022-10-05 19:13:36 +02:00
Maschell 5d6324dc6d Call OSDynLoad_Release for RPLs acquired by aroma modules on exit 2022-10-05 15:58:55 +02:00
Maschell fa6c26e26c Set the "out" value properly in "__OSDynLoad_InternalAcquire" hook to fix calling "OSDynLoad_IsModuleLoaded" with aroma module names 2022-10-05 15:58:55 +02:00
Maschell 769262a66c Rename gRPLData to gLoadedRPLData 2022-10-05 15:58:55 +02:00
Maschell 74d1c74b94 Fix ZombiU crashing on exit 2022-10-04 22:13:07 +02:00
Maschell 4a60df7af4 Improve commit messages for nightlies 2022-10-04 17:52:56 +02:00
Maschell 451e9c8f76 DynloadPatches: Use different magic values that (hopefully) doesn't collide with real values 2022-10-04 17:52:56 +02:00
Maschell bfa09b1ccb Bump the version 2022-09-19 22:27:59 +02:00
Maschell e33fe06ec5 Log the module version on each application start 2022-09-19 13:10:35 +02:00
Maschell d101c899c4 Fix booting "Adventure Time" and "The Smurfs 2" 2022-09-19 13:00:54 +02:00
Maschell 00af55ac1d Remove some debug logs 2022-09-17 22:41:00 +02:00
Maschell a18c2fce99 Update Makefile to be compatible with CLion 2022-09-17 22:41:00 +02:00
Maschell 186160f8f2 Hook into __PPCExit instead of _Exit 2022-09-10 14:18:55 +02:00
Maschell f13ba45652 Fix booting Shantae: Risky's Revenge 2022-09-07 20:45:32 +02:00
Maschell a9914c3e03 Fix booting Shantae Half Genie Hero and Ducktales Remastered 2022-09-07 01:25:56 +02:00
Maschell 08d764d249 Remove debug comments 2022-09-07 01:25:56 +02:00
Maschell f84def0502 Update Dockerfile 2022-09-04 19:28:06 +02:00
Maschell 688701e2ce Use ubuntu-22.04 for the CI 2022-09-04 14:55:23 +02:00
Maschell 823617a3ec Add LICENSE 2022-09-04 14:55:23 +02:00
Maschell a0c117199a
Merge pull request #1 from wiiu-env/Maschell-patch-1
Update logger.h
2022-08-25 18:05:47 +02:00
Maschell 7e0be3182b
Update logger.h 2022-08-25 17:23:40 +02:00
Maschell a89b932085 Initial commit 2022-08-25 12:58:35 +02:00