add a log level flag

This commit is contained in:
tildearrow 2021-06-09 12:28:46 -05:00
parent 2be720540f
commit 86131bf05e
4 changed files with 21 additions and 1 deletions

View file

@ -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;
}