Files
2021-09-05 18:25:59 -05:00

785 B

Universal-Core (NDS) by Universal-Team

This contains the GUI & Core part for our DS(i) Applications.

Config Defines

#define the following in UNIVCORE_CONFIG.h to alter specific things.

  • UNIVCORE_TEXT_BUFFERED to have the text be first rendered to a buffer before drawing to the screen with Font::update()
  • UNIVCORE_3DS_SIZE to make all X and Y positions use the 3DS resolution
  • UNIVCORE_FONT_COUNT the number of font sizes to load, default 3 (Large, Medium, Small)

Logo created by: TotallyNotGuy.

Universal-Core-Logo

Licensing: This software is licensed under the terms of the GPLv3. You can find a copy of the license in the LICENSE file.