citra-canary/src
Lioncash c47e1db46d kernel/object: Tighten object against data races
Despite being covered by a global mutex, we should still ensure that the
class handles its reference counts properly. This avoids potential
shenanigans when it comes to data races.

Given this is the root object that drives quite a bit of the kernel
object hierarchy, ensuring we always have the correct behavior (and no
races) is a good thing.
2018-08-31 00:14:48 +02:00
..
audio_core sink_details: Deduplicate long std::function repetition 2018-08-23 17:03:09 +02:00
citra Merge pull request #4126 from FearlessTobi/port-892 2018-08-26 12:00:55 -06:00
citra_qt Merge pull request #4130 from FearlessTobi/port-942 2018-08-26 12:22:34 -06:00
common Merge pull request #4059 from zhaowenlan1779/udp-input-ui 2018-08-26 11:56:50 -06:00
core kernel/object: Tighten object against data races 2018-08-31 00:14:48 +02:00
dedicated_room citra-room: Use the default OpenGL loader instead of SDL_GL_GetProcAddress 2018-04-06 20:27:47 +01:00
input_common Merge pull request #4059 from zhaowenlan1779/udp-input-ui 2018-08-26 11:56:50 -06:00
network network: fix 3 typos 2018-08-12 17:55:15 -05:00
tests Add system time configuration (#4043) 2018-08-26 11:47:45 -06:00
video_core video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
web_service web_service: Change authentication system to use JWT (#4041) 2018-08-25 21:39:23 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00