mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 17:29:01 +00:00
Refactor DiscScrubber::MarkAsUsedE
This commit is contained in:
parent
40b7fab235
commit
ce3e0fc091
2 changed files with 9 additions and 3 deletions
|
@ -61,6 +61,7 @@ private:
|
|||
|
||||
void MarkAsUsed(u64 offset, u64 size);
|
||||
void MarkAsUsedE(u64 partition_data_offset, u64 offset, u64 size);
|
||||
u64 ToClusterOffset(u64 offset) const;
|
||||
bool ReadFromVolume(u64 offset, u32& buffer, const Partition& partition);
|
||||
bool ReadFromVolume(u64 offset, u64& buffer, const Partition& partition);
|
||||
bool ParseDisc();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue