1
0
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:
Ashwin Balasubramaniyan
2025-11-02 14:49:38 -05:00
parent 68410acc61
commit 1c824f5912
2 changed files with 115 additions and 6 deletions

View File

@@ -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);
};