Collection of miscellaneous PAL changes required for restricted platforms. (#6482)

Signed-off-by: bosnichd <bosnichd@amazon.com>
This commit is contained in:
bosnichd
2021-12-20 08:15:10 -07:00
committed by GitHub
parent fea4d0e6b1
commit d5b9cf10cf
25 changed files with 139 additions and 36 deletions
@@ -123,6 +123,10 @@ namespace ImageProcessingAtomEditor
{
readableString = "iOS";
}
else if (platformStrLowerCase == "salem")
{
readableString = "Salem";
}
else if (platformStrLowerCase == "jasper")
{
readableString = "Jasper";