mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-16 06:37:55 +03:00
8ef225a37d
We require a way to track certain host GPU features that are optional such as Vulkan extensions, this is what the `QuirkManager` class does as it checks for all quirks and holds them allowing other components to branch based off these quirks.