libnx/nx/source
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 Improve atomics 2018-03-10 14:41:06 +01: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 Implement kernelAbove600() 2018-09-09 19:55:12 +02:00
nvidia nv wrappers: Handle cacheability settings properly, more details: 2018-09-14 18:09:58 +02:00
runtime console: disable forced flush/swap/vblank due to performance reasons 2018-09-08 14:19:24 +02:00
services nv: add cloned session handle used with certain requests; add Ioctl2 2018-09-14 02:15:24 +02:00
internal.h ARM cache operations 2018-01-22 20:29:49 +01:00