mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
[HTML5] Implement get_processor_count.
This commit is contained in:
parent
1446cfd13d
commit
26ec6ca576
4 changed files with 11 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ extern int godot_js_os_fs_is_persistent();
|
|||
extern void godot_js_os_fs_sync(void (*p_callback)());
|
||||
extern int godot_js_os_execute(const char *p_json);
|
||||
extern void godot_js_os_shell_open(const char *p_uri);
|
||||
extern int godot_js_os_hw_concurrency_get();
|
||||
|
||||
// Display
|
||||
extern int godot_js_display_screen_dpi_get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue