libnx/nx/include/switch
fincs 5fe01c065a Major refactor and redesign of nvidia wrapper objects, see details:
- NvBuffer replaced with NvMap, which only manages the creation of
  raw nvmap objects. Users must map these objects manually to
  address spaces.
- nvAddressSpaceBindToChannel removed.
- nvChannelSetNvmapFd is now automatic and has been removed.
- Nv3DContext, NvCmdList, NvErrorNotifier, NvGpfifo, NvGpu and
  NvZcullContext have all been removed.
- Introduced NvGpuChannel, which provides all functionality that was
  part of said removed objects.
- Other miscellaneous changes and fixes.
2018-12-19 19:33:31 +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 gfx: Add gfxAppendFence. Remove obsolete comments related to double buffering. 2018-09-16 18:03:35 +02:00
kernel Added eventActive(). 2018-12-19 12:56:01 -05:00
nvidia Major refactor and redesign of nvidia wrapper objects, see details: 2018-12-19 19:33:31 +01:00
runtime fs: Add fsFsQueryEntry (and fsFsSetArchiveBit helper) (#202) 2018-11-09 22:03:47 -05:00
services Use eventActive for g_appletLibraryAppletLaunchableEvent. Fixed _appletWaitLibraryAppletLaunchableEvent, and set rc to eventWait ret in _appletWaitLibraryAppletLaunchableEvent. Added appletHolderWaitInteractiveOut. 2018-12-19 13:00:40 -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