suyu/src/core/hle/service
Lioncash 46ba1bc40f externals: Place font data within cpp files
This places the font data within cpp files, which mitigates the
possibility of the font data being duplicated within the binary if it's
referred to in more than one translation unit in the future. It also
stores the data within a std::array, which is more flexible when it
comes to operating with the standard library.

Furthermore, it makes the data arrays const. This is what we want, as it
allows the compiler to store the data within the read-only segment. As
it is, having several large sections of mutable data like this just
leaves spots in memory that we can accidentally write to (via accidental
overruns, what have you) and actually have it work. This ensures the
font data remains the same no matter what.
2018-09-11 04:25:33 -04:00
..
acc acc: Replace profile_manager include with a forward declaration 2018-08-20 19:48:57 -04:00
am kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
aoc Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
apm service/apm: Add the apm:sys service 2018-08-07 10:05:26 -04:00
arp service: Add arp services 2018-08-04 18:01:12 -04:00
audio kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
bcat hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
bpc service: Add bpc and pcv services 2018-08-01 16:13:04 -04:00
btdrv service: Add the btdrv service 2018-07-26 18:06:17 -04:00
btm service/btm: Add basic implementation of GetCoreImpl() 2018-07-28 21:09:07 -04:00
caps service: Add capture services 2018-08-01 16:45:51 -04:00
erpt service: Add the erpt services 2018-07-25 22:13:39 -04:00
es service: Add the es service 2018-07-25 15:36:55 -04:00
eupld service: Add eupld services 2018-07-25 22:13:43 -04:00
fatal hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
fgm service: Add fgm services 2018-07-31 08:01:19 -04:00
filesystem bktr: Fix bucket overlap error 2018-09-04 17:01:54 -04:00
friend Stub UpdateUserPresence 2018-08-12 14:00:44 +10:00
grc service: Add the grc:c service 2018-07-26 09:53:58 -04:00
hid hid: Implement ReloadInputDevices 2018-09-09 00:57:41 +02:00
lbl service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode 2018-07-27 14:20:42 -04:00
ldn service: Add ldn services 2018-07-26 01:48:06 -04:00
ldr service: Add ldr services 2018-07-25 23:11:03 -04:00
lm lm: Use LOG_DEBUG for printing out trace logs 2018-08-15 01:07:41 -04:00
mig service: Add migration services 2018-08-02 10:09:45 -04:00
mii service: Add mii services 2018-07-27 16:01:29 -04:00
mm mm_u: Forward all old variants of functions to the new ones 2018-08-13 18:59:10 -04:00
ncm service: Add ncm services 2018-07-27 17:38:30 -04:00
nfc service/nfc: Implement Create[x]Interface functions 2018-07-27 15:12:08 -04:00
nfp kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
nifm kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
nim service: Add the nim services 2018-07-26 02:47:06 -04:00
ns externals: Place font data within cpp files 2018-09-11 04:25:33 -04:00
nvdrv video_core: Move command buffer loop. 2018-09-10 22:06:13 +02:00
nvflinger core: Make the main System class use the PImpl idiom 2018-08-31 07:16:57 -04:00
pcie service: Add the pcie service 2018-07-31 06:40:21 -04:00
pctl Added CheckFreeCommunicationPermission 2018-08-20 18:14:49 +10:00
pcv service: Add bpc and pcv services 2018-08-01 16:13:04 -04:00
pm Added GetBootMode (#1107) 2018-08-23 18:31:45 -04:00
prepo service/prepo: Add missing header guard 2018-07-18 19:43:28 -04:00
psc service: Add psc services 2018-08-01 23:31:27 -04:00
set set: Fixed GetAvailableLanguageCodes() to follow the max_entries 2018-08-26 00:11:13 -07:00
sm core/core: Remove unnecessary sm/controller include 2018-09-06 14:38:39 -04:00
sockets service/sockets: Add ethc:c and ethc:i services 2018-07-26 01:07:21 -04:00
spl hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
ssl ssl: Move SSL class to cpp file 2018-09-02 11:45:26 -04:00
time service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() 2018-08-07 03:18:07 -04:00
usb service: Add usb services 2018-08-07 03:14:03 -04:00
vi vi: Add std::is_trivially_copyable checks to Read and Write functions 2018-07-23 14:53:54 -04:00
wlan service: Add wlan services 2018-07-28 21:54:55 -04:00
service.cpp service: Remove unused g_kernel_named_ports variable 2018-09-09 22:10:54 -04:00
service.h service: Migrate global named port map to the KernelCore class 2018-09-02 12:35:30 -04:00