mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:47:43 +00:00
Update hecl
This commit is contained in:
@@ -12,7 +12,7 @@ static void AthenaExc(athena::error::Level level, const char* file,
|
|||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
va_start(ap, fmt);
|
va_start(ap, fmt);
|
||||||
AthenaLog.reportSource(logvisor::Level(level), file, line, fmt, ap);
|
AthenaLog.report(logvisor::Level(level), fmt, ap);
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -60,9 +60,7 @@ 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);
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
namespace urde
|
namespace urde
|
||||||
{
|
{
|
||||||
class CModelFlags;
|
struct CModelFlags;
|
||||||
class CScriptColorModulate : public CEntity
|
class CScriptColorModulate : public CEntity
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
2
hecl
2
hecl
Submodule hecl updated: 39c85a807f...df53b858ff
Reference in New Issue
Block a user