2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/service
Lioncash b0df09335c
service/sm: Take std::string by const reference in UnregisterService
Avoids the need to create a copy of the std::string instance
(potentially allocating).

The only reason RegisterService takes its argument by value is because
it's std::moved internally.
2018-11-24 00:08:13 -05:00
..
acc Merge pull request #1697 from lioncash/acc 2018-11-14 19:02:25 -08:00
am Merge pull request #1708 from ogniK5377/res-scale 2018-11-23 23:32:19 -05:00
aoc
apm
arp
audio audout_u: Add support for multiple IAudioOut streams. 2018-11-22 00:53:39 -05:00
bcat
bpc
btdrv Added various bluetooth based cmds for palma 2018-11-17 01:42:17 +11:00
btm Added various bluetooth based cmds for palma 2018-11-17 01:42:17 +11:00
caps service: Add capture services 2018-08-01 16:45:51 -04:00
erpt
es
eupld
fatal
fgm
filesystem filesystem: Clear registered union paths on factory creation 2018-11-18 23:31:30 -05:00
friend
grc
hid debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 2018-11-22 12:23:43 -05:00
lbl
ldn
ldr ldr: Clean up error codes 2018-11-19 08:12:25 -05:00
lm lm: Implement SetDestination by doing nothing 2018-11-19 18:09:40 -05:00
mig
mii
mm
ncm
nfc
nfp nfp: Correct erroneous sizeof expression within GetTagInfo() 2018-11-14 12:53:39 -05:00
nifm
nim
npns
ns pl_u: Resize buffers in shared font data getter to what game requests 2018-11-15 12:47:36 -05:00
nvdrv nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 2018-11-21 11:43:25 -05:00
nvflinger
pcie
pctl
pcv
pm
prepo
psc
ptm
set
sm service/sm: Take std::string by const reference in UnregisterService 2018-11-24 00:08:13 -05:00
sockets
spl csrng: Use random integer distribution instead of raw engine 2018-11-15 18:44:26 -05:00
ssl
time Implemented CalculateStandardUserSystemClockDifferenceByUser 2018-11-17 14:01:16 +11:00
usb
vi Merge pull request #1708 from ogniK5377/res-scale 2018-11-23 23:32:19 -05:00
wlan
service.cpp service: Mark MakeFunctionString with the [[maybe_unused]] attribute. 2018-11-14 00:49:04 -05:00
service.h