add a log level flag
This commit is contained in:
parent
2be720540f
commit
86131bf05e
4 changed files with 21 additions and 1 deletions
|
|
@ -757,6 +757,7 @@ bool DivEngine::init() {
|
|||
dispatch=new DivPlatformPCE;
|
||||
break;
|
||||
default:
|
||||
logW("this system is not supported yet! using dummy platform.\n");
|
||||
dispatch=new DivPlatformDummy;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue