Skip to content

Commit df69ca2

Browse files
committed
Add Clone attribute to DebugOptions struct
1 parent 0ec38bb commit df69ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub struct VmOptions {
1818
pub cycles_per_frame: u32,
1919
}
2020

21-
#[derive(Deserialize, Serialize)]
21+
#[derive(Clone, Deserialize, Serialize)]
2222
pub struct DebugOptions {
2323
pub enable_debug_menu: bool,
2424
}

0 commit comments

Comments
 (0)