mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
This commit is contained in:
parent
63c0dc690e
commit
de768afbdc
11 changed files with 325 additions and 0 deletions
|
|
@ -154,6 +154,10 @@ void OS_Unix::finalize_core() {
|
|||
NetSocketPosix::cleanup();
|
||||
}
|
||||
|
||||
Vector<String> OS_Unix::get_video_adapter_driver_info() const {
|
||||
return Vector<String>();
|
||||
}
|
||||
|
||||
String OS_Unix::get_stdin_string(bool p_block) {
|
||||
if (p_block) {
|
||||
char buff[1024];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue