Tegra detector fixed;

Some aditional logs added;
AndroidManifest version incremented.
This commit is contained in:
Alexander Smorkalov
2012-07-12 13:12:16 +00:00
parent 69296c3333
commit 76fdbeee8a
4 changed files with 11 additions and 8 deletions

View File

@@ -156,7 +156,6 @@ int GetProcessorCount()
int DetectKnownPlatforms()
{
#ifdef __SUPPORT_TEGRA3
int tegra_status = DetectTegra();
if (3 == tegra_status)
@@ -167,9 +166,6 @@ int DetectKnownPlatforms()
{
return PLATFORM_UNKNOWN;
}
#else
return PLATFORM_UNKNOWN;
#endif
// NOTE: Uncomment when all Tegras will be supported
/*if (tegra_status > 0)