Commit Graph

1195 Commits

Author SHA1 Message Date
b7369f99ec Merge pull request #319 from Hexagon12/service-name-fix
Various service name fixes - part 1
2018-04-13 00:25:32 -04:00
39f75350bb Service/SSL: update service according switchbrew 2018-04-11 19:17:18 +03:00
cc89b7bfcb Various fixes and clang 2018-04-11 14:48:56 +03:00
a155d3b7ff Decimal change 2018-04-10 21:21:00 +03:00
88f1fe79c6 Updated pctl:a with new service names. 2018-04-10 21:03:23 +03:00
177bdb94df Updated nvmemp with new service names. 2018-04-10 20:28:15 +03:00
4d1a2509df Updated nvdrv with more service names. 2018-04-10 20:26:49 +03:00
ac50d2cd60 Updated pl:u with more service names. 2018-04-10 20:23:21 +03:00
2d2de1422e Updated hid with more service names. 2018-04-10 20:17:22 +03:00
9e2f30ab4a Updated friend:u with more service names. 2018-04-10 20:02:11 +03:00
be50a6ceef Updated the unknown name 2018-04-10 20:01:33 +03:00
7788178f01 Updated friend:a with more service names. 2018-04-10 20:00:36 +03:00
ae5e2d07c6 Updated fsp-srv with more service names. 2018-04-10 19:30:27 +03:00
ee3ca32fa3 Updated CodecCtl with more service names. 2018-04-10 18:58:14 +03:00
ed2da0ef70 Updated audren with more service names. 2018-04-10 18:56:57 +03:00
c0011fdacd Updated audrec with more service names. 2018-04-10 18:53:33 +03:00
a886e3bc2a Updated audout with more service names. 2018-04-10 18:51:50 +03:00
4cf4a5ecdc Updated audin with more service names. 2018-04-10 18:47:52 +03:00
c79c9755b4 Updated AOC with more service names. 2018-04-10 18:42:28 +03:00
434cffa37d Updated AppletOE with more service names. 2018-04-10 18:41:17 +03:00
0cc2e7d81d Updated AppletAE with more service names. 2018-04-10 18:39:46 +03:00
84d39530cf Updated AM with more service names. 2018-04-10 18:36:00 +03:00
3769a80fac Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services 2018-04-10 10:18:52 +03:00
f16eb90b8f Fix spelling of Initialize 2018-04-07 07:23:21 -06:00
4c0cf3d5ff audren_u: Stub out GetActiveAudioDeviceName. 2018-04-02 23:51:00 -04:00
3d4dfefaec audout_u: Implement GetAudioOutState. 2018-04-02 23:51:00 -04:00
910b02d74b nifm: GetResult does not return a data field. 2018-04-02 23:50:59 -04:00
9d08a11c1d vi: Implement GetDisplayResolution. 2018-04-02 23:50:59 -04:00
9eb485702f service: Add friend:u interface. 2018-04-02 23:50:57 -04:00
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
6022bc8394 Merge pull request #297 from bunnei/hid-touch-state
hid: Write empty touch screen state.
2018-04-02 13:05:34 -04:00
72b90494e7 hid: Write empty touch screen state. 2018-04-01 00:12:07 -04:00
f4ba523992 hle_ipc, fsp_srv: Cleanup logging. 2018-03-31 23:30:00 -04:00
b6b7d78ded hid: Stub out GetSupportedNpadStyleSet. 2018-03-31 16:06:46 -04:00
88582b84a5 fsp_srv: Implement GetSize and SetSize. 2018-03-31 16:06:45 -04:00
86095e62cc audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. 2018-03-29 21:23:24 -04:00
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
5ecf152c8e config: Rename is_docked to use_docked_mode to be consistent with other config bools. 2018-03-26 23:02:36 -04:00
12b05c719e config: Add setting for whether the system is docked or not. 2018-03-26 23:02:35 -04:00
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
692639e9b7 Service/sockets: add bsd:s, nsd:a, nsd:u services 2018-03-25 12:41:00 +03:00
6f27edccb2 audren_u: Fix GetAudioDevice. 2018-03-25 03:24:20 -04:00
bde3e667be hid: Stub out SetNpadJoyAssignmentModeDual. 2018-03-25 03:24:05 -04:00
868f7f18b9 pl_u: Add RequestLoad. 2018-03-25 03:23:52 -04:00
a10baacf9e Merge pull request #265 from bunnei/tegra-progress-2
Tegra progress 2
2018-03-23 23:30:48 -04:00
a397a9e9a4 Merge pull request #255 from Subv/sd_card
FS: Implemented access to the SD card
2018-03-23 20:48:26 -04:00
054393917e renderer_opengl: Fixes for properly flushing & rendering the framebuffer. 2018-03-23 15:49:04 -04:00
ec4e1a3685 renderer_opengl: Better handling of framebuffer transform flags. 2018-03-23 14:58:27 -04:00
9ee33350de Service/SSL: add ssl service 2018-03-23 09:32:50 +03:00
e12c2cf8c6 nvdisp_disp0: Always flush and invalidate framebuffer region.
- Workaround for texture forwarding until we have a better place.
2018-03-22 23:18:04 -04:00