libstrat: fix compilation without pre-compiled header/without lto
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user