small adjustments, many enhancements to rktplayer

This commit is contained in:
2026-04-16 22:22:25 +02:00
parent 59c316a1f0
commit ee33c72915
4 changed files with 36 additions and 6 deletions

View File

@@ -62,7 +62,8 @@ int main(int argc, char *argv[])
#ifdef _WIN32
Sleep(30000);
#else
sleep(10);
sleep(30
);
#endif
d = rkt_webview_info();
rkt_webview_free_data(d);