Support manual/automatic ROM reloading

This commit is contained in:
2025-11-23 15:45:57 -05:00
parent 2e474df3e8
commit 2034f7934b
8 changed files with 248 additions and 22 deletions
+4 -1
View File
@@ -26,7 +26,7 @@ pub struct CliArgs {
#[arg(short, long)]
pub object_data: bool,
/// Open worlds window
#[arg(short, long)]
#[arg(long)]
pub worlds: bool,
/// Open frame buffers window
#[arg(short, long)]
@@ -37,6 +37,9 @@ pub struct CliArgs {
/// Open terminal
#[arg(short, long)]
pub terminal: bool,
/// Watch ROM files for changes, automatically reload
#[arg(short, long)]
pub watch: bool,
}
pub const COLOR_PRESETS: [[Color32; 2]; 3] = [