added cpu() virtualization, flags

This commit is contained in:
Sebastian Hildebrandt
2021-01-07 18:21:22 +01:00
parent ea46cdd2d1
commit d895c23881
15 changed files with 719 additions and 709 deletions
+4 -4
View File
@@ -489,8 +489,8 @@ si.graphics().then(data => console.log(data));</code></pre class="example">
main: true,
builtin: false,
connection: 'Internal',
sizex: -1,
sizey: -1,
sizex: null,
sizey: null,
pixeldepth: 24,
resolutionx: 2560,
resolutiony: 1600,
@@ -498,7 +498,7 @@ si.graphics().then(data => console.log(data));</code></pre class="example">
currentResY: 1600,
positionX: 0,
positionY: 0,
currentRefreshRate: -1
currentRefreshRate: null
}
]
}</pre>
@@ -551,4 +551,4 @@ si.graphics().then(data => console.log(data));</code></pre class="example">
</script>
</body>
</html>
</html>