Skip to content
New issue

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

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

Already on GitHub? # to your account

Code should be updated for modern versions of nxdk #3

Open
JayFoxRox opened this issue May 8, 2020 · 0 comments
Open

Code should be updated for modern versions of nxdk #3

JayFoxRox opened this issue May 8, 2020 · 0 comments

Comments

@JayFoxRox
Copy link
Member

nxdk had a lot of changes since this was originally made:

  • "stdio.h" should be included as <stdio.h>.
  • <xboxrt/debug.h> moved to <hal/debug.h>.
  • Windows Sleep should be used instead of XSleep.
  • For exit, just return from main.
  • Wildcards in makefile are discouraged.
  • pbkit is not necessary for just using debugPrint (not a change in nxdk, but in how we recommend it)
  • NXDK_DIR should already be set when the Makefile is started, to allow compilation out-of-tree. (not a change in nxdk yet, but a good rule in general)

Recompiling will also improve the font (soon, see upstream nxdk PRs) and include fixes to video-modes (which otherwise prevent nxdk applications from working with some EEPROM and cable configurations).

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

No branches or pull requests

1 participant