chore: move log statement
This commit is contained in:
		| @@ -28,7 +28,6 @@ pub fn init(alloc: Allocator, rom_path: []const u8, save_path: ?[]const u8) !Sel | ||||
|         .backup = try Backup.init(alloc, kind, title, save_path), | ||||
|     }; | ||||
|     pak.parseHeader(); | ||||
|     log.info("Backup: {}", .{kind}); | ||||
|  | ||||
|     return pak; | ||||
| } | ||||
|   | ||||
| @@ -27,6 +27,8 @@ pub const Backup = struct { | ||||
|     flash: Flash, | ||||
|  | ||||
|     pub fn init(alloc: Allocator, kind: BackupKind, title: [12]u8, path: ?[]const u8) !Self { | ||||
|         log.info("Kind: {}", .{kind}); | ||||
|  | ||||
|         const buf_size: usize = switch (kind) { | ||||
|             .Sram => 0x8000, // 32K | ||||
|             .Flash => 0x10000, // 64K | ||||
|   | ||||
		Reference in New Issue
	
	Block a user