index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
Assets
/
CustomAsset.h
Age
Commit message (
Expand
)
Author
2025-06-06
VideoCommon: remove 'GetByteSizeInMemory()' from custom asset, it is not need...
iwubcode
2025-06-06
VideoCommon: avoid race conditions with asset load/unload by moving the lock ...
iwubcode
2025-06-06
VideoCommon: remove 'GetLastAssetWriteTime' and switch to a steady_clock for ...
iwubcode
2025-06-06
VideoCommon: change asset loading to return the number of bytes loaded instea...
iwubcode
2025-06-06
VideoCommon: add 'Unload' functionality to CustomAsset
iwubcode
2025-06-06
VideoCommon: add a handle to custom asset, this is an id that is only relevan...
iwubcode
2023-07-16
VideoCommon: fix some compiler warnings for CustomAsset. FreeBSD compiler co...
iwubcode
2023-06-20
VideoCommon: move cached texture asset to 'CustomAsset' common code
iwubcode
2023-06-05
VideoCommon: add additional locks around asset access and usage to ensure thr...
iwubcode
2023-06-03
VideoCommon: fix minor issue in C++ template
iwubcode
2023-06-03
VideoCommon: prevent potential data issue when reloading Asset data that coul...
iwubcode
2023-06-01
VideoCommon: add custom asset implementation and asset library that can load ...
iwubcode