Add NOTICE_LOG to show GPU vendor
This commit is contained in:
parent
7ac496529b
commit
b96e0a0dfe
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ FramebufferManager::FramebufferManager() :
|
|||
} else
|
||||
gpuVendor = GPU_VENDOR_UNKNOWN;
|
||||
gstate_c.gpuVendor = gpuVendor;
|
||||
NOTICE_LOG(HLE,"GPU Vendor : %s", cvendor);
|
||||
}
|
||||
|
||||
FramebufferManager::~FramebufferManager() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue