SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 81c29fa3717e4607607aeb6f1051c106c83fce92 parent 8b2795268044c03c34f68c8b94d29ad038c88e80 Author: Lior Halphon <LIJI32@gmail.com> Date: Tue, 8 Apr 2025 20:39:12 +0300 Make gb.h compatible with ANSI C++, fixes #698 Diffstat:
| M | Core/gb.h | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Core/gb.h b/Core/gb.h @@ -1,6 +1,9 @@ #pragma once #ifdef __cplusplus +#if defined(__STRICT_ANSI__) && !defined(typeof) +#define typeof decltype +#endif extern "C" { #endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.