fincs
|
0e7755af01
|
Fix GPUCMD_AddSingleParam() C++ compatibility issue
|
2015-10-07 20:50:57 +02:00 |
|
fincs
|
8f0f83a417
|
Merge branch 'master' into great-refactor
|
2015-10-07 20:48:35 +02:00 |
|
fincs
|
b9e5ddb944
|
Merge pull request #188 from linkmauve/no-executable-makefiles
Remove the executable bit from examples’ Makefiles
|
2015-10-07 20:48:05 +02:00 |
|
Emmanuel Gil Peyrot
|
b2e01b17a1
|
Remove the executable bit from examples’ Makefiles
The normal way to invoke a Makefile is to run `make`, not to run the
Makefile directly. Besides they would be missing a shebang anyway.
|
2015-10-06 22:58:03 +01:00 |
|
Lectem
|
1a24e0e054
|
fixed some netinet/in.h formating
|
2015-10-06 12:53:29 -04:00 |
|
Lectem
|
034a27adaa
|
Protocol numbers and sockopt options
Protocol numbers are based on both RFC 1700 p.7 and the Internet Assigned Numbers Authority (IANA) http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
Those are to be used with the added sockopt options. The various options have been
tested with wireshark.
|
2015-10-06 11:13:29 -04:00 |
|
fincs
|
56a2712501
|
Docufixes
|
2015-10-06 11:47:28 +02:00 |
|
fincs
|
d9c133d28a
|
Merge pull request #186 from Steveice10/docs
Finish up basic documentation.
|
2015-10-06 11:26:37 +02:00 |
|
fincs
|
3f9f492ccc
|
Merge pull request #187 from Lectem/documentation
do not include internal structs in documentation
|
2015-10-06 11:25:52 +02:00 |
|
Lectem
|
e6dd7ac37d
|
do not include internal structs in doc
|
2015-10-05 23:00:24 -04:00 |
|
Steven Smith
|
fa5f3783ce
|
Finish up basic documentation.
|
2015-10-05 18:35:15 -07:00 |
|
fincs
|
f4cef43033
|
Whoops
|
2015-10-05 11:40:20 +02:00 |
|
fincs
|
66396c5777
|
Merge branch 'master' into great-refactor
|
2015-10-05 11:39:11 +02:00 |
|
fincs
|
0c12a709a9
|
Merge pull request #184 from Steveice10/docs
Document most of services.
|
2015-10-05 11:38:40 +02:00 |
|
fincs
|
d9f943ab7b
|
Merge pull request #183 from Lectem/patch-2
Allow documentation for static functions
|
2015-10-05 11:37:18 +02:00 |
|
Steven Smith
|
173d386795
|
Document most of services.
|
2015-10-04 22:27:43 -07:00 |
|
Lectem
|
83d78a0f7c
|
Allow documentation for static functions
This will show static functions such as the ones in the ipc.h header in the documentation.
|
2015-10-04 18:55:07 -04:00 |
|
fincs
|
c0b4a4bae1
|
Merge pull request #182 from Steveice10/docs
Finish documentation in include/3ds and include/3ds/util.
|
2015-10-05 00:07:48 +02:00 |
|
Steven Smith
|
d6962f2122
|
Doc consistency.
|
2015-10-04 14:08:02 -07:00 |
|
Steven Smith
|
2656225392
|
Finish documentation in include/3ds and include/3ds/util.
|
2015-10-04 13:48:26 -07:00 |
|
fincs
|
7fe0cba7e0
|
Merge pull request #181 from Steveice10/doxygen-format
Rewrite most documentation to be consistent in format.
|
2015-10-04 19:42:11 +02:00 |
|
Steven Smith
|
9a3baad7ed
|
Rewrite most documentation to be consistent in format.
|
2015-10-04 10:37:28 -07:00 |
|
fincs
|
b481e6a446
|
Merge branch 'master' into great-refactor
Conflicts:
libctru/include/3ds/services/hid.h
libctru/include/3ds/services/irrst.h
|
2015-10-04 17:37:19 +02:00 |
|
fincs
|
41c35375f5
|
Merge pull request #180 from Steveice10/master
Dynamically allocate shared memory.
|
2015-10-04 17:32:02 +02:00 |
|
Steven Smith
|
9fe9493701
|
Dynamically allocate shared memory.
|
2015-10-04 08:03:23 -07:00 |
|
fincs
|
8e052004d5
|
Merge branch 'master' into great-refactor
Conflicts:
libctru/include/3ds/services/gsp.h
libctru/source/services/gsp.c
|
2015-10-03 18:46:04 +02:00 |
|
fincs
|
5c7273ef3b
|
Merge pull request #176 from thedax/gspLcd
Implement some services from gsp::Lcd.
|
2015-10-03 18:42:50 +02:00 |
|
fincs
|
167f27cdc4
|
Merge pull request #179 from profi200/great-refactor
Renamed TitleList to AM_TitleEntry.
|
2015-10-03 18:41:10 +02:00 |
|
profi200
|
b9f7f74b58
|
Renamed TitleList to AM_TitleEntry.
|
2015-10-03 18:37:47 +02:00 |
|
fincs
|
5788134dc5
|
Fix broken srv code
|
2015-10-03 13:41:08 +02:00 |
|
fincs
|
7256f74320
|
Merge pull request #166 from Lectem/IPCrefactor
IPC refactor
|
2015-10-03 13:26:54 +02:00 |
|
Lectem
|
a117a287fd
|
Use IPC helpers for srv
|
2015-10-03 07:23:33 -04:00 |
|
Lectem
|
123d8c6d6e
|
Use IPC helpers for y2r
|
2015-10-03 06:59:19 -04:00 |
|
Lectem
|
deb7518153
|
Use IPC helpers for soc
|
2015-10-03 06:59:17 -04:00 |
|
Lectem
|
fa06930406
|
Use IPC helpers for qtm
|
2015-10-03 06:59:15 -04:00 |
|
Lectem
|
362a3fce41
|
Use IPC helpers for ptm
|
2015-10-03 06:59:13 -04:00 |
|
Lectem
|
64b32816cf
|
Use IPC helpers for ps
|
2015-10-03 06:59:11 -04:00 |
|
Lectem
|
8dd1bbb0ce
|
Use IPC helpers for pm
|
2015-10-03 06:59:10 -04:00 |
|
Lectem
|
d97d5f26a4
|
Use IPC helpers for ns
|
2015-10-03 06:59:08 -04:00 |
|
Lectem
|
04dd31220c
|
Use IPC helpers for news
|
2015-10-03 06:59:06 -04:00 |
|
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 |
|