mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
xts_archive: Ensure NAX's type member is always initialized
Ensures that the member always has a deterministic value.
This commit is contained in:
parent
92a98a8b19
commit
f272261c21
@ -60,7 +60,7 @@ private:
|
||||
|
||||
VirtualFile file;
|
||||
Loader::ResultStatus status;
|
||||
NAXContentType type;
|
||||
NAXContentType type{};
|
||||
|
||||
VirtualFile dec_file;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user