You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/snes/cpu.c: In function 'cpu_doOpcode':
src/snes/cpu.c:1346:9: error: implicit declaration of function 'Die' [-Werror=implicit-function-declaration]
1346 | Die("The game has crashed!\n");
| ^~~
I fixed it locally by adding #include "../types.h" to src/snes/cpu.c.
The text was updated successfully, but these errors were encountered:
Getting this error message:
I fixed it locally by adding
#include "../types.h"
tosrc/snes/cpu.c
.The text was updated successfully, but these errors were encountered: