mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +01:00
loader: fix enum cast
This commit is contained in:
parent
801f784fae
commit
3dc51e164f
@ -86,7 +86,7 @@ namespace ams::ldr {
|
||||
lr::Path path;
|
||||
|
||||
/* Check that path registration is allowable. */
|
||||
if (loc.storage_id == ncm::StorageId::Host) {
|
||||
if (static_cast<ncm::StorageId>(loc.storage_id) == ncm::StorageId::Host) {
|
||||
AMS_ABORT_UNLESS(spl::IsDevelopment());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user