We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4e63c commit 0b4803cCopy full SHA for 0b4803c
src/apcb.rs
@@ -442,7 +442,7 @@ impl<'a> Apcb<'a> {
442
const ROME_VERSION: u16 = 0x30;
443
const V3_HEADER_EXT_SIZE: usize =
444
size_of::<V2_HEADER>() + size_of::<V3_HEADER_EXT>();
445
- pub const MAX_SIZE: usize = 0x8000;
+ pub const MAX_SIZE: usize = 0x10000;
446
447
pub fn header(&self) -> Result<LayoutVerified<&[u8], V2_HEADER>> {
448
LayoutVerified::<&[u8], V2_HEADER>::new_unaligned_from_prefix(
0 commit comments