wut 1.3.0

This commit is contained in:
Dave Murphy
2023-04-16 19:24:35 +01:00
parent 4083224b51
commit b9a24ef9d5
2 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,23 @@
#### wut 1.3.0
###### Important changes
- newlib syscalls refactored for latest devkitPPC
###### CafeOS related changes
coreinit:
- Fix OSDynLoad_Error to be a 32bit value by @Maschell in https://github.com/devkitPro/wut/pull/305
- Fix OSDynLoad_EntryReason values by @exzap in https://github.com/devkitPro/wut/pull/307
- Add MCP_CompatLoadAVFile by @GaryOderNichts in https://github.com/devkitPro/wut/pull/309
- Add KernelInfo0/KernelInfo6 structs by @Maschell in https://github.com/devkitPro/wut/pull/310
- MCP_GetSystemVersion by @GaryOderNichts in https://github.com/devkitPro/wut/pull/311
- Separate vpadbase from vpad by @GaryOderNichts in https://github.com/devkitPro/wut/pull/312
- Add missing MCP functions/enums & add more fields to LaunchInfo struct by @Maschell in https://github.com/devkitPro/wut/pull/313
#### wut 1.2.0
###### Important changes

View File

@@ -3,7 +3,7 @@ TOPDIR ?= $(CURDIR)
include $(TOPDIR)/share/wut_rules
export WUT_MAJOR := 1
export WUT_MINOR := 2
export WUT_MINOR := 3
export WUT_PATCH := 0
VERSION := $(WUT_MAJOR).$(WUT_MINOR).$(WUT_PATCH)