You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Support reading available OpenXR runtimes from Windows registry
This commit is contained in:
@@ -44,4 +44,8 @@ protected:
|
||||
private:
|
||||
void _update_items();
|
||||
void _on_item_selected(int p_which);
|
||||
|
||||
Dictionary _enumerate_runtimes();
|
||||
String _try_and_get_runtime_name(const String &p_config_file);
|
||||
void _add_runtime(Dictionary &r_runtimes, const String &p_config_file);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user