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
In dsi.cpp the symbol REG_DSIMODE cannot be found. I got around this for my needs by just removing that reference since I'm not using DSI in this case.
arm9/source/dsi.cpp:34:10 error: 'REG_DSIMODE' was not declared in this scope; did you mean 'REG_IME'?
34 | return (REG_DSIMODE) != 0) ? true : false;
| ^~~~~~~~~
| REG_IME
The text was updated successfully, but these errors were encountered:
In
dsi.cpp
the symbolREG_DSIMODE
cannot be found. I got around this for my needs by just removing that reference since I'm not using DSI in this case.The text was updated successfully, but these errors were encountered: