mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Disable kms client check for now
This commit is contained in:
@@ -576,10 +576,10 @@ int main(int argc, char **argv) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
if(!is_remote_peer_program_gpu_screen_recorder(socket_fd)) {
|
||||
res = 3;
|
||||
goto done;
|
||||
}
|
||||
// if(!is_remote_peer_program_gpu_screen_recorder(socket_fd)) {
|
||||
// res = 3;
|
||||
// goto done;
|
||||
// }
|
||||
|
||||
for(;;) {
|
||||
gsr_kms_request request;
|
||||
|
||||
Reference in New Issue
Block a user