mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
libstrat: fix compilation without pre-compiled header/without lto
This commit is contained in:
parent
7ca83c9d3b
commit
e8f1efd01b
37 changed files with 89 additions and 33 deletions
|
@ -648,7 +648,7 @@ namespace ams::ncm {
|
|||
|
||||
/* Automatically choose a suitable storage id. */
|
||||
auto reader = content_meta.GetReader();
|
||||
StorageId storage_id;
|
||||
StorageId storage_id = StorageId::None;
|
||||
if (reader.GetStorageId() != StorageId::None) {
|
||||
storage_id = reader.GetStorageId();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue