--- nono/host/driver.cpp 2026/04/29 17:05:21 1.1.1.3 +++ nono/host/driver.cpp 2026/04/29 17:05:47 1.1.1.4 @@ -36,7 +36,7 @@ Driver::~Driver() // ドライバ初期化 bool -Driver::InitDriver() +Driver::InitDriver(bool startup) { putmsg(1, "created"); return true;