Skip to content

Commit

Permalink
wut 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Apr 16, 2023
1 parent 4083224 commit b9a24ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9a24ef

Please sign in to comment.