diff options
| author | JosJuice <josjuice@gmail.com> | 2016-06-25 18:45:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-25 18:45:53 +0200 |
| commit | 10682dbf5843bcf55cda7db4bc4e5acaee556648 (patch) | |
| tree | e3c3fba5f61c0bf3316a257d7d791849a7fd45de /Source/Core/DiscIO/VolumeDirectory.cpp | |
| parent | 64cf74abb4158ffabe8b5dce3c1a4d42a82b054f (diff) | |
| parent | 1878605d77d38861307027ae5bcd6ca131c8266e (diff) | |
Merge pull request #3934 from JosJuice/comment-formatting
Undo some comment formatting changes from b5104a7
Diffstat (limited to 'Source/Core/DiscIO/VolumeDirectory.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeDirectory.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Source/Core/DiscIO/VolumeDirectory.cpp b/Source/Core/DiscIO/VolumeDirectory.cpp index 5662fa57c2..beff1ca936 100644 --- a/Source/Core/DiscIO/VolumeDirectory.cpp +++ b/Source/Core/DiscIO/VolumeDirectory.cpp @@ -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; } |
