libnx/nx/include/switch
fincs e7ae7ea846 nv wrappers: Handle cacheability settings properly, more details:
- nvAddressSpaceMapBuffer now accepts a flags parameter instead of
  hardcoding NvMapBufferFlags_IsCacheable.
- NvBufferFlags was incorrect and was thus removed.
- nvBufferCreate/nvBufferCreateRw replaced with nvBufferCreate, with
  an extra 'is_cacheable' bool parameter. There's no such thing as a
  "read-only/read-write" buffer.
- nvBufferMakeCpuUncached/nvBufferMakeCpuCached were removed.
2018-09-14 18:09:58 +02:00
..
arm arm/counter.h: add armGetSystemTickFreq 2018-08-31 13:05:21 +02:00
audio Add audio/ ("AudioDriver"), a high level wrapper around audren 2018-08-31 13:05:21 +02:00
display gfx: Remove gfxSetDrawFlip. Make 0 the default transform instead of FLIP_V. 2018-08-31 20:14:50 +02:00
kernel kernel/ipc.h: add ipcCloneSession 2018-09-14 01:35:24 +02:00
nvidia nv wrappers: Handle cacheability settings properly, more details: 2018-09-14 18:09:58 +02:00
runtime implement nxlink stdio redirect (#94) 2018-05-17 00:22:47 +02:00
services nv: add cloned session handle used with certain requests; add Ioctl2 2018-09-14 02:15:24 +02: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 Introduce Module_LibnxBinder result codes (based on Android status_t) and binderConvertErrorCode 2018-08-31 13:59:18 +02: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