mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
ldr: fix mount check mistake
This commit is contained in:
parent
6ba2090c01
commit
014f08f6b4
@ -41,7 +41,7 @@ namespace sts::ldr {
|
||||
}
|
||||
|
||||
bool IsHblMounted() const {
|
||||
return this->is_code_mounted;
|
||||
return this->is_hbl_mounted;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user