Skip to content

Commit

Permalink
core: Support redump images (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo authored May 11, 2023
1 parent c0a354f commit f5185d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdvdfs-core/src/blockdev.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use alloc::boxed::Box;
use async_trait::async_trait;

const XDVD_OFFSETS: &[u64] = &[0];
const XDVD_OFFSETS: &[u64] = &[0, 387 * 1024 * 1024];

/// Trait for read operations on some block device containing an XDVDFS filesystem
/// Calls to `read` will always be thread safe (that is, no two calls to `read` will
Expand Down

0 comments on commit f5185d8

Please sign in to comment.