mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
-Project/Editor settings now use new inspector
-Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver
This commit is contained in:
parent
76bfe14e00
commit
c69de2ba46
47 changed files with 1055 additions and 81 deletions
|
|
@ -81,7 +81,11 @@ class OS_JavaScript : public OS_Unix {
|
|||
|
||||
static void file_access_close_callback(const String &p_file, int p_flags);
|
||||
|
||||
int video_driver_index;
|
||||
|
||||
protected:
|
||||
virtual int get_current_video_driver() const;
|
||||
|
||||
virtual void initialize_core();
|
||||
virtual Error initialize(const VideoMode &p_desired, int p_video_driver, int p_audio_driver);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue