Skip to content

Commit

Permalink
Fix constants
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed May 27, 2024
1 parent ea97ef7 commit 00a3479
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apple2/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ lazy_static! {
"F-15".to_string(), // F-15 Strike Eagle
];

pub static ref DEFAULT_DISKS_DIRECTORIES: Vec<String> = vec![
"D:\\Apple Disks".to_string(),
"C:\\Users\\Ced\\kotlin\\sixty\\disks".to_string(),
];
pub static ref DEFAULT_DISKS_DIRECTORIES: Vec<String> = vec![];

pub static ref DISKS_SUFFIXES: [String; 2] = [ "woz".to_string(), "dsk".to_string() ];

Expand Down

0 comments on commit 00a3479

Please sign in to comment.