removal of old XboxOneStuff
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Copyright (c) 2012-2019 Wojciech Figat. All rights reserved.
|
||||
|
||||
#if PLATFORM_TOOLS_UWP || PLATFORM_TOOLS_XBOX_ONE
|
||||
#if PLATFORM_TOOLS_UWP
|
||||
|
||||
#include "UWPPlatformTools.h"
|
||||
#include "Engine/Platform/FileSystem.h"
|
||||
@@ -523,24 +523,4 @@ ArchitectureType WSAPlatformTools::GetArchitecture() const
|
||||
return _arch;
|
||||
}
|
||||
|
||||
const Char* XboxOnePlatformTools::GetDisplayName() const
|
||||
{
|
||||
return TEXT("Xbox One");
|
||||
}
|
||||
|
||||
const Char* XboxOnePlatformTools::GetName() const
|
||||
{
|
||||
return TEXT("XboxOne");
|
||||
}
|
||||
|
||||
PlatformType XboxOnePlatformTools::GetPlatform() const
|
||||
{
|
||||
return PlatformType::XboxOne;
|
||||
}
|
||||
|
||||
ArchitectureType XboxOnePlatformTools::GetArchitecture() const
|
||||
{
|
||||
return ArchitectureType::x64;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if PLATFORM_TOOLS_UWP || PLATFORM_TOOLS_XBOX_ONE
|
||||
#if PLATFORM_TOOLS_UWP
|
||||
|
||||
#include "../../PlatformTools.h"
|
||||
|
||||
@@ -47,18 +47,5 @@ public:
|
||||
ArchitectureType GetArchitecture() const override;
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
/// The Xbox One platform support tools.
|
||||
/// </summary>
|
||||
class XboxOnePlatformTools : public UWPPlatformTools
|
||||
{
|
||||
public:
|
||||
|
||||
// [PlatformTools]
|
||||
const Char* GetDisplayName() const override;
|
||||
const Char* GetName() const override;
|
||||
PlatformType GetPlatform() const override;
|
||||
ArchitectureType GetArchitecture() const override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user