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
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
The text was updated successfully, but these errors were encountered:
A set of small changes to accommodate to new directory setup.
Now builds Switch version without problem, and solves snesrev#266
Thanks a lot to @godreborn to help diagnose the problem here and SMW repo.
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:
was on repo root, so the reference
#include "snes/snes_regs.h"
was valid, but now these files are onsrc
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
The text was updated successfully, but these errors were encountered: