Skip to content

Latest commit

 

History

History
112 lines (89 loc) · 4.35 KB

CHANGELOG.md

File metadata and controls

112 lines (89 loc) · 4.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Removed

  • SceUVector4 & SceUMatrix4 structures from types (not present in types.h).
  • SceUnion32 & SceUnion64 & SceUnion128 union from types (not present in types.h)

Fixed

  • Fix i32 being used instead of u32 as psp2_sys::types::SceUInt

Changed

  • Type of variable used by size parameter of ctrl::sceKernelGetRandomNumber function. (SceSize instead of u32)
  • Type of variable used by port variable in struct SceCtrlPortInfo (u8 instead of SceCtrlExternalInputMode)
  • Type of variable used by r, g, b parameters of ctrl::sceCtrlSetLightBar function. (SceUInt8 instead of u8)
  • Type of variable used by batt parameters of ctrl::sceCtrlGetBatteryInfo function. (SceUInt8 instead of u8)

v0.2.2 - 2018-09-12

Fixed

  • Fix missing #[cfg_attr(...)] in psp_sys::kernel

v0.2.1 - 2018-09-12

Added

  • dox feature to disable linking to vitasdk stubs during compilation (use in docs.rs)

Fixed

  • Links in CHANGELOG.md file.

v0.2.0 - 2018-07-06

Added

v0.1.1 - 2018-07-04

Changed

  • build.rs only to warn about missing $VITASDK environment variable (allows cargo doc without $VITASDK set)

v0.1.0 - 2018-07-04

Added