Fix GPU print messages to use capital letters

This commit is contained in:
TheRogueZeta 2021-12-05 06:08:37 +00:00 committed by Adam Honse
parent d78e9442b2
commit 6b1e217afa

View file

@ -15,7 +15,7 @@
#define SMBUS_CHECK_DEVICE_MESSAGE_EN "[%s] Bus %02d is a motherboard and the subvendor matches the one for %s, looking for a device at %02X"
#define SMBUS_CHECK_DEVICE_FAILURE_EN "[%s] Bus %02d is not a motherboard or the subvendor does not match the one for %s, skipping detection"
#define GPU_DETECT_MESSAGE "[%s] Found a device match at Bus %02d for Device %04x and SubDevice %04x: %s"
#define GPU_DETECT_MESSAGE "[%s] Found a device match at Bus %02d for Device %04X and SubDevice %04X: %s"
using json = nlohmann::json;