2 GB_CONTEXT_SAFETY
Lior Halphon edited this page 2024-12-01 01:09:32 +02:00

Definition

#ifndef NDEBUG
#define GB_CONTEXT_SAFETY
#endif

In gb.h

Description

When this macro is defined, SameBoy is built with thread-safety assertions. It is implicitly defined in release builds where NDEBUG is not defined.