Commit Graph

1921 Commits

Author SHA1 Message Date
Hexagon12
de738e5ccf Updated hid with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
b3ae8f73d0 Updated friend:u with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
74dcb7b77e Updated the unknown name 2018-04-13 15:04:49 +03:00
Hexagon12
698e918d70 Updated friend:a with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
b1c2defe36 Updated fsp-srv with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
a436221d41 Updated CodecCtl with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
ccd01ceb28 Updated audren with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
f2ebbef83b Updated audrec with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
8373fcc432 Updated audout with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
79cbc87bd9 Updated audin with more service names. 2018-04-13 15:04:49 +03:00
Hexagon12
6c8e923eaf Updated AOC with more service names. 2018-04-13 15:04:48 +03:00
Hexagon12
712c1fe04c Updated AppletOE with more service names. 2018-04-13 15:04:48 +03:00
Hexagon12
34af54ebc7 Updated AppletAE with more service names. 2018-04-13 15:04:48 +03:00
Hexagon12
d0825a8f00 Updated AM with more service names. 2018-04-13 15:04:48 +03:00
mailwl
542936354a Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services 2018-04-13 15:04:48 +03:00
Hexagon12
b1c17b1b5d fixup! SVC 0x00 should exist 2018-04-11 17:51:00 +03:00
Hexagon12
56ca0a2402 Updated VI with more service names 2018-04-11 16:58:24 +03:00
Hexagon12
2968e4c1f6 Updated time with more service names 2018-04-11 16:05:31 +03:00
Hexagon12
76b7a4225c Updated SPL with more service names 2018-04-11 15:44:23 +03:00
Hexagon12
af5644eb15 Updated sockets with more service names 2018-04-11 15:37:46 +03:00
Hexagon12
6504becfee Updated set with more service names 2018-04-11 15:24:23 +03:00
Hexagon12
a929211b96 Updated SVC with more service names 2018-04-11 15:10:01 +03:00
James Rowe
f16eb90b8f Fix spelling of Initialize 2018-04-07 07:23:21 -06:00
bunnei
40bccd74d3 svc: Stub out SetThreadActivity, GetThreadContext. 2018-04-02 23:51:01 -04:00
bunnei
4c0cf3d5ff audren_u: Stub out GetActiveAudioDeviceName. 2018-04-02 23:51:00 -04:00
bunnei
3d4dfefaec audout_u: Implement GetAudioOutState. 2018-04-02 23:51:00 -04:00
bunnei
910b02d74b nifm: GetResult does not return a data field. 2018-04-02 23:50:59 -04:00
bunnei
9d08a11c1d vi: Implement GetDisplayResolution. 2018-04-02 23:50:59 -04:00
bunnei
99ae9dbf49 shared_memory: Remove incorrect 3ds-specific check. 2018-04-02 23:50:58 -04:00
bunnei
9eb485702f service: Add friend:u interface. 2018-04-02 23:50:57 -04:00
Daniel Lim Wee Soong
c9845c486e externals: Update fmt to 4d35f94
Versions prior to this didn't compile on OpenBSD due to unconditional
use of the non-standard strtod_l() function.

The fmt::MemoryWriter API has been removed in the intervening
versions, so replace its use with fmt::memory_buffer and fmt::format_to.

The library also no longer provides the fmt::fmt ALIAS, so define
it in externals/CMakeLists.txt.
2018-04-03 02:49:58 +08:00
bunnei
6022bc8394 Merge pull request #297 from bunnei/hid-touch-state
hid: Write empty touch screen state.
2018-04-02 13:05:34 -04:00
bunnei
72b90494e7 hid: Write empty touch screen state. 2018-04-01 00:12:07 -04:00
bunnei
f4ba523992 hle_ipc, fsp_srv: Cleanup logging. 2018-03-31 23:30:00 -04:00
bunnei
b6b7d78ded hid: Stub out GetSupportedNpadStyleSet. 2018-03-31 16:06:46 -04:00
bunnei
eef097bdc7 hle_ipc: Do not ensure write buffer size. 2018-03-31 16:06:46 -04:00
bunnei
88582b84a5 fsp_srv: Implement GetSize and SetSize. 2018-03-31 16:06:45 -04:00
bunnei
b27ab46bde memory: Fix stack region. 2018-03-31 16:06:45 -04:00
bunnei
86095e62cc audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. 2018-03-29 21:23:24 -04:00
bunnei
f6893969b3 svc: Stub GetThreadCoreMask. 2018-03-29 21:23:15 -04:00
bunnei
deaf6f9e35 service: Add NFP module interface.
service: Initialize NFP service.

Log: Add NFP service as a log subtype.
2018-03-29 21:22:44 -04:00
Lioncash
36e60c217a result: Check against self-assignment in ResultVal's copy assignment operator
Avoids doing work that doesn't need to be done.
2018-03-28 18:02:44 -04:00
bunnei
5ecf152c8e config: Rename is_docked to use_docked_mode to be consistent with other config bools. 2018-03-26 23:02:36 -04:00
bunnei
12b05c719e config: Add setting for whether the system is docked or not. 2018-03-26 23:02:35 -04:00
bunnei
8c8da93693 Merge pull request #280 from bunnei/misc-service-fixes
Minor changes to VI, PL, HID, and AUDREN
2018-03-25 17:07:06 -04:00
mailwl
692639e9b7 Service/sockets: add bsd:s, nsd:a, nsd:u services 2018-03-25 12:41:00 +03:00
bunnei
6f27edccb2 audren_u: Fix GetAudioDevice. 2018-03-25 03:24:20 -04:00
bunnei
bde3e667be hid: Stub out SetNpadJoyAssignmentModeDual. 2018-03-25 03:24:05 -04:00
bunnei
868f7f18b9 pl_u: Add RequestLoad. 2018-03-25 03:23:52 -04:00
bunnei
a10baacf9e Merge pull request #265 from bunnei/tegra-progress-2
Tegra progress 2
2018-03-23 23:30:48 -04:00