Lectem
|
63f7918868
|
Use IPC helpers for mvd
|
2015-10-03 06:59:04 -04:00 |
|
Lectem
|
1863bc2e35
|
Use IPC helpers for mic
|
2015-10-03 06:59:02 -04:00 |
|
Lectem
|
a65ae90b36
|
Use IPC helpers for irrst
|
2015-10-03 06:59:00 -04:00 |
|
Lectem
|
8f00d34099
|
Use IPC helpers for ir
|
2015-10-03 06:58:58 -04:00 |
|
Lectem
|
8975e848d7
|
Use IPC helpers for httpc
|
2015-10-03 06:58:56 -04:00 |
|
Lectem
|
44d9f0e940
|
Use IPC helpers for hid
|
2015-10-03 06:58:54 -04:00 |
|
Lectem
|
db9d0a69eb
|
Use IPC helpers for hb
|
2015-10-03 06:58:52 -04:00 |
|
Lectem
|
5e6440b9b7
|
Use IPC helpers for fs
|
2015-10-03 06:58:43 -04:00 |
|
Lectem
|
d074d819ff
|
Use IPC helpers for csnd
|
2015-10-03 06:56:26 -04:00 |
|
Lectem
|
375f5e497d
|
Use IPC helpers for cfgu
|
2015-10-03 06:56:24 -04:00 |
|
Lectem
|
383acf6575
|
Use IPC helpers for cfgnor
|
2015-10-03 06:56:22 -04:00 |
|
Lectem
|
bc3ef580b2
|
Use IPC helpers for apt, and update some commands
|
2015-10-03 06:56:11 -04:00 |
|
Lectem
|
b9d51cbd87
|
Use IPC helpers for am
|
2015-10-03 06:43:47 -04:00 |
|
Lectem
|
1c002fc034
|
Use IPC helpers for ac
|
2015-10-03 06:43:45 -04:00 |
|
fincs
|
8912773f21
|
Merge branch 'master' into great-refactor
Conflicts:
libctru/include/3ds/services/apt.h
libctru/include/3ds/services/fs.h
libctru/source/services/apt.c
|
2015-10-03 12:39:09 +02:00 |
|
smea
|
c765e3b559
|
Update fs.c
|
2015-10-02 23:10:38 -07:00 |
|
smea
|
8e43355620
|
Merge branch 'patch-1' of github.com:smealum/ctrulib
|
2015-10-02 23:07:46 -07:00 |
|
smea
|
87b9d1302a
|
Added FSUSER_GetMediaType
|
2015-10-02 23:05:30 -07:00 |
|
smea
|
bfbeb7e6ba
|
Merge pull request #177 from suloku/patch-1
Implement APT_GetProgramID
|
2015-10-02 22:53:48 -07:00 |
|
thedax
|
04ddaff8cd
|
Return the svcSendSyncRquest value if not equal to zero.
Otherwise, return cmdbuf[1].
|
2015-10-02 21:01:19 -04:00 |
|
fincs
|
89e0bcd8cc
|
NDSP: add mechanism to load the component from an external source
|
2015-10-02 23:58:02 +02:00 |
|
fincs
|
f1ce480ed9
|
Add a work-in-progress API for using Nintendo's default DSP component
|
2015-10-02 21:54:18 +02:00 |
|
thedax
|
861c0a10b5
|
Change the enum to use BIT and replace u32 with the enum type.
|
2015-10-01 13:04:21 -04:00 |
|
suloku
|
b6817008ac
|
Update apt.c
|
2015-10-01 19:01:31 +02:00 |
|
suloku
|
76e3cb0721
|
Implement APT_GetProgramID
|
2015-10-01 17:19:13 +02:00 |
|
suloku
|
2dc74a81ab
|
Update apt.h
|
2015-10-01 17:18:17 +02:00 |
|
thedax
|
5426fba742
|
Add an enum to make using the gsp::Lcd service a little nicer.
|
2015-09-30 20:14:10 -04:00 |
|
thedax
|
7bad79e8b4
|
Implement some services from gsp::Lcd.
http://www.3dbrew.org/wiki/GSP_Services
|
2015-09-30 18:21:49 -04:00 |
|
fincs
|
9e43411a0e
|
LightLock: avoid the svcArbitrateAddress() call if no thread is waiting
|
2015-09-30 22:39:57 +02:00 |
|
fincs
|
abd104fae7
|
Initialize light primitive system if needed
|
2015-09-30 00:35:01 +02:00 |
|
fincs
|
72ea825b2d
|
Move __clrex/__ldrex/__strex to synchronization.h
|
2015-09-30 00:20:05 +02:00 |
|
fincs
|
95f63f280d
|
Add lightweight synchronization primitives
|
2015-09-30 00:07:42 +02:00 |
|
fincs
|
4603b972fa
|
Merge branch 'master' into great-refactor
Conflicts:
libctru/include/3ds/services/apt.h
libctru/source/services/apt.c
|
2015-09-29 23:21:45 +02:00 |
|
fincs
|
6590ed3fad
|
Merge pull request #170 from Lectem/patch-2
document ArbitrateAddress + update ArbitrationType
|
2015-09-29 23:18:21 +02:00 |
|
smea
|
56b56955c0
|
Update apt.h
|
2015-09-27 21:35:55 -07:00 |
|
smea
|
520332e49e
|
Update apt.h
|
2015-09-27 21:34:47 -07:00 |
|
smea
|
0c21183b7e
|
Merge pull request #174 from Megazig/master
implement APT_GetAppletInfo
|
2015-09-27 21:32:58 -07:00 |
|
megazig
|
27b5a49c59
|
implement APT_GetAppletInfo
|
2015-09-27 23:30:16 -05:00 |
|
smea
|
c6192c331b
|
Merge branch 'master' of github.com:smealum/ctrulib
|
2015-09-26 17:03:46 -07:00 |
|
smea
|
066d8873d3
|
added CFG_Region and CFG_Language enums
|
2015-09-26 17:03:42 -07:00 |
|
fincs
|
c9a75d6a18
|
DSP code format cleanup
|
2015-09-25 22:06:51 +02:00 |
|
fincs
|
649e95cd39
|
Merge branch 'master' into great-refactor
Conflicts:
libctru/include/3ds/services/apt.h
libctru/source/services/apt.c
|
2015-09-25 16:16:10 +02:00 |
|
yellows8
|
2b467b48b8
|
Implemented http service-cmd code for GetResponseHeader.
|
2015-09-24 13:04:18 -04:00 |
|
yellows8
|
31b724a431
|
Added APT_GetAppletProgramInfo.
|
2015-09-24 04:26:48 -04:00 |
|
fincs
|
04ab998f7a
|
Merge pull request #172 from Steveice10/master
Fix reading accelerometer and gyroscope entries.
|
2015-09-23 10:14:55 +02:00 |
|
Steven Smith
|
2836b696bd
|
Fix reading accelerometer and gyroscope entries.
|
2015-09-22 19:12:52 -07:00 |
|
Lectem
|
0a66043e56
|
document ArbitrateAddress + update ArbitrationType
This has been tested on n3ds 9.9.
|
2015-09-18 23:04:20 -04:00 |
|
fincs
|
cd05ca0887
|
Merge branch 'master' into great-refactor
|
2015-09-18 23:17:28 +02:00 |
|
fincs
|
bf1f162549
|
Add romfsInitFromFile()
|
2015-09-18 23:17:12 +02:00 |
|
fincs
|
6892a71eec
|
Restore service session parameter in FSUSER_Initialize()
|
2015-09-16 23:58:12 +02:00 |
|