summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/CustomAsset.h
AgeCommit message (Expand)Author
2025-06-06VideoCommon: remove 'GetByteSizeInMemory()' from custom asset, it is not need...iwubcode
2025-06-06VideoCommon: avoid race conditions with asset load/unload by moving the lock ...iwubcode
2025-06-06VideoCommon: remove 'GetLastAssetWriteTime' and switch to a steady_clock for ...iwubcode
2025-06-06VideoCommon: change asset loading to return the number of bytes loaded instea...iwubcode
2025-06-06VideoCommon: add 'Unload' functionality to CustomAssetiwubcode
2025-06-06VideoCommon: add a handle to custom asset, this is an id that is only relevan...iwubcode
2023-07-16VideoCommon: fix some compiler warnings for CustomAsset. FreeBSD compiler co...iwubcode
2023-06-20VideoCommon: move cached texture asset to 'CustomAsset' common codeiwubcode
2023-06-05VideoCommon: add additional locks around asset access and usage to ensure thr...iwubcode
2023-06-03VideoCommon: fix minor issue in C++ templateiwubcode
2023-06-03VideoCommon: prevent potential data issue when reloading Asset data that coul...iwubcode
2023-06-01VideoCommon: add custom asset implementation and asset library that can load ...iwubcode