2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 19:04:56 +00:00

MREA cooker fixes

This commit is contained in:
Jack Andersen
2016-08-12 09:42:18 -10:00
parent 42d39bf6b9
commit 4cdb93f980
6 changed files with 48 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ struct Application : boo::IApplicationCallback
void initialize(boo::IApplication* /*app*/)
{
zeus::detectCPU();
//hecl::VerbosityLevel = 1;
hecl::VerbosityLevel = 1;
const zeus::CPUInfo& cpuInf = zeus::cpuFeatures();
Log.report(logvisor::Info, "CPU Name: %s", cpuInf.cpuBrand);