--- nono/vm/goldfish_rtc.cpp 2026/04/29 17:05:29 1.1.1.2 +++ nono/vm/goldfish_rtc.cpp 2026/04/29 17:05:38 1.1.1.3 @@ -38,17 +38,6 @@ GFRTCDevice::~GFRTCDevice() { } -// 初期化 -bool -GFRTCDevice::Init() -{ - if (inherited::Init() == false) { - return false; - } - - return true; -} - // リセット void GFRTCDevice::ResetHard(bool poweron)