mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-03 06:32:10 +00:00
Add NOTICE_LOG to show GPU vendor
This commit is contained in:
parent
7ac496529b
commit
b96e0a0dfe
@ -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…
Reference in New Issue
Block a user