Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NesDS not working on Nintendo Macro with Twilight menu #6

Open
hpmulder opened this issue Mar 30, 2023 · 0 comments
Open

NesDS not working on Nintendo Macro with Twilight menu #6

hpmulder opened this issue Mar 30, 2023 · 0 comments

Comments

@hpmulder
Copy link

hpmulder commented Mar 30, 2023

NesDS has the ScreenSwap option, but this is ignored when launching a rom via arguments (like Twilight menu does). This makes it impossible to use NesDS on a Nintendo Macro, which has no upper screen.

I checked the code, the fix might be as simple as doing this in arm9main.c:

if(!bootext()) {
	//chdir("/");
	do_rommenu(); //show a menu selecting rom files.
}
else
	hideconsole(); // make sure all ini-file settings are applied.

But I am unable to check this, as I cannot get the toolchain to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant