Save input mappings to disk

This commit is contained in:
2024-12-11 23:44:14 -05:00
parent ae04f9f73b
commit 6e2d70abd7
8 changed files with 270 additions and 22 deletions
+1
View File
@@ -13,6 +13,7 @@ mod controller;
mod emulator;
mod graphics;
mod input;
mod persistence;
mod window;
#[derive(Parser)]