Fixed comment
Former-commit-id: cc18a8a6fa5b7e58cca26910a83c42e81aead576
This commit is contained in:
parent
afddcd0804
commit
692c578673
|
|
@ -47,7 +47,7 @@ int main()
|
||||||
printCap(oss, "-SSE4.a", NzHardwareInfo::HasCapability(nzProcessorCap_SSE4a));
|
printCap(oss, "-SSE4.a", NzHardwareInfo::HasCapability(nzProcessorCap_SSE4a));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
oss << "Impossible de retrouver les informations de la carte graphique" << std::endl;
|
oss << "Impossible de retrouver les informations du processeur" << std::endl;
|
||||||
|
|
||||||
oss << std::endl << "--Carte graphique--" << std::endl;
|
oss << std::endl << "--Carte graphique--" << std::endl;
|
||||||
// La classe NzOpenGL nous donne accès à des informations sur la carte graphique
|
// La classe NzOpenGL nous donne accès à des informations sur la carte graphique
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue