Hexagon12
1126a652ff
Updated pctl:a with new service names.
2018-04-10 21:03:23 +03:00
Hexagon12
a0ea81c9aa
Updated nvmemp with new service names.
2018-04-10 20:28:15 +03:00
Hexagon12
f7e736e9f6
Updated nvdrv with more service names.
2018-04-10 20:26:49 +03:00
Hexagon12
1216b75c7c
Updated pl:u with more service names.
2018-04-10 20:23:21 +03:00
Hexagon12
1f126a9c9f
Updated hid with more service names.
2018-04-10 20:17:22 +03:00
Hexagon12
88e5b3df55
Updated friend:u with more service names.
2018-04-10 20:02:11 +03:00
Hexagon12
e03b079fa7
Updated the unknown name
2018-04-10 20:01:33 +03:00
Hexagon12
9ed350122e
Updated friend:a with more service names.
2018-04-10 20:00:36 +03:00
Hexagon12
137d71fc56
Updated fsp-srv with more service names.
2018-04-10 19:30:27 +03:00
Hexagon12
e026f47266
Updated CodecCtl with more service names.
2018-04-10 18:58:14 +03:00
Hexagon12
638cdd4bd7
Updated audren with more service names.
2018-04-10 18:56:57 +03:00
Hexagon12
98773f1477
Updated audrec with more service names.
2018-04-10 18:53:33 +03:00
Hexagon12
353e1de2fe
Updated audout with more service names.
2018-04-10 18:51:50 +03:00
Hexagon12
2c775922e6
Updated audin with more service names.
2018-04-10 18:47:52 +03:00
Hexagon12
b332b0e890
Updated AOC with more service names.
2018-04-10 18:42:28 +03:00
Hexagon12
289f2906dd
Updated AppletOE with more service names.
2018-04-10 18:41:17 +03:00
Hexagon12
c0c49c1421
Updated AppletAE with more service names.
2018-04-10 18:39:46 +03:00
Hexagon12
6e88b54e2a
Updated AM with more service names.
2018-04-10 18:36:00 +03:00
mailwl
fb3d5b0471
Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services
2018-04-10 10:18:52 +03:00
James Rowe
d610e175f2
Fix spelling of Initialize
2018-04-07 07:23:21 -06:00
N00byKing
71b31d407f
core, main.h: Abort on 32Bit ROMs ( #309 )
...
* core, main.h: Abort on 32Bit ROMs
* main.cpp: Fix Grammar
2018-04-06 11:06:32 -04:00
bunnei
9c4a7bf62b
svc: Stub out SetThreadActivity, GetThreadContext.
2018-04-02 23:51:01 -04:00
bunnei
33a3f940c0
audren_u: Stub out GetActiveAudioDeviceName.
2018-04-02 23:51:00 -04:00
bunnei
7c2a1097f8
audout_u: Implement GetAudioOutState.
2018-04-02 23:51:00 -04:00
bunnei
7a316538aa
nifm: GetResult does not return a data field.
2018-04-02 23:50:59 -04:00
bunnei
d8e0c85949
vi: Implement GetDisplayResolution.
2018-04-02 23:50:59 -04:00
bunnei
bfc67001b7
shared_memory: Remove incorrect 3ds-specific check.
2018-04-02 23:50:58 -04:00
bunnei
d87dd0316f
service: Add friend:u interface.
2018-04-02 23:50:57 -04:00
bunnei
cc327e32b9
Merge pull request #276 from N00byKing/acctoyuzu
...
Change Telemetry Names to yuzu and remove links to citra
2018-04-02 18:30:04 -04:00
bunnei
d5e1f138c1
Merge pull request #304 from daniellimws/fix-openbsd
...
Fix build on OpenBSD
2018-04-02 18:27:19 -04:00
N00byKing
b6ec5bb118
deconstructed_rom_directory.cpp: Fix Typo
2018-04-03 00:20:35 +02:00
Daniel Lim Wee Soong
8699344d4e
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
baa36dc137
Merge pull request #297 from bunnei/hid-touch-state
...
hid: Write empty touch screen state.
2018-04-02 13:05:34 -04:00
bunnei
a7cab18686
hid: Write empty touch screen state.
2018-04-01 00:12:07 -04:00
bunnei
ce9b073b91
hle_ipc, fsp_srv: Cleanup logging.
2018-03-31 23:30:00 -04:00
bunnei
613091e931
hid: Stub out GetSupportedNpadStyleSet.
2018-03-31 16:06:46 -04:00
bunnei
f3e4f7d8e8
hle_ipc: Do not ensure write buffer size.
2018-03-31 16:06:46 -04:00
bunnei
680b111613
fsp_srv: Implement GetSize and SetSize.
2018-03-31 16:06:45 -04:00
bunnei
db77ad437d
memory: Fix stack region.
2018-03-31 16:06:45 -04:00
bunnei
7951fd88c6
audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.
2018-03-29 21:23:24 -04:00
bunnei
a2d2d8a4a5
svc: Stub GetThreadCoreMask.
2018-03-29 21:23:15 -04:00
bunnei
66933861f9
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
e6f4c6d37c
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
N00byKing
759fb32201
telemetry_session.h: Reword Documentation Comment from citra to yuzu
2018-03-27 11:16:59 +02:00
N00byKing
30eb4f1877
Change Telemetry Names to yuzu
2018-03-27 11:16:59 +02:00
bunnei
ae6e5d70e2
settings: Remove unused CpuCore class.
2018-03-26 23:14:44 -04:00
bunnei
040c25c450
config: Use simplified checkbox (from Citra) for CPU JIT.
2018-03-26 23:02:37 -04:00
bunnei
53d6788636
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
2018-03-26 23:02:36 -04:00
bunnei
5bdcc0b0ce
config: Add setting for whether the system is docked or not.
2018-03-26 23:02:35 -04:00
bunnei
3e28cb9b06
memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.
2018-03-26 21:17:01 -04:00