--- nono/vm/gvram.h 2026/04/29 17:04:55 1.1.1.5 +++ nono/vm/gvram.h 2026/04/29 17:05:09 1.1.1.6 @@ -4,6 +4,10 @@ // Licensed under nono-license.txt // +// +// GVRAM +// + #pragma once #include "device.h" @@ -25,4 +29,4 @@ class GVRAMDevice : public IODevice std::unique_ptr mem {}; }; -extern std::unique_ptr gGVRAM; +extern GVRAMDevice *gGVRAM;