mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Core / VideoCommon: update HiresTexture to use CustomAssetLoader
This commit is contained in:
parent
5738646e3e
commit
f1f1ecc9d1
5 changed files with 106 additions and 318 deletions
|
@ -343,7 +343,7 @@ private:
|
|||
|
||||
RcTcacheEntry CreateTextureEntry(const TextureCreationInfo& creation_info,
|
||||
const TextureInfo& texture_info, int safety_color_sample_size,
|
||||
VideoCommon::CustomTextureData* custom_texture_data,
|
||||
const VideoCommon::CustomTextureData* custom_texture_data,
|
||||
bool custom_arbitrary_mipmaps);
|
||||
|
||||
RcTcacheEntry GetXFBFromCache(u32 address, u32 width, u32 height, u32 stride);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue