mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 00:41:13 +01: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.