smea
|
89fc70f076
|
fixed bug which caused gsp shared mem to never be unmapped when using gfx
|
2015-10-20 23:03:49 -07:00 |
|
smea
|
bba6b90ba0
|
fixed bug which caused gsp shared mem to never be unmapped when using gfx
|
2015-10-20 23:03:03 -07:00 |
|
fincs
|
07d5367ed4
|
Some additions to NDSP code (thanks to Lectem)
|
2015-10-18 23:06:11 +02:00 |
|
fincs
|
807e3db7f2
|
Merge branch 'master' into great-refactor
|
2015-10-11 23:49:25 +02:00 |
|
fincs
|
e12c8ff6a6
|
Add code to manage New 3DS CPU speedup
# Conflicts:
# libctru/include/3ds/os.h
# libctru/include/3ds/services/ptm.h
|
2015-10-11 23:47:23 +02:00 |
|
fincs
|
942ec4af9b
|
Add code to manage New 3DS CPU speedup
|
2015-10-11 23:44:10 +02:00 |
|
fincs
|
3cb20a965b
|
Do not include the source folder in Doxygen, tidy up README.md
|
2015-10-10 02:04:16 +02:00 |
|
fincs
|
839289378b
|
Remove Doxygen version tag due to generated files being changed for every single commit
|
2015-10-10 01:56:39 +02:00 |
|
fincs
|
5e7fe49422
|
Merge pull request #193 from Lectem/patch-2
Document the loop behaviour of csndPlaySound
|
2015-10-10 01:44:27 +02:00 |
|
Lectem
|
f14d5721eb
|
Document the loop behaviour of csndPlaySound
|
2015-10-09 19:41:29 -04:00 |
|
fincs
|
b5009a3430
|
Merge branch 'great-refactor' of github.com:smealum/ctrulib into great-refactor
|
2015-10-10 00:13:42 +02:00 |
|
fincs
|
80c76ee8d7
|
Add encrypted token for Travis CI documentation building
|
2015-10-10 00:13:05 +02:00 |
|
fincs
|
818cd4ac39
|
Merge remote-tracking branch 'Lectem/travis_ci' into great-refactor
|
2015-10-10 00:10:17 +02:00 |
|
Lectem
|
5f648ff9d4
|
add commit number and readme.md to doc
|
2015-10-09 17:58:42 -04:00 |
|
Lectem
|
0c2a52a467
|
travis CI
|
2015-10-09 17:58:34 -04:00 |
|
Lectem
|
be64a95c74
|
Added INADDR_LOOPBACK define
|
2015-10-09 13:37:01 -04:00 |
|
fincs
|
791da049d5
|
Merge pull request #191 from Steveice10/great-refactor
Fix DSP_SendData writing the value to the wrong index.
|
2015-10-09 10:18:08 +02:00 |
|
Steven Smith
|
a5ad20cc46
|
Fix DSP_SendData writing the value to the wrong index.
|
2015-10-08 23:04:13 -07:00 |
|
fincs
|
5d33682b7a
|
Merge pull request #190 from Sahnvour/great-refactor
Fix NDSP enums for C++.
|
2015-10-08 00:54:01 +02:00 |
|
Antoine Vugliano
|
b46e0c6a15
|
Fix NDSP enums for C++.
|
2015-10-08 00:43:58 +02:00 |
|
fincs
|
c25e04295a
|
Clean up svc.s
|
2015-10-07 23:32:20 +02:00 |
|
fincs
|
506d9205f3
|
Merge pull request #189 from Lectem/fix_cpp
fixed enums for c++
|
2015-10-07 22:03:08 +02:00 |
|
Lectem
|
13adb6a1c2
|
fixed enums for c++
|
2015-10-07 16:00:19 -04:00 |
|
fincs
|
141703b4ee
|
Fix potential race condition in LightLock_Unlock() (spotted by mtheall)
|
2015-10-07 21:48:26 +02:00 |
|
Lectem
|
70e7fb35bc
|
fix SOL_SOCKET level options
|
2015-10-07 15:23:24 -04:00 |
|
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 |
|