yuzu-mainline/src/core/hle
Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable
ProfileInfo is quite a large struct in terms of data, and we don't need
to perform a copy in these instances, so we can just pass constant
references instead.
2018-08-20 19:48:57 -04:00
..
kernel Merge pull request #1051 from B3n30/UnscheduleEventThreadsafe 2018-08-15 18:25:30 -04:00
service profile_manager: Take ProfileInfo by const reference where applicable 2018-08-20 19:48:57 -04:00
ipc_helpers.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
ipc.h
lock.cpp
lock.h
result.h