diff options
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/replay.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stubs/replay.c b/stubs/replay.c index 3354fcf9bb..8f98790257 100644 --- a/stubs/replay.c +++ b/stubs/replay.c @@ -20,3 +20,12 @@ bool replay_checkpoint(ReplayCheckpoint checkpoint) { return true; } + +bool replay_events_enabled(void) +{ + return false; +} + +void replay_finish(void) +{ +} |