Go to file
fincs 1563df3921 Refactor console device, see details:
- Added ConsoleRenderer interface, which abstracts all relevant
  operations needed to set up and write characters to a text mode display
- ConsoleFont now has tileWidth/tileHeight parameters
- PrintConsole now holds a pointer to a ConsoleRenderer
- Added consoleExit for deinitializing the console
- Added consoleUpdate for updating the display every frame
- Corrected lots of obsolete/outdated comments
- Separated console software renderer into its own file (console_sw.c)
- Added getDefaultConsoleRenderer weak function, for selecting the
  default console renderer when none (NULL) is specified in PrintConsole
- Software renderer now takes care of gfxInitDefault/gfxExit
- All these changes are backwards compatible with older programs because:
  - gfxInitDefault has double-init protection
  - Old programs don't call consoleUpdate/Exit, but their implementation
    in the software renderer is identical to what old programs were
    already doing anyway
2018-10-06 16:48:03 +02:00
nx Refactor console device, see details: 2018-10-06 16:48:03 +02:00
.doozer.json CI: remove switch-examples from build 2018-09-15 21:04:58 +02:00
.gitignore Start doxygen bringup, with some miscellaneous cleanup 2018-02-10 22:40:11 +01:00
Changelog.md Release v1.4.1 2018-09-18 17:56:11 +02:00
CODESTYLE.md Amend codestyle 2018-02-26 03:16:54 +01:00
LICENSE.md Start doxygen bringup, with some miscellaneous cleanup 2018-02-10 22:40:11 +01:00
Makefile base_tools & base_rules move to devkitA64 2018-01-28 03:09:43 +01:00
README.md update default app icon 2018-02-24 00:01:37 +01:00

Nintendo Switch AArch64-only userland library.

Based on libctru.

Build status

Install instructions

See Switchbrew.