mirror of https://github.com/AxioDL/metaforce.git
Disable blender verbosity for Windows (crash stopgap)
This commit is contained in:
parent
50ee1246cf
commit
020135fed2
|
@ -60,7 +60,9 @@ struct Application : boo::IApplicationCallback
|
||||||
void initialize(boo::IApplication* /*app*/)
|
void initialize(boo::IApplication* /*app*/)
|
||||||
{
|
{
|
||||||
zeus::detectCPU();
|
zeus::detectCPU();
|
||||||
|
#ifndef WIN32 /* Console issue with Win32 */
|
||||||
hecl::VerbosityLevel = 1;
|
hecl::VerbosityLevel = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
const zeus::CPUInfo& cpuInf = zeus::cpuFeatures();
|
const zeus::CPUInfo& cpuInf = zeus::cpuFeatures();
|
||||||
Log.report(logvisor::Info, "CPU Name: %s", cpuInf.cpuBrand);
|
Log.report(logvisor::Info, "CPU Name: %s", cpuInf.cpuBrand);
|
||||||
|
|
Loading…
Reference in New Issue