1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

ldr: fix mount check mistake

This commit is contained in:
Michael Scire 2019-06-27 18:01:44 -07:00
parent 6ba2090c01
commit 014f08f6b4

View file

@ -41,7 +41,7 @@ namespace sts::ldr {
} }
bool IsHblMounted() const { bool IsHblMounted() const {
return this->is_code_mounted; return this->is_hbl_mounted;
} }
private: private: