LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.58k stars 205 forks source link

Fix GB_ENUM on C++ #569

Closed SnowyMouse closed 7 months ago

SnowyMouse commented 8 months ago

The else branch results in an error from defining a type in a cast (and is thus invalid for C++). The top branch should work, however.