yuzu/src/core/hle/service
Lioncash 03d5a5d9de software_keyboard: Resolve a pessimizing move warning
A std::vector created in place like this is already an rvalue and
doesn't need to be moved.
2020-08-14 09:14:54 -04:00
..
acc Merge pull request #4474 from lioncash/hle-profile 2020-08-04 13:51:15 +10:00
am software_keyboard: Resolve a pessimizing move warning 2020-08-14 09:14:54 -04:00
aoc aoc: Update function table (#4170) 2020-06-26 20:31:44 -04:00
apm
audio General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
bcat General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
bpc bpc: Update function tables (#4173) 2020-06-26 20:33:55 -04:00
btdrv btdrv: Update function table (#4174) 2020-06-26 20:34:29 -04:00
btm btm: Give better names for unknown functions 2020-06-27 10:42:46 +10:00
caps
erpt
es ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
eupld
fatal
fgm
filesystem minor nits 2020-07-31 11:02:59 -04:00
friend friend: Update function table 2020-06-27 12:39:10 +02:00
glue
grc Oops (fix typo) 2020-06-27 12:45:42 +02:00
hid core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
lbl lbl: Update function table 2020-06-27 12:43:33 +02:00
ldn ldn: Update function table 2020-06-27 12:50:56 +02:00
ldr service/ldr: Resolve sign mismatch warnings 2020-08-03 11:48:16 -04:00
lm
mig mig: Update function table 2020-06-27 12:53:59 +02:00
mii Merge pull request #4365 from lioncash/mii 2020-07-17 22:20:15 -04:00
mm mm: Update function table 2020-06-27 12:59:01 +02:00
ncm ncm: Update function table 2020-06-27 13:05:22 +02:00
nfc nfc: Update function table 2020-06-27 13:09:36 +02:00
nfp ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
nifm
nim Fix typo 2020-06-29 04:12:36 +02:00
npns service: Update function tables 2020-06-29 04:01:34 +02:00
ns Merge pull request #4203 from VolcaEM/services 2020-07-11 00:02:36 -04:00
nvdrv Merge pull request #4430 from bunnei/new-gpu-vmm 2020-08-04 18:44:26 -04:00
nvflinger General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
pcie service: Update function tables 2020-06-29 04:01:34 +02:00
pctl
pcv service: Update function tables 2020-06-29 04:01:34 +02:00
pm service: Update function tables 2020-06-29 04:01:34 +02:00
prepo Merge pull request #4203 from VolcaEM/services 2020-07-11 00:02:36 -04:00
psc service: Update function tables 2020-06-29 04:01:34 +02:00
ptm service: Update function tables 2020-06-29 04:01:34 +02:00
set ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
sm common/concepts: Rename IsBaseOf to DerivedFrom 2020-08-07 08:09:57 -04:00
sockets service: Update function tables 2020-06-29 04:01:34 +02:00
spl Merge pull request #4203 from VolcaEM/services 2020-07-11 00:02:36 -04:00
ssl
time ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
usb service: Update function tables 2020-06-29 04:01:34 +02:00
vi Merge pull request #4401 from ogniK5377/GetIndirectLayerImageRequiredMemoryInfo 2020-08-04 18:45:11 -04:00
wlan service: Update function tables 2020-06-29 04:01:34 +02:00
service.cpp
service.h