--- nono/vm/goldfish_timer.cpp 2026/04/29 17:05:38 1.1.1.4 +++ nono/vm/goldfish_timer.cpp 2026/04/29 17:05:43 1.1.1.5 @@ -87,7 +87,7 @@ GFTimerDevice::Init() syncer = GetSyncer(); // クロックの同期方法 - sync_rt = GetRTCDevice()->GetSyncRealtime(); + sync_rt = syncer->GetSyncRealtime(); // それによってイベントを分けてある。(time はどちらも都度セットする) if (sync_rt) {