iwubcode
|
79f202ea5c
|
VideoCommon: fix some compiler warnings for CustomAsset. FreeBSD compiler complained about a defaulted move constructor due to the mutex being implicitly deleted. Additionally, the const owning library deleted the copy constructor.
|
2023-07-16 19:45:55 -05:00 |
iwubcode
|
2dc24a9148
|
VideoCommon: move cached texture asset to 'CustomAsset' common code
|
2023-06-20 18:59:55 -05:00 |
iwubcode
|
9d7ab47738
|
VideoCommon: add additional locks around asset access and usage to ensure thread safety
|
2023-06-05 16:19:46 -05:00 |
iwubcode
|
9b9dc6dc5d
|
VideoCommon: fix minor issue in C++ template
|
2023-06-03 12:47:12 -05:00 |
iwubcode
|
58d383b30b
|
VideoCommon: prevent potential data issue when reloading Asset data that could happen due to the asset loading thread reloading data while another thread is working with it
|
2023-06-03 00:13:06 -05:00 |
iwubcode
|
b2c5a5485a
|
VideoCommon: add custom asset implementation and asset library that can load an asset
|
2023-06-01 19:57:57 -05:00 |