Skip to content

Releases: devkitPro/wut

wut 1.9.0

25 Jan 18:56
afa43f6

Choose a tag to compare

What's Changed

  • remove unused dist target by @WinterMute in #422
  • Add clang-format configuration and format check workflow by @GaryOderNichts in #405
  • Correct capitalization to WPADGetGameDataTimeStamp by @capitalistspz in #426
  • wutsocket fixes: select() handles timeout wrong, and poll() lacks a safety check by @dkosmari in #428
  • Added field to control swkbd keyboard layout. by @dkosmari in #429
  • Include wut.h in h264/stream.h by @capitalistspz in #432
  • coreinit/filesystem: Label HFIO/PCFS mount source type by @Mythra in #431
  • Add declarations for some Wiimote audio stuff, +documentation by @capitalistspz in #433
  • wutnewlib: implement new unified threading syscalls (replaces wutstdc++) by @fincs in #434

New Contributors

v1.8.0

25 May 13:57

Choose a tag to compare

What's Changed

wut 1.7.0

30 Sep 12:01
ad730b9

Choose a tag to compare

What's Changed

New features / improvements
Fixes and corrections

New Contributors

wut 1.6.0

02 Jul 12:37
4933211

Choose a tag to compare

New features / improvements
Breaking changes
  • padscore: rename nunchuck -> nunchuk in #348
CafeOS related changes
  • More nn_ccr and nsysccr struct/enum fixes by @Maschell in #361
  • Add functions to control the Eco mode by @Maschell in #363
  • nn_sl: Fix wrong parameters for nn::sl::LaunchInfoDatabase::Unregister by @Maschell in #362
  • sysapp: Add all possible "jumpTo" targets for SysAppSettingsArgs by @Maschell in #366
  • nn_ccr: Add CCRSysSetInitBootFlag and CCRSysInitializeSettings, add CCRCDCUicConfigIdEnum values by @Maschell in #364
  • padscore: Add more functions and types in #348
  • nsysccr/cdc: Add language and ext update functions by @GaryOderNichts in #368
  • coreinit: Add __OSPhysicalToEffectiveCached and __OSPhysicalToEffectiveUncached by @Maschell in #367
  • coreinit: Add "SavedFrame" related functions by @Maschell in #374
  • nn_acp: Add ACPGetTitleMetaDir and ACPGetTitleMetaDirByTitleListType by @Maschell in #375
  • coreinit: Add __FSAShimDecodeIosErrorToFsaStatus by @Maschell in #378
  • coreinit: add stopwatch.h and stopwatchatomic.h by @capitalistspz in #370
  • nn_ccr: Add CCRSysCaffeineBootCheckAbort; nsysccr: fix quick start menu value in CCRCDCDrcStateEnum by @Maschell in #372
  • gx2: add GX2GetMainCoreId by @Maschell in #380
  • vpad: Add VPADGetButtonProcMode by @Maschell in #376
  • sndcore2: Update AXTransitionAudioBuffer struct by @Maschell in #373
  • coreinit: Fix wrong/duplicate OSGetCodegenVirtAddrRange declaration, formatting by @Maschell in #371
  • avm: Add some missing DRC functions by @Maschell in #379
  • nsysccr: Add CCRCDCRegister*AttachCallback functions by @Maschell in #377
  • gx2: Add GX2AllocateTilingApertureEx and GX2FreeTilingAperture by @GaryOderNichts in #381
  • nsysnet/netconfig: Add SOGetProxyConfig by @GaryOderNichts in #382
  • gx2: Add GX2GetSystemTVAspectRatio by @GaryOderNichts in #384
  • nsysccr/cdc: Update CCRCDCDrcStateEnum with test menu names by @GaryOderNichts in #386
  • More DRX definitions by @team-orangeBlue in #385
  • nn/uds: Add initial headers by @DaniElectra in #387

wut 1.5.0

24 Apr 12:40
bd0156c

Choose a tag to compare

New features / improvements
  • wutnewlib: implement abort, assert and assert_func by @Maschell in #337 and updated for devkitPPC r45.1 in #359
Bug fixes
  • wutmalloc: make sure to set errno properly on error by @Maschell in #347
CafeOS related changes

wut 1.4.0

10 Nov 15:31
951ac01

Choose a tag to compare

What's Changed

New Contributors

v1.3.2

27 Jun 15:11
708bd46

Choose a tag to compare

What's Changed

  • Implement wut_set_thread_specific/wut_get_thread_specific as weak functions by @Maschell in #324
  • wutdevoptab: Add support for opening files with more flag combinations by @Maschell in #322

wut 1.3.1

04 Jun 10:36
5f42c2c

Choose a tag to compare

What's Changed

wut 1.3.0

16 Apr 20:02

Choose a tag to compare

wut 1.3.0

Important changes
  • newlib syscalls refactored for latest devkitPPC
CafeOS related changes

coreinit:

New features / improvements
  • wutdevoptab: Use the FSA API instead of FS to avoid softlocks on errors by @Maschell in #252

wut v1.2.0

17 Feb 20:10
4bb93c7

Choose a tag to compare

Important changes
  • wutstdc++: Decrease the stack size for gthread threads from 4 MiB to 128 KiB by @Maschell in #269
  • coreinit: Change the function declaration of OSDynLoad_FindExport by @gblues in #289
Important bug fixes
New features / improvements
  • wutdevoptab: Check size of a read/write before checking the buffer alignment to reduce the number of read/write calls by @Maschell in #273
  • Add IR support by @GaryOderNichts in #288
  • Adjust C/C++ flags (disable exceptions/rtti) by @fincs
CafeOS related changes

coreinit:

Other: