libnx/nx/source/runtime/devices
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
..
console_sw.c Refactor console device, see details: 2018-10-06 16:48:03 +02:00
console.c Refactor console device, see details: 2018-10-06 16:48:03 +02:00
convert_errno.c translate horizon errno to newlib errno 2018-06-14 18:25:52 -04:00
fs_dev.c adjust fsdev_fixpath for cwd changes (#132) 2018-07-19 11:31:51 -04:00
romfs_dev.c Stylefix for nro 2018-02-26 02:10:49 +01:00
socket.c socket: Correct missing break within _socketParseBsdResult() 2018-08-09 14:53:41 +02:00
usb_comms.c Stylefixes 2018-04-15 23:28:28 +02:00