aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/HardwareInfo.cs
AgeCommit message (Collapse)Author
2024-01-26Use driver name instead of vendor name in the status bar for Vulkan. (#6146)Elijah
* Replace vendor id lookup with driver name * Create separate field for driver name, handle OpenGL * Document changes in VulkanPhysicalDevice.cs * Always display driver over vendor * Replace Vulkan 1.2 requirement with VK_KHR_driver_properties * Remove empty line * Remove redundant unsafe block * Apply suggestions from code review --------- Co-authored-by: Ac_K <Acoustik666@gmail.com>
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
2023-04-27Move solution and projects to srcTSR Berry