feat: don't require path to ROM in CLI

This commit is contained in:
2023-03-10 21:13:38 -06:00
parent c7b62d3202
commit 2629d15e2f
5 changed files with 27 additions and 21 deletions

View File

@@ -50,7 +50,7 @@ pub fn escape(title: [12]u8) [12]u8 {
}
pub const FilePaths = struct {
rom: []const u8,
rom: ?[]const u8,
bios: ?[]const u8,
save: ?[]const u8,
};