From abb8176f4ef23047a66e416f3f3a6eee6fc7a0c4 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Thu, 22 Mar 2018 10:11:22 -0600 Subject: Fixed startup bug; changed config names to be consistent --- src/survive.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/survive.c') 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); -- cgit v1.2.3