This commit is contained in:
2026-03-04 01:33:29 +01:00
parent 89000aa890
commit 20b77745aa
4 changed files with 93 additions and 22 deletions

View File

@@ -86,8 +86,8 @@ void rkt_webview_process_events(int for_ms)
{
rkt_webview_init();
int64_t start_ms = current_ms();
int64_t end_ms = start_ms + for_ms;
uint64_t start_ms = current_ms();
uint64_t end_ms = start_ms + for_ms;
while (current_ms() < end_ms) {
QThread::usleep(500); // sleep 0.5 ms