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
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
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
bf1f162549
Add romfsInitFromFile()
2015-09-18 23:17:12 +02:00
smea
43e1137148
Merge pull request #169 from yuriks/gsp-racecond
...
GSP: Use atomics in interrupt reading loop
2015-09-14 22:52:08 -07:00
Yuri Kunde Schlesner
d08707e3ca
GSP: Use atomics in interrupt reading loop
2015-09-15 02:44:40 -03:00
fincs
ce59e60193
Merge pull request #161 from Steveice10/master
...
Add cam:u support and basic documentation.
2015-09-09 01:45:32 +02:00
Steven Smith
9d3b139255
Add cam:u support and basic documentation.
2015-09-08 16:26:56 -07:00
fincs
eb87524cd4
Merge pull request #163 from Megazig/master
...
added new NS_APPID values for latest apt module
2015-09-08 20:54:08 +02:00
megazig
6d1f409dfd
added new NS_APPID values for latest apt module
2015-09-08 12:02:45 -05:00
fincs
e352f3befd
Change default linear/VRAM mem alignment to 0x80 (for GPU textures)
2015-09-07 12:37:55 +02:00
fincs
57eb921f1a
Merge pull request #162 from yuriks/float-conversions
...
GPU: Clean up float conversion functions
2015-09-05 22:09:33 +02:00
Yuri Kunde Schlesner
407dcd141d
GPU: Clean up float conversion functions
2015-09-05 16:55:45 -03:00
fincs
11a5001f33
Correct GPU_DrawArray() parameter order, fix GPU examples
2015-09-05 18:02:06 +02:00
fincs
2e43fd1a40
Merge pull request #155 from Subv/vertex_offset
...
Use register 0x22A (GPUREG_DRAW_VERTEX_OFFSET) when using GPU_DrawArrays
2015-09-05 17:59:37 +02:00
fincs
6b45f5a01c
Merge pull request #157 from endrift/master
...
Fix building on FreeBSD
2015-09-05 17:50:12 +02:00
fincs
e7e21fa9d5
Merge pull request #159 from Lectem/documentation
...
documentation for the soc service and svcCreateMemoryBlock
2015-09-05 17:46:49 +02:00
fincs
2a0e9655a6
Merge pull request #156 from Dazzozo/yay-svcs
...
svc: add a few more SVC bindings
2015-09-05 17:45:37 +02:00
fincs
50541234b4
Merge pull request #150 from Megazig/master
...
PS service key type and socket functionality
2015-09-05 17:44:26 +02:00
Lectem
6ca0ab50dd
documentation for svcCreateMemoryBlock
2015-08-28 14:55:49 -04:00
Lectem
84d368918e
documentation for the soc service
2015-08-28 14:55:40 -04:00
fincs
6b3e38de77
Add RomFS example
2015-08-28 01:19:19 +02:00
fincs
a046b5a19f
romfs_dev.c: use correct file closing function
2015-08-27 21:16:27 +02:00
fincs
570ea2ebd2
Add work in progress RomFS driver/devoptab
2015-08-27 20:53:08 +02:00
Jeffrey Pfau
0eac970aa1
Fix building on FreeBSD
2015-08-27 01:04:32 -07:00
Daz Jones
debe7a7553
svc: add a few more SVC bindings
...
Mostly debug and IPC related.
2015-08-23 20:29:23 +01:00
Subv
ad3dd538dc
Use register 0x22A (GPUREG_DRAW_VERTEX_OFFSET) when using GPU_DrawArrays.
...
It will set the index of the first vertex to draw, akin to the "first" parameter of glDrawArrays.
2015-08-22 22:18:33 -05:00
fincs
24fd71c4ad
GPU_KEEP -> GPU_STENCIL_KEEP in GPU examples
2015-08-22 23:14:38 +02:00
fincs
99cbb56491
Merge remote-tracking branch 'pr149/master'
2015-08-22 23:12:32 +02:00
fincs
6f9edd9bbe
Merge pull request #154 from Subv/tev_buffer_color
...
GPU: Added code to manipulate the combiner buffer.
2015-08-22 21:20:37 +02:00
fincs
8ec9b514b0
Merge pull request #152 from Subv/stencil
...
Added the rest of the stencil operations and corrected their names.
2015-08-22 21:20:31 +02:00
Subv
1738893d05
GPU: Added code to manipulate the combiner buffer.
...
You can set an initial color value with GPUREG_TEXENV_BUFFER_COLOR, then use GPU_SetCombinerBufferWrite with GPU_TEV_BUFFER_WRITE_CONFIG to allow/disallow the TEV stages to write their color outputs to the buffer.
You can retrieve the previous buffer color using GPU_PREVIOUS_BUFFER as color source in the TEV config.
2015-08-22 11:28:30 -05:00
Subv
f1b641a4ad
Added the rest of the stencil operations and corrected their names.
2015-08-21 15:10:13 -05:00
fincs
35a36b1885
Revert g_srv_handle change because srvGetSessionHandle() already existed
2015-08-19 13:29:24 +02:00
megazig
9e597a7af9
update definition of gethostbyaddr
2015-08-18 17:15:21 -05:00
megazig
8e7606692d
move h_errno definition to soc_common
...
add h_addr member to hostent structure
implement gethostbyaddr
2015-08-18 16:55:50 -05:00
megazig
033b353128
add key type 9 (NFC) for ps service
2015-08-18 16:54:22 -05:00
smea
c49d5f49c2
Merge branch 'master' of github.com:smealum/ctrulib
2015-08-17 21:31:04 -07:00
smea
91c98308e2
am:sys stuff, g_serv_handle non static and qtm example label
2015-08-17 21:31:00 -07:00
Luke Street
1a1f3bb932
Fix gpu example Makefiles for latest picasso
2015-08-17 12:01:34 -04:00
fincs
7d63ab5050
Merge pull request #146 from Lectem/fixy2r
...
Fixed transfer unit and gap type and added a warning
2015-08-10 00:58:54 +02:00
Lectem
8d36f3f03b
Fixed transfer unit and gap type and added a warning
2015-08-10 00:44:55 +02:00