Rename vram to vip internally

This commit is contained in:
2025-02-23 22:44:11 -05:00
parent 0ae2a2f54f
commit 6ab9d2ee53
13 changed files with 125 additions and 119 deletions
+1 -1
View File
@@ -18,10 +18,10 @@ mod controller;
mod emulator;
mod gdbserver;
mod graphics;
mod images;
mod input;
mod memory;
mod persistence;
mod vram;
mod window;
#[derive(Parser)]