Improved submodules

PluginManager is now a submodule


Former-commit-id: 2e147317ab07447e134d15790386bd6d3494b9d1
This commit is contained in:
Lynix
2014-04-20 23:50:55 +02:00
parent 9b74459ea8
commit 361e2a31ee
5 changed files with 64 additions and 8 deletions

View File

@@ -118,7 +118,10 @@ bool NzHardwareInfo::Initialize()
return true;
if (!NzHardwareInfoImpl::IsCpuidSupported())
{
NazaraError("Cpuid is not supported");
return false;
}
s_initialized = true;