Skip to content

Commit

Permalink
Remove more nvr.h hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Mar 6, 2025
1 parent 0e42547 commit 9badd32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/qt/qt_settingsmachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ extern "C" {
#include <86box/config.h>
#include <86box/device.h>
#include <86box/machine.h>
#include <86box/nvr.h>
}

// from nvr.h, which we can't import into CPP code
#define TIME_SYNC_DISABLED 0
#define TIME_SYNC_ENABLED 1
#define TIME_SYNC_UTC 2

#include "qt_deviceconfig.hpp"
#include "qt_models_common.hpp"

Expand Down

0 comments on commit 9badd32

Please sign in to comment.