mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
ldr: fix mount check mistake
This commit is contained in:
parent
6ba2090c01
commit
014f08f6b4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace sts::ldr {
|
|||
}
|
||||
|
||||
bool IsHblMounted() const {
|
||||
return this->is_code_mounted;
|
||||
return this->is_hbl_mounted;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue