fix: implement Ace Lightning (2002) obscure behaviour
This commit is contained in:
		@@ -205,6 +205,9 @@ pub const Backup = struct {
 | 
			
		||||
        const file_path = try self.savePath(allocator, path);
 | 
			
		||||
        defer allocator.free(file_path);
 | 
			
		||||
 | 
			
		||||
        if (std.mem.eql(u8, &self.title, "ACE LIGHTNIN"))
 | 
			
		||||
            @panic("correctly identified title");
 | 
			
		||||
 | 
			
		||||
        switch (self.kind) {
 | 
			
		||||
            .Sram, .Flash, .Flash1M, .Eeprom => {
 | 
			
		||||
                const file = try std.fs.createFileAbsolute(file_path, .{});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user