[HTML5] Implement get_processor_count.

This commit is contained in:
Fabio Alessandrelli 2021-02-15 15:48:06 +01:00
parent 1446cfd13d
commit 26ec6ca576
4 changed files with 11 additions and 0 deletions

View file

@ -74,6 +74,7 @@ public:
Error create_process(const String &p_path, const List<String> &p_arguments, ProcessID *r_child_id = nullptr) override;
Error kill(const ProcessID &p_pid) override;
int get_process_id() const override;
int get_processor_count() const override;
String get_executable_path() const override;
Error shell_open(String p_uri) override;