citra/src/core/hle/service
Lioncash 39fcc3a589 service: Mark MakeFunctionString with the [[maybe_unused]] attribute.
When yuzu is compiled in release mode this function is unused, however,
when compiled in debug mode, it's used within a LOG_TRACE statement.
This prevents erroneous compilation warnings about an unused function
(that isn't actually totally unused).
2018-11-17 16:41:10 +01:00
..
ac Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
act Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
am Kernel: pass ref to session pair 2018-10-18 21:41:36 -04:00
apt Kernel, APT: SharedFont/SharedMemoryOnSharedDevice should always use old linear heap VAddr 2018-11-08 00:19:19 -05:00
boss Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00
cam CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
cecd kernel/process: move current process to kernel instance 2018-10-22 21:32:34 -04:00
cfg Add GetModule() helper functions, for HID, CAM, and CFG 2018-10-12 11:50:50 +02:00
csnd kernel: pass ref to shared memory 2018-10-18 21:41:36 -04:00
dlp Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
dsp Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00
frd Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
fs Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager 2018-10-26 16:07:11 -04:00
gsp GSP: uses a dedicate VirtualToPhysical converter 2018-11-13 11:24:46 -05:00
hid Add CheatEngine and support for Gateway cheats (#4406) 2018-11-16 18:01:10 -07:00
ir CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
ldr_ro ldr_ro: properly map CRS/CRO buffer 2018-11-11 12:39:05 -05:00
mvd Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
ndm Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
news Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
nfc nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
nim Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00
ns Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
nwm CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
pm Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
ps Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
ptm Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
pxi Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
qtm Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
sm Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager 2018-10-26 16:07:11 -04:00
err_f.cpp Kernel: pass ref to port 2018-10-18 21:41:36 -04:00
err_f.h Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
http_c.cpp Merge pull request #4304 from B3n30/std_optional 2018-10-11 12:40:00 -04:00
http_c.h Merge pull request #4304 from B3n30/std_optional 2018-10-11 12:40:00 -04:00
mic_u.cpp Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00
mic_u.h Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00
service.cpp service: Mark MakeFunctionString with the [[maybe_unused]] attribute. 2018-11-17 16:41:10 +01:00
service.h Service, Kernel: move named port list to kernel 2018-11-01 12:56:40 -04:00
soc_u.cpp Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
soc_u.h Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
ssl_c.cpp Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
ssl_c.h Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
y2r_u.cpp Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00
y2r_u.h Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00