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.
- Complete userspace bindings to:
- the Control Library
- the Display Library
- the threading part of the Thread Manager Library
- the semaphore part of the Thread Manager Library
- Partial userspace bindings to:
- the event flags part of the Thread Manager Library
- Complete documentation for:
- the Type Defines
- the System Parameters Defines
- the Display Library
- the Control Library
- the Random Number Library
- Partial documentation for:
- the event flags part of the Thread Manager Library
SceUVector4
&SceUMatrix4
structures fromtypes
(not present in types.h).SceUnion32
&SceUnion64
&SceUnion128
union fromtypes
(not present in types.h)
- Fix
i32
being used instead ofu32
aspsp2_sys::types::SceUInt
- Type of variable used by
size
parameter ofctrl::sceKernelGetRandomNumber
function. (SceSize
instead ofu32
) - Type of variable used by
port
variable in structSceCtrlPortInfo
(u8
instead ofSceCtrlExternalInputMode
) - Type of variable used by
r
,g
,b
parameters ofctrl::sceCtrlSetLightBar
function. (SceUInt8
instead ofu8
) - Type of variable used by
batt
parameters ofctrl::sceCtrlGetBatteryInfo
function. (SceUInt8
instead ofu8
)
v0.2.2 - 2018-09-12
- Fix missing
#[cfg_attr(...)]
inpsp_sys::kernel
v0.2.1 - 2018-09-12
dox
feature to disable linking tovitasdk
stubs during compilation (use indocs.rs
)
- Links in
CHANGELOG.md
file.
v0.2.0 - 2018-07-06
- Complete userspace bindings to:
- Partial userspace bindings to:
- the threading part of the Thread Manager Library
- the semaphore part of the Thread Manager Library
v0.1.1 - 2018-07-04
build.rs
only to warn about missing$VITASDK
environment variable (allowscargo doc
without$VITASDK
set)
v0.1.0 - 2018-07-04
- Complete userspace bindings to:
- Partial userspace bindings to:
- the mutex part of the Thread Manager Library
- the color formats of the GPU Graphics Library
- A basic README with links to other
vita-rust
projects. - This CHANGELOG file.