mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-12 21:31:39 +00:00
Undo some comment formatting changes from b5104a7
This commit is contained in:
parent
64cf74abb4
commit
1878605d77
7 changed files with 20 additions and 37 deletions
|
@ -63,14 +63,10 @@ bool CVolumeDirectory::Read(u64 _Offset, u64 _Length, u8* _pBuffer, bool decrypt
|
|||
if (!decrypt && (_Offset + _Length >= 0x400) && m_is_wii)
|
||||
{
|
||||
// Fully supporting this would require re-encrypting every file that's read.
|
||||
// Only supporting the areas that IOS allows software to read could be more
|
||||
// feasible.
|
||||
// Currently, only the header (up to 0x400) is supported, though we're
|
||||
// cheating a bit
|
||||
// with it by reading the header inside the current partition instead.
|
||||
// Supporting the
|
||||
// header is enough for booting games, but not for running things like the
|
||||
// Disc Channel.
|
||||
// Only supporting the areas that IOS allows software to read could be more feasible.
|
||||
// Currently, only the header (up to 0x400) is supported, though we're cheating a bit
|
||||
// with it by reading the header inside the current partition instead. Supporting the
|
||||
// header is enough for booting games, but not for running things like the Disc Channel.
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue