replaced sdl_timer with a qtimer, resulting in a binary which does not link sdl

This commit is contained in:
Joakim L. Gilje
2021-12-06 21:33:25 +01:00
parent b16702bc81
commit db0c90a835
4 changed files with 5 additions and 17 deletions

View File

@@ -13,8 +13,6 @@
#include <86box/timer.h>
#include <86box/nvr.h>
#include "qt_sdl.h"
int qt_nvr_save(void) {
return nvr_save();
}