mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-05 13:00:47 -07: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:
@ -60,7 +60,7 @@ private:
|
||||
|
||||
VirtualFile file;
|
||||
Loader::ResultStatus status;
|
||||
NAXContentType type;
|
||||
NAXContentType type{};
|
||||
|
||||
VirtualFile dec_file;
|
||||
|
||||
|
Reference in New Issue
Block a user