PS Vita std support
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user