Open
Description
Describe your bug here. And how to reproduce it.
Hello there, with the latest commit, trying to build the switch port you get this errors:
tested on Windows with MSYS with DevKitPro and Ubuntu
same error
thanks a lot for your work.
I just noted, before commit 43db8cc, the files:
- attract.c
- audio.c
- dungeon.c
- ending.c
- load_gfx.c
- messaging.c
- misc.c
- nmi.c
- overworld.c
- player_oam.c
- select_file.c
- tagalong.c
- zelda_cpu_infra.c
- zelda_rtl.c
was on repo root, so the reference #include "snes/snes_regs.h"
was valid, but now these files are on src
directory, so the reference is not valid now, should be #include "../snes/snes_regs.h"
or something more generic.
What is your build target?
Switch