chore: use stdlib endian-aware integer read/write functions
This commit is contained in:
@@ -4,8 +4,6 @@ const Backup = @import("backup.zig").Backup;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const log = std.log.scoped(.GamePak);
|
||||
|
||||
const intToBytes = @import("../util.zig").intToBytes;
|
||||
|
||||
const Self = @This();
|
||||
|
||||
title: [12]u8,
|
||||
|
||||
Reference in New Issue
Block a user