Harald JOHNSEN:
I added an option to disable the recording of replay data. It takes more cpu than we can think.
This commit is contained in:
parent
801edaf448
commit
ace9790ced
1 changed files with 9 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
<text>
|
<text>
|
||||||
<label>Instant Replay</label>
|
<label>Instant Replay</label>
|
||||||
</text>
|
</text>
|
||||||
|
<hrule><dummy/></hrule>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>table</layout>
|
<layout>table</layout>
|
||||||
|
@ -56,8 +57,15 @@
|
||||||
<text><label>1 - Chase view</label><halign>left</halign></text>
|
<text><label>1 - Chase view</label><halign>left</halign></text>
|
||||||
<text><label>4 - Tower view</label><halign>left</halign></text>
|
<text><label>4 - Tower view</label><halign>left</halign></text>
|
||||||
</group>
|
</group>
|
||||||
<text><label>Use v/shift-v to change views during replay, and</label></text>
|
<text><label>Use v/shift-v to change views during replay, and </label></text>
|
||||||
<text><label>ctrl-v to return to cockpit view following replay.</label></text>
|
<text><label>ctrl-v to return to cockpit view following replay.</label></text>
|
||||||
|
<checkbox>
|
||||||
|
<label>Disable replay</label>
|
||||||
|
<property>/sim/replay/disable</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
<text><label></label></text> <!-- empty line -->
|
<text><label></label></text> <!-- empty line -->
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue