Skip to content

Commit 60f5432

Browse files
committed
2nd cia idle sleep bugfix
1 parent ebb1bdc commit 60f5432

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const url_root_path= self.location.pathname.replace("/sw.js","");
22
const core_version = '5.1.3'; //has to be the same as the version in Emulator/config.h
3-
const ui_version = '2025_11_12'+url_root_path.replace("/","_");
3+
const ui_version = '2025_11_13'+url_root_path.replace("/","_");
44
const needs_shared_array_buffer=false; //true when it runs in separat worker thread
55
const cache_name = `${core_version}@${ui_version}`;
66
const settings_cache = 'settings';

vc64.wasm

6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)