240p-test-mini icon indicating copy to clipboard operation
240p-test-mini copied to clipboard

Add NDS port

Open Lorenzooone opened this issue 4 months ago • 5 comments

Separated version.

  • Changed various numbers to be dependant on the screen size, to make them work regardless of the system.
  • Changed certain macros that were used to have the same name as the NDS ones (if already present).
  • To have the graphics update for the bottom screen as well, various pieces of code had to be (sadly) duplicated. Where possible, functions were created, but that wasn't always the case.
  • Overscan's window had to be split in two subwindows due to multiple NDS bugs with windows.

Not specified, but due to a bug with swiUnpackBits in the current release of BlocksDS, a version > 0.14.0 must be used (so I built it using master for now). Hopefully an updated release is released soon!

Requires https://github.com/pinobatch/240p-test-mini/pull/52 to be merged in first (so the common commits are removed).

Lorenzooone avatar Mar 17 '24 07:03 Lorenzooone