godot/core/config
Hugo Locurcio ce4aa07276
Implement the %command% placeholder in the Main Run Args setting
This can be used to tell Godot to run an executable that will run Godot
rather than running Godot directly. This is useful to make Godot start
on the dedicated GPU when using a NVIDIA Optimus setup on Linux:
`prime-run %command%`

The `editor/run/main_run_args` setting declaration was moved to make it
visible in the ProjectSettings documentation.
2021-05-07 00:05:02 +02:00
..
engine.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
engine.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
project_settings.cpp Implement the %command% placeholder in the Main Run Args setting 2021-05-07 00:05:02 +02:00
project_settings.h Added ability to override built-in actions for the editor 2021-02-18 16:22:50 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00