mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-09 21:48:06 +00:00
Only use lm service when LOGVISOR_NX_LM set
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user