mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Revert recent time framing and performance changes as it affects slower devices badly
This commit is contained in:
@@ -528,7 +528,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
if(request.version != GSR_KMS_PROTOCOL_VERSION) {
|
||||
fprintf(stderr, "kms server error: expected gpu screen recorder protocol version to be %u, but it's %u\n", GSR_KMS_PROTOCOL_VERSION, request.version);
|
||||
fprintf(stderr, "kms server error: expected gpu screen recorder protocol version to be %u, but it's %u. please reinstall gpu screen recorder\n", GSR_KMS_PROTOCOL_VERSION, request.version);
|
||||
/*
|
||||
if(request.new_connection_fd > 0)
|
||||
close(request.new_connection_fd);
|
||||
|
||||
Reference in New Issue
Block a user