exo2: address volca review commentary

This commit is contained in:
Michael Scire 2020-06-11 19:28:38 -07:00 committed by SciresM
parent da4107996a
commit 6780b096ca
5 changed files with 8 additions and 6 deletions

View file

@ -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));