added cpu() virtualization, flags
This commit is contained in:
+4
-4
@@ -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>
|
||||
Reference in New Issue
Block a user