mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-30 21:07:06 +02:00
settings,video_core: Consolidate ASTC decoding options
Just puts them all neatly into one place.
This commit is contained in:
parent
c0202da9ac
commit
5cffa34288
12 changed files with 105 additions and 52 deletions
|
|
@ -218,3 +218,4 @@ Q_DECLARE_METATYPE(Settings::AntiAliasing);
|
|||
Q_DECLARE_METATYPE(Settings::RendererBackend);
|
||||
Q_DECLARE_METATYPE(Settings::ShaderBackend);
|
||||
Q_DECLARE_METATYPE(Settings::AstcRecompression);
|
||||
Q_DECLARE_METATYPE(Settings::AstcDecodeMode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue