Only use lm service when LOGVISOR_NX_LM set

This commit is contained in:
2020-05-05 00:14:41 -04:00
parent 14ea54f8b5
commit 41432143fd
2 changed files with 7 additions and 2 deletions

View File

@@ -12,6 +12,10 @@
#define FMT_ENFORCE_COMPILE_STRING 1
#include <fmt/format.h>
#if defined(__SWITCH__) && !defined(LOGVISOR_NX_LM)
#define LOGVISOR_NX_LM 0
#endif
extern "C" void logvisorBp();
namespace logvisor {