Add ps5 changes

This commit is contained in:
Wojtek Figat
2021-11-21 19:02:24 +01:00
parent d260681773
commit e8b680c78b
8 changed files with 17 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ namespace Flax.Deps.Dependencies
TargetPlatform.XboxOne,
TargetPlatform.XboxScarlett,
TargetPlatform.PS4,
TargetPlatform.PS5,
TargetPlatform.Switch,
};
default: return new TargetPlatform[0];
@@ -81,6 +82,7 @@ namespace Flax.Deps.Dependencies
case TargetPlatform.UWP:
case TargetPlatform.XboxOne:
case TargetPlatform.PS4:
case TargetPlatform.PS5:
case TargetPlatform.XboxScarlett:
case TargetPlatform.Switch:
{