yuzu/src
Lioncash 2f253986df kernel/svc: Correct behavior of svcResetSignal()
While partially correct, this service call allows the retrieved event to
be null, as it also uses the same handle to check if it was referring to
a Process instance. The previous two changes put the necessary machinery
in place to allow for this, so we can simply call those member functions
here and be done with it.
2018-12-04 20:14:59 -05:00
..
audio_core core: Port all current usages of Event to Readable/WritableEvent 2018-11-29 08:45:41 -05:00
common Merge pull request #1773 from lioncash/thread 2018-11-23 08:52:05 -08:00
core kernel/svc: Correct behavior of svcResetSignal() 2018-12-04 20:14:59 -05:00
input_common
tests
video_core Rewrited TEX/TEXS (TEX Scalar). (#1826) 2018-12-04 12:24:35 -05:00
web_service
yuzu kernel/object: Amend handle types to distinguish between readable and writable events 2018-12-04 02:20:47 -05:00
yuzu_cmd gl_rasterizer: Remove extension booleans 2018-11-28 21:18:13 -03:00
.clang-format
CMakeLists.txt