yuzu/src
Lioncash f59040d752 kernel/shared_memory: Get rid of the use of global accessor functions within Create()
Given we already pass in a reference to the kernel that the shared
memory instance is created under, we can just use that to check the
current process, rather than using the global accessor functions.

This allows removing direct dependency on the system instance entirely.
2019-03-04 16:52:36 -05:00
..
audio_core
common logging/backend: Make time_origin a class variable instead of a local static 2019-03-02 14:44:24 -05:00
core kernel/shared_memory: Get rid of the use of global accessor functions within Create() 2019-03-04 16:52:36 -05:00
input_common
tests
video_core Merge pull request #2165 from ReinUsesLisp/unbind-tex 2019-03-04 13:51:59 -05:00
web_service web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
yuzu Merge pull request #2154 from FearlessTobi/port-4647 2019-03-02 14:46:04 -05:00
yuzu_cmd
.clang-format
CMakeLists.txt