mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: rename m_bytes_loaded in asset library to bytes_loaded
This commit is contained in:
@ -27,7 +27,7 @@ public:
|
||||
|
||||
struct LoadInfo
|
||||
{
|
||||
std::size_t m_bytes_loaded = 0;
|
||||
std::size_t bytes_loaded = 0;
|
||||
};
|
||||
|
||||
virtual ~CustomAssetLibrary() = default;
|
||||
|
Reference in New Issue
Block a user