PS Vita std support

This commit is contained in:
Nikolay Arhipov
2023-05-07 11:20:01 +03:00
parent 0dddad0dc5
commit 3ba3df3764
20 changed files with 322 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ cfg_if::cfg_if! {
} else if #[cfg(target_os = "vxworks")] {
#[path = "process_vxworks.rs"]
mod process_inner;
} else if #[cfg(any(target_os = "espidf", target_os = "horizon"))] {
} else if #[cfg(any(target_os = "espidf", target_os = "horizon", target_os = "vita"))] {
#[path = "process_unsupported.rs"]
mod process_inner;
} else {