fincs
|
0f93112ecb
|
Update example makefiles
|
2014-12-05 14:13:17 +01:00 |
|
fincs
|
2d072ab9aa
|
Add SMDH embedding to the template
|
2014-12-05 14:13:17 +01:00 |
|
fincs
|
3f9e0a630b
|
Switch to -mfloat-abi=hard, bump version to 0.2.0
|
2014-12-05 14:13:16 +01:00 |
|
fincs
|
bacd6f09ca
|
sdmc_dev.c: do not redefine __system_argc/argv
|
2014-12-04 11:23:40 +01:00 |
|
Dave Murphy
|
1bc0073bd3
|
implement chdir & relative path support
|
2014-12-04 00:29:35 +00:00 |
|
yellows8
|
7c13463969
|
Fixed FSUSER_IsSdmcDetected and FSUSER_IsSdmcWritable: the output is an u8 not u32.
|
2014-12-03 11:06:01 -05:00 |
|
fincs
|
ac0e9ef9ca
|
Add svcSetThreadPriority
|
2014-11-29 21:40:59 +01:00 |
|
StapleButter
|
c75ed65d8b
|
Fix HOME button shiz.
(apparently APP_APPLETSTARTED happens when pressing the HOME button and causes aptWaitStatusEvent() to end prematurely)
|
2014-11-29 21:04:03 +01:00 |
|
StapleButter
|
32f8e69b96
|
Sleep mode fixes.
|
2014-11-29 19:39:00 +01:00 |
|
yellows8
|
58192c8683
|
Fixed broken MIC shutdown code. Use a tmp field for svcControlMemory when not allocating linearmem, in initSystem.c.
|
2014-11-28 19:28:59 -05:00 |
|
fincs
|
a8e08d4138
|
osGetTime(): avoid using u64<->double conversions (not supported by VFP)
|
2014-11-28 23:54:32 +01:00 |
|
Dave Murphy
|
ac4c183868
|
fix examples for unpolluted libctru headers
|
2014-11-28 21:34:46 +00:00 |
|
Dave Murphy
|
ea97e7a529
|
stop polluting 3ds headers with extra system headers
|
2014-11-28 13:13:34 +00:00 |
|
yellows8
|
8dbe9d9128
|
Added more code to aptAppletUtility_Exit_RetToApp() for when a library applet is closing, but this still doesn't fix the broken applet process termination.
|
2014-11-28 02:12:49 -05:00 |
|
yellows8
|
56b1c2755c
|
Added note about broken applet process termination with APT_LaunchLibraryApplet().
|
2014-11-28 01:26:20 -05:00 |
|
yellows8
|
58b988ab97
|
Added comments to GSP_FramebufferFormats for the pixel byte-sizes.
|
2014-11-27 11:27:21 -05:00 |
|
yellows8
|
18a8f6bff4
|
Merge branch 'master' of github.com:smealum/ctrulib
|
2014-11-26 22:13:12 -05:00 |
|
yellows8
|
866cb1ff56
|
Added library applet launching example, this isn't usable from the homebrew launcher.
|
2014-11-26 22:12:20 -05:00 |
|
plutoo
|
49ab752427
|
Merge branch 'master' of https://github.com/smealum/ctrulib
|
2014-11-26 01:33:03 +01:00 |
|
plutoo
|
c5aa5ebbbc
|
added gfxSetScreenFormat
|
2014-11-26 01:32:47 +01:00 |
|
yellows8
|
6adaa95c18
|
Updated mic example. Returning from the example then launching it again via hbmenu is broken.
|
2014-11-24 23:42:47 -05:00 |
|
yellows8
|
300a0ed125
|
Fixed word-index that the handle is loaded from in the cmdreply, for MIC_GetEventHandle().
|
2014-11-24 23:22:24 -05:00 |
|
yellows8
|
ffef3fd06b
|
Added warning in the mic example README regarding broken MIC.
|
2014-11-24 23:05:58 -05:00 |
|
yellows8
|
c91921616e
|
Fixed svcWaitSynchronizationN, previously this didn't save/restore r4 on the stack.
|
2014-11-24 22:58:07 -05:00 |
|
mtheall
|
d5bb0323a5
|
Merge pull request #40 from lioncash/va
soc_ioctl: Add a missing va_end call
|
2014-11-24 08:15:29 -06:00 |
|
Lioncash
|
15cd3bd2c3
|
soc_ioctl: Add a missing va_end call
|
2014-11-24 08:31:41 -05:00 |
|
yellows8
|
165e50091c
|
Removed debug code(exception triggers on failure) in httpc.c.
|
2014-11-23 22:10:16 -05:00 |
|
smea
|
037b814386
|
Merge pull request #39 from Lectem/patch-2
added svcCloseHandle to FSDIR_Close()
|
2014-11-23 14:24:25 -08:00 |
|
Lectem
|
3a47113dab
|
added svcCloseHandle to FSDIR_Close()
FSDIR_Close() and FSFILE_Close() should have the same behavior
|
2014-11-23 22:58:11 +01:00 |
|
plutoo
|
04695f3039
|
Merge pull request #38 from Lectem/patch-1
added fsExit
|
2014-11-23 20:58:58 +01:00 |
|
Lectem
|
87de7de14a
|
added fsExit
|
2014-11-23 20:57:57 +01:00 |
|
smea
|
643bf59d80
|
Merge pull request #30 from Subv/cfgu_2
Added more cfg:u functions
|
2014-11-22 18:26:35 -08:00 |
|
smea
|
42267956b8
|
Merge pull request #37 from yuriks/patch-1
Fix documentation mistakes
|
2014-11-22 18:22:26 -08:00 |
|
Yuri Kunde Schlesner
|
78f381095c
|
Fix documentation mistakes
|
2014-11-23 00:18:36 -02:00 |
|
smea
|
dfc9c12b9b
|
Merge pull request #36 from yuriks/fs-rename
Add FSUSER_RenameFile and FSUSER_RenameDirectory
|
2014-11-22 14:18:43 -08:00 |
|
Yuri Kunde Schlesner
|
2815cd84c4
|
Add FSUSER_RenameFile and FSUSER_RenameDirectory
|
2014-11-22 20:18:32 -02:00 |
|
plutoo
|
c983ffc15e
|
Merge pull request #35 from ThibG/master
Implement PTMU_GetShellState and PTMU_GetPedometerState
|
2014-11-22 22:14:18 +01:00 |
|
Thibaut Girka
|
251c4d458f
|
Implement PTMU_GetShellState and PTMU_GetPedometerState
|
2014-11-22 22:04:34 +01:00 |
|
plutoo
|
2d697d6566
|
Merge pull request #31 from Subv/ptm_u
Added the PTMU_GetTotalStepCount function
|
2014-11-22 21:23:36 +01:00 |
|
Dave Murphy
|
30638307c6
|
remove instructions for manually patching devkitARM
|
2014-11-22 20:17:41 +00:00 |
|
smea
|
49c293e8bf
|
Merge pull request #33 from minexew/master
Fix error in GPU example
|
2014-11-22 10:51:12 -08:00 |
|
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 |
|