mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
VideoBackends: Make TextureCache::CompileShaders return a bool
This commit is contained in:
parent
6a99cbd9fc
commit
828aac7890
8 changed files with 46 additions and 29 deletions
|
@ -13,7 +13,7 @@ class TextureCache : public TextureCacheBase
|
|||
public:
|
||||
TextureCache() {}
|
||||
~TextureCache() {}
|
||||
void CompileShaders() override {}
|
||||
bool CompileShaders() override { return true; }
|
||||
void DeleteShaders() override {}
|
||||
void ConvertTexture(TCacheEntryBase* entry, TCacheEntryBase* unconverted, void* palette,
|
||||
TlutFormat format) override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue