mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Introduce 'visionos' platform derived from 'apple_embedded'
This commit is contained in:
parent
457299449d
commit
47971c0a27
70 changed files with 2634 additions and 47 deletions
|
|
@ -585,7 +585,7 @@ bool OS::has_feature(const String &p_feature) {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(IOS_SIMULATOR)
|
||||
#if defined(IOS_SIMULATOR) || defined(VISIONOS_SIMULATOR)
|
||||
if (p_feature == "simulator") {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue