libnx/nx/include/switch
fincs 02fe78c71d Major buffer producer refactor, see details:
- Introduced NativeHandle (display/types.h)
- Introduced NvGraphicBuffer (nvidia/graphic_buffer.h)
- Renamed BqQueueBufferInput to BqBufferInput
- Renamed BqQueueBufferOutput to BqBufferOutput
- BqGraphicBuffer is now defined and marshalled in a way that matches
  official sw more closely, with a pointer to a NativeHandle instead of
  inline flattened data and other miscellaneous junk
- Const correctness fixes
- bqSetPreallocatedBuffer now has flattening logic for BqGraphicBuffer
- bqRequestBuffer doesn't have this logic for now, passing anything other
  than NULL will fail
- gfx.c updated to use the refactored buffer producer
2018-12-18 12:57:03 +01:00
..
arm arm: Rename armTickToNs(), etc 2018-12-17 16:06:23 +01:00
audio Added auddev and AudioDeviceName. 2018-11-02 16:04:09 -04:00
display Major buffer producer refactor, see details: 2018-12-18 12:57:03 +01:00
kernel Fix typo 2018-12-17 16:18:28 +01:00
nvidia Major buffer producer refactor, see details: 2018-12-18 12:57:03 +01:00
runtime fs: Add fsFsQueryEntry (and fsFsSetArchiveBit helper) (#202) 2018-11-09 22:03:47 -05:00
services Use LibraryAppletLaunchableEvent and handle LibraryApplet self-creation. Implemented LibraryApplet starting. 2018-12-17 20:23:43 -05:00
nacp.h Added nacpGetLanguageEntry and SetLanguage_Total. 2018-04-18 23:38:01 -04:00
nro.h Stylefix for nro 2018-02-26 02:10:49 +01:00
result.h wait.c: Fix no-timeout handling; use new kernel error result codes 2018-12-17 16:06:23 +01:00
types.h Remove ALIGN in favor of C11/C++11 alignas, guard other #defines against redefinition 2018-08-05 13:23:08 +02:00