1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash c34efbbd60 core: Make CPUBarrier a unique_ptr instead of a shared_ptr
This will always outlive the Cpu instances, since it's destroyed after
we destroy the Cpu instances on shutdown, so there's no need for shared
ownership semantics here.
2018-10-15 09:11:47 -04:00
..
audio_core EffectOutStatus padding is now in hex 2018-10-09 11:20:54 +11:00
common Merge pull request #1424 from DarkLordZach/ips-witch 2018-10-08 12:30:33 -04:00
core core: Make CPUBarrier a unique_ptr instead of a shared_ptr 2018-10-15 09:11:47 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
video_core Merge pull request #1488 from Hexagon12/astc-types 2018-10-14 14:44:24 -04:00
web_service Review comments - part 5 2018-10-02 16:04:10 +02:00
yuzu Merge pull request #1490 from lioncash/boot 2018-10-14 14:44:49 -04:00
yuzu_cmd filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 2018-10-13 11:36:35 -04:00
.clang-format
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00