2019-07-22 21:40:45 +02:00
|
|
|
softmmu_ss.add(files(
|
|
|
|
'replay.c',
|
|
|
|
'replay-internal.c',
|
|
|
|
'replay-events.c',
|
|
|
|
'replay-time.c',
|
|
|
|
'replay-input.c',
|
|
|
|
'replay-char.c',
|
|
|
|
'replay-snapshot.c',
|
|
|
|
'replay-net.c',
|
|
|
|
'replay-audio.c',
|
|
|
|
'replay-random.c',
|
2020-10-03 19:13:20 +02:00
|
|
|
'replay-debugging.c',
|
2019-07-22 21:40:45 +02:00
|
|
|
))
|