mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #70] [MERGED] Show driver version for vulkan renderer #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/70
Author: @13xforever
Created: 8/29/2018
Status: ✅ Merged
Merged: 8/29/2018
Merged by: @Nicba1010
Base:
master← Head:feature/vulkan_driver_version📝 Commits (3)
1e1f0afscrape for game-related content as wella63a40cfix exception in GameTdbScraperc511c8bvulkan driver version decoding📊 Changes
9 files changed (+190 additions, -9 deletions)
View changed files
📝
CompatBot/Commands/Psn.Check.cs(+1 -1)📝
CompatBot/Commands/Psn.cs(+14 -0)➕
CompatBot/Database/Providers/AmdDriverVersionProvider.cs(+93 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+4 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs(+1 -1)📝
CompatBot/Program.cs(+3 -0)📝
CompatBot/ThumbScrapper/GameTdbScraper.cs(+1 -1)📝
CompatBot/ThumbScrapper/PsnScraper.cs(+1 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+72 -6)📄 Description
Thanks to additional logging from kd, we can now get the driver version from vulkan device information (still not as good as opengl for AMD cards).
Plus a couple of fixes for psn scraping
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.