Skip to content

GB_CONTEXT_SAFETY

Lior Halphon edited this page Nov 30, 2024 · 2 revisions

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.

Clone this wiki locally