20,741
edits
Line 117: | Line 117: | ||
Also, it helps not to use subsystems like instruments and/or the autopilot system, by not loading the via the aircraft-set.xml | Also, it helps not to use subsystems like instruments and/or the autopilot system, by not loading the via the aircraft-set.xml | ||
There are many other subsystems which are started by default and which cannot be currently disabled, so more CPU/RAM resources can be saved by editing fg_init.cxx and making more subsystems optional there, | There are many other subsystems which are started by default and which cannot be currently disabled, so more CPU/RAM resources can be saved by editing [https://gitorious.org/fg/flightgear/blobs/next/src/Main/fg_init.cxx#line1043 $FG_SRC/Main/fg_init.cxx] and by making more subsystems optional there, using a property to decide if the subsystem shall be started or not. | ||
== OpenGL vs. OpenGL ES == | == OpenGL vs. OpenGL ES == |