--- nono/vm/videoctlr.cpp 2026/04/29 17:05:33 1.1.1.11 +++ nono/vm/videoctlr.cpp 2026/04/29 17:05:37 1.1.1.12 @@ -51,10 +51,6 @@ VideoCtlrDevice::~VideoCtlrDevice() bool VideoCtlrDevice::Init() { - if (inherited::Init() == false) { - return false; - } - planevram = GetPlaneVRAMDevice(); renderer = GetRenderer();