mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
VideoCommon: initialize load info variables
This commit is contained in:
@ -34,8 +34,8 @@ public:
|
|||||||
|
|
||||||
struct LoadInfo
|
struct LoadInfo
|
||||||
{
|
{
|
||||||
std::size_t m_bytes_loaded;
|
std::size_t m_bytes_loaded = 0;
|
||||||
CustomAssetLibrary::TimeType m_load_time;
|
CustomAssetLibrary::TimeType m_load_time = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
// Loads a texture, if there are no levels, bytes loaded will be empty
|
// Loads a texture, if there are no levels, bytes loaded will be empty
|
||||||
|
Reference in New Issue
Block a user