mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-02 07:45:48 +00:00
Don't prefix GPU type with 'NVIDIA'
This commit is contained in:
parent
0cfc557c9c
commit
30da7e2bc2
@ -292,7 +292,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
if (config.debug_level > 0)
|
||||
printf("NVIDIA %s, GFE %s (%s, %s)\n", server.gpuType, server.serverInfo.serverInfoGfeVersion, server.gsVersion, server.serverInfo.serverInfoAppVersion);
|
||||
printf("GPU: %s, GFE: %s (%s, %s)\n", server.gpuType, server.serverInfo.serverInfoGfeVersion, server.gsVersion, server.serverInfo.serverInfoAppVersion);
|
||||
|
||||
if (strcmp("list", config.action) == 0) {
|
||||
pair_check(&server);
|
||||
|
Loading…
x
Reference in New Issue
Block a user