1
0
Fork 0

scripts/python/performance_replay.py: force replay of view and window size.

For performance replay, we need to ensure that replaying recordings will
replay changes to the view and main window size, if they are present in the
recording. [Replay of these changes can be disabled in the "File/Flight
Recorder Control" dialogue.]
This commit is contained in:
Julian Smith 2021-11-08 23:16:05 +00:00
parent 50a4d86961
commit b5e3c08255

View file

@ -61,6 +61,8 @@ if __name__ == '__main__':
f' --load-tape={tape}'
f' --timeofday=noon'
f' --prop:bool:/sim/replay/log-frame-times=true'
f' --prop:bool:/sim/replay/replay-main-view=true'
f' --prop:bool:/sim/replay/replay-main-window-size=true'
f' --prop:bool:/sim/replay/looped=false'
)