aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive.c')
-rw-r--r--src/survive.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/survive.c b/src/survive.c
index 2f3034b..9209e7c 100644
--- a/src/survive.c
+++ b/src/survive.c
@@ -10,6 +10,7 @@
#include "os_generic.h"
#include "survive_config.h"
#include "survive_default_devices.h"
+#include "survive_playback.h"
#ifdef __APPLE__
#define z_const const
@@ -239,6 +240,9 @@ int survive_startup(SurviveContext *ctx) {
const char *DriverName;
i = 0;
+
+ survive_install_recording(ctx);
+
while ((DriverName = GetDriverNameMatching("DriverReg", i++))) {
DeviceDriver dd = GetDriver(DriverName);
SV_INFO("Loading driver %s (%p) (%d)", DriverName, dd, i);