yuzu-fork/src
Lioncash 4f8756edd0 kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
The kernel caps the size limit of shared memory to 8589930496 bytes (or
(1GB - 512 bytes) * 8), so approximately 8GB, where every GB has a 512
byte sector taken off of it.

It also ensures the shared memory is created with either read or
read/write permissions for both permission types passed in, allowing the
remote permissions to also be set as "don't care".
2018-09-13 23:07:27 -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 creation of shared memory via svcCreateSharedMemory() 2018-09-13 23:07:27 -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