exo2: address volca review commentary
This commit is contained in:
@@ -36,7 +36,7 @@ namespace ams::secmon::loader {
|
||||
void Uncompress() {
|
||||
while (true) {
|
||||
/* Read a control byte. */
|
||||
u8 control = this->ReadByte();
|
||||
const u8 control = this->ReadByte();
|
||||
|
||||
/* Copy what it specifies we should copy. */
|
||||
this->Copy(this->GetCopySize(control >> 4));
|
||||
|
||||
Reference in New Issue
Block a user