chore(emu): fix spelling mistakes
This commit is contained in:
parent
3bc13b527e
commit
4c57f0b5f4
|
@ -1,6 +1,6 @@
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
/// For use with withe tiniest ROM
|
/// For use with with the tiniest ROM
|
||||||
pub const Header = extern struct {
|
pub const Header = extern struct {
|
||||||
title: [12]u8,
|
title: [12]u8,
|
||||||
game_code: [4]u8,
|
game_code: [4]u8,
|
||||||
|
@ -79,8 +79,7 @@ pub const Header = extern struct {
|
||||||
|
|
||||||
// note, we're missing some debug_ prefixed fields here
|
// note, we're missing some debug_ prefixed fields here
|
||||||
// but we want the header struct to be 0x160 bytes so that
|
// but we want the header struct to be 0x160 bytes so that
|
||||||
// the smallest NDS rom's header can be read without any speicifc
|
// the smallest NDS rom's header can be read without any specific workarounds
|
||||||
// workarounds
|
|
||||||
// TODO: Determine if we ever will need those debug fields, and if so: Implement them
|
// TODO: Determine if we ever will need those debug fields, and if so: Implement them
|
||||||
|
|
||||||
comptime {
|
comptime {
|
||||||
|
|
Loading…
Reference in New Issue