yuzu-fork/src
Lioncash accd1f17e4 kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory()
Part of the checking done by the kernel is to check if the given
address and size are 4KB aligned, as well as checking if the size isn't
zero. It also only allows mapping shared memory as readable or
read/write, but nothing else, and so we shouldn't allow mapping as
anything else either.
2018-09-13 23:07:23 -04:00
..
audio_core Merge pull request #1298 from lioncash/view 2018-09-12 18:24:57 -04:00
common common: Implement a ring buffer 2018-09-08 18:56:38 +01:00
core kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() 2018-09-13 23:07:23 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests common: Implement a ring buffer 2018-09-08 18:56:38 +01:00
video_core Use ARB_multi_bind for uniform buffers (#1287) 2018-09-12 20:27:43 -04:00
yuzu Use ARB_multi_bind for uniform buffers (#1287) 2018-09-12 20:27:43 -04:00
yuzu_cmd Use ARB_multi_bind for uniform buffers (#1287) 2018-09-12 20:27:43 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00