Xeatheran Minexew
|
3fa354313e
|
Fix incorrect uniform setting in examples/gpu
|
2014-11-22 15:27:12 +01:00 |
|
Xeatheran Minexew
|
3ee89602fa
|
Fix previous half-baked commit
|
2014-11-22 15:26:56 +01:00 |
|
yellows8
|
240ab44f9c
|
Updated httpc code and added an example.
|
2014-11-22 00:43:39 -05:00 |
|
Subv
|
25d445818f
|
Added the PTMU_GetTotalStepCount function
|
2014-11-21 23:36:48 -05:00 |
|
Subv
|
0cc31baaea
|
Added more cfg:u functions
GetRegionCanadaUSA
GetModelNintendo2DS
GetCountryCodeString
|
2014-11-21 22:40:23 -05:00 |
|
smea
|
70e1bb7486
|
Merge pull request #29 from Subv/cfg_u
Added the cfg:u service
|
2014-11-21 19:19:57 -08:00 |
|
Subv
|
8e8685b6e7
|
Addressed some style issues
|
2014-11-21 22:12:34 -05:00 |
|
Subv
|
e8c551b114
|
Added a file for the cfg:u service.
Implemented the CFGU_GetSystemModel function
|
2014-11-21 22:08:05 -05:00 |
|
fincs
|
b0c29ba658
|
Fix typo in soc_ioctl.c
|
2014-11-21 23:51:06 +01:00 |
|
fincs
|
4219a23ebd
|
linear heap allocator: use rbtree to store allocation size information
|
2014-11-21 23:44:57 +01:00 |
|
Xeatheran Minexew
|
e7c3b7c8a1
|
Make SHDR_GetUniformRegister name argument const
|
2014-11-21 22:42:25 +01:00 |
|
mtheall
|
550f690c8d
|
Add errno to error cases for FIONBIO.
|
2014-11-21 11:06:32 -06:00 |
|
fincs
|
0db0a11751
|
Update Makefile in examples
|
2014-11-21 16:53:28 +01:00 |
|
fincs
|
6c35f3c175
|
Merge pull request #26 from lioncash/va
soc_ioctl: Add missing va_end call
|
2014-11-21 16:52:48 +01:00 |
|
Lioncash
|
0a0276dd20
|
soc_ioctl: Add missing va_end call
|
2014-11-21 07:47:24 -05:00 |
|
Dave Murphy
|
57c5473f8e
|
remove temp check for CTRULIB
|
2014-11-21 09:26:12 +00:00 |
|
yellows8
|
7281abfcd7
|
Added code for APT_IsRegistered. Added code for launching library applets, which isn't usable from the homebrew launcher atm.
|
2014-11-21 00:35:37 -05:00 |
|
Dave Murphy
|
8cb3fad657
|
ignore generated archives
|
2014-11-20 22:47:34 +00:00 |
|
Dave Murphy
|
52d1347466
|
add versioning, install and dist targets
|
2014-11-20 22:47:08 +00:00 |
|
mtheall
|
55608adaad
|
Overhauled soc service.
|
2014-11-20 15:36:50 -06:00 |
|
mtheall
|
919917b7ed
|
Added svcCreateAddressArbiter() and svcArbitrateAddress()
|
2014-11-20 15:33:21 -06:00 |
|
mtheall
|
9d1181ef50
|
Merge branch 'master' of github.com:smealum/ctrulib
|
2014-11-20 15:29:37 -06:00 |
|
mtheall
|
d2fca0f721
|
Add rbtree
|
2014-11-20 15:28:13 -06:00 |
|
plutoo
|
f789cad4bc
|
Merge pull request #24 from profi200/master
Added comments to the app_launch example
|
2014-11-20 19:24:30 +01:00 |
|
profi200
|
dfde24702b
|
Added comments to the app_launch example for better understanding for beginners
|
2014-11-20 14:58:24 +01:00 |
|
smea
|
463f366e2b
|
added prototype to soc.h
|
2014-11-20 03:05:51 -08:00 |
|
smea
|
99a5c4406b
|
added APT_HardwareResetAsync (tested)
|
2014-11-19 17:25:40 -08:00 |
|
smea
|
c1ad708045
|
rewrote GPU examples/gpu/data/test.vsh
|
2014-11-19 17:13:43 -08:00 |
|
smea
|
5ecb358b56
|
fixed sdmc example
|
2014-11-19 15:53:36 -08:00 |
|
yellows8
|
ce226ec1b2
|
Updated mvd code and added an example.
|
2014-11-19 16:37:02 -05:00 |
|
yellows8
|
c60bdb3670
|
With RUNFLAG_APTWORKAROUND enabled, at the start of aptReturnToMenu just set the status to APP_EXITING then return(this func won't actually get executed with RUNFLAG_APTWORKAROUND atm). Updated __handle_notification() to check for errors from APT_InquireNotification. In aptExit only call the applet-utility code when RUNFLAG_APTWORKAROUND is not set. Minor other changes. Fixed APT_CheckNew3DS code so that it properly only uses one of the APT cmds.
|
2014-11-18 23:48:50 -05:00 |
|
mtheall
|
8a3f532967
|
Add sdmc.h
|
2014-11-17 22:33:09 -06:00 |
|
yellows8
|
224a05a39e
|
Merge pull request #22 from profi200/master
Added functions for launching other apps/applets
|
2014-11-17 23:22:03 -05:00 |
|
yellows8
|
bd9c33e139
|
Fixed broken path code in sdmc_dev.c. Disabled attributes code in sdmc_open() for now, since that was causing file truncation(even with read-only file opening).
|
2014-11-16 21:12:24 -05:00 |
|
smea
|
b30a8d4d3d
|
gpu stuffs
|
2014-11-15 14:08:45 -08:00 |
|
smea
|
3dfe1f6d04
|
Merge branch 'master' of github.com:smealum/ctrulib
|
2014-11-12 22:08:40 -08:00 |
|
smea
|
b6b25b0163
|
fixed initArgv
|
2014-11-12 22:08:31 -08:00 |
|
profi200
|
aa2b5d1464
|
Little fix
|
2014-11-11 15:07:23 +01:00 |
|
StapleButter
|
6e9cd355a5
|
Scissor test.
(if calling SetScissorTest right after SetViewport, call FinishDrawing inbetween)
|
2014-11-11 00:12:31 +01:00 |
|
profi200
|
b17a53fefc
|
Makefile updated, added another note to the README.md file andremoved the svcSleepThread() call
|
2014-11-10 22:30:07 +01:00 |
|
profi200
|
8aee967e53
|
Forget the README
|
2014-11-10 19:23:15 +01:00 |
|
profi200
|
bcd91a9e81
|
Oops that should not be included
|
2014-11-10 17:38:50 +01:00 |
|
profi200
|
ffe682941f
|
Added example for launching apps/applets
|
2014-11-10 17:34:11 +01:00 |
|
profi200
|
16ce5f4c7b
|
Added functions for launching other apps/applets
|
2014-11-10 17:03:41 +01:00 |
|
smea
|
bb1bb0f554
|
Merge branch 'master' of github.com:smealum/ctrulib
|
2014-11-09 00:40:35 -08:00 |
|
smea
|
c1f6773fb6
|
GPUCMD_GetBuffer, GPUCMD_AddRawCommands
|
2014-11-09 00:40:23 -08:00 |
|
fincs
|
cf60fb7d0b
|
Make GX_* functions accept NULL in order to use default GX cmdbuf
|
2014-11-08 23:28:51 +01:00 |
|
fincs
|
abc3530f57
|
Add gxCmdBuf to headers
|
2014-11-08 23:21:41 +01:00 |
|
fincs
|
fab8bc25eb
|
Minor Makefile correction
|
2014-11-08 13:49:39 +01:00 |
|
fincs
|
a667faa094
|
Update examples with new makefile (and remove obsolete arm11u example)
|
2014-11-07 19:13:47 +01:00 |
|