1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 01:16:32 -05:00

ci: Linux builds ready to use.

This commit is contained in:
Fijxu
2024-03-22 22:41:59 -03:00
parent 16841915fd
commit e509698a9a
5 changed files with 25 additions and 15 deletions

View File

@@ -702,7 +702,7 @@ public:
return properties.driver.driverID == VK_DRIVER_ID_NVIDIA_PROPRIETARY;
}
/// Checks if we are runing MolvenVK.
/// Checks if we are running MolvenVK.
bool IsMoltenVK() const noexcept {
return properties.driver.driverID == VK_DRIVER_ID_MOLTENVK;
}