fincs
562cc896a1
Add linearMemAlign() (current implementation sucks)
2014-11-05 20:58:50 +01:00
smea
5652a0f0fa
macros for texture parameters
2014-11-05 10:32:30 -08:00
fincs
e460e6a673
aptMainLoop(): Add handling for APP_PREPARE_SLEEPMODE
2014-11-05 00:24:24 +01:00
fincs
e4aeaba747
Attempt to fix APT hang during startup due to bad event handling
2014-11-04 21:41:31 +01:00
fincs
a77e8ae1cd
Add linearSpaceFree() for retrieving the free space in the linear heap
2014-11-03 20:20:33 +01:00
smea
c7be1e415f
Merge branch 'master' of github.com:smealum/ctrulib
2014-11-02 21:11:13 -08:00
smea
974b1094f3
GPUCMD_FlushAndRun
2014-11-02 21:10:56 -08:00
fincs
7f10ad4097
Add aptMainLoop() for handling APT events in main()
2014-11-02 18:58:37 +01:00
yellows8
3135d1c344
Updated APT_CheckNew3DS to only use the APT cmds once(which also now calls aptOpenSession/aptCloseSession), then store the output value in a flag which is then used for all future APT_CheckNew3DS calls. Updated HID init/shutdown code to automatically call irrst init/shutdown code when running on new3ds. Updated irrst init code to only do init when it wasn't already initialized, likewise for the irrst shutdown code.
2014-11-01 23:48:35 -04:00
yellows8
4e90fbb905
Updated CheckNew3DS code. Now the out value is cleared first, then the out value is only set to the cmdreply data when ret is zero.
2014-11-01 22:11:19 -04:00
yellows8
c8795b1b79
Added APT CheckNew3DS code. Added code for attempting to use the other APT services when APT:U isn't accessible.
2014-11-01 21:39:18 -04:00
StapleButter
c38276e37d
Add timer-related SVC calls.
2014-10-31 01:17:43 +01:00
plutoo
4982d1042a
Merge pull request #21 from profi200/master
...
Fixed cmds
2014-10-30 23:39:17 +01:00
mtheall
0d6365aa2f
use ARCH_SDMC for archive id
2014-10-30 15:40:19 -05:00
mtheall
c8a3207c42
fix typo
2014-10-30 13:52:30 -05:00
mtheall
498bc24808
return offset in sdmc_seek
2014-10-30 13:49:00 -05:00
mtheall
cdd066a4ba
Merge branch 'refactor'
2014-10-30 13:39:47 -05:00
mtheall
a9d2f7b97f
start sdmc devoptab
2014-10-30 13:34:13 -05:00
profi200
0570a8c02c
Fixed cmds
2014-10-30 19:09:09 +01:00
smea
58a1f0c68e
plugged a bunch of handle leaks !
2014-10-29 21:26:58 -07:00
smea
08f8caf924
Merge pull request #20 from idunoe/master
...
Defined FS archive ids
2014-10-27 09:31:10 -07:00
fincs
76d55fc97a
Fix APT initialization code when RUNFLAG_APTWORKAROUND is set
2014-10-27 17:30:55 +01:00
idunoe
df841d272b
Removed magic number from sdmc example
2014-10-27 22:59:14 +08:00
idunoe
ff2a97e35a
Added archive ids to fs.h
2014-10-27 22:56:01 +08:00
StapleButter
afd2140cb7
Create APT event handler thread as soon as possible, and complete initialization automatically when needed. No more 'call aptSetupEventHandler() as late as possible' shit.
...
Adapt examples to the changes (not tested).
2014-10-27 15:37:30 +01:00
StapleButter
cb6b23b884
Add stencil op and other related stuff to make that functionality mostly complete.
...
Add color/depth write mask support (and rename GPU_SetDepthTest() accordingly).
Add blending color.
Blending color must be set right after stencil op. GPU freezes otherwise.
2014-10-27 15:19:27 +01:00
smea
51850d5e6a
Merge pull request #19 from idunoe/master
...
Added new service APIs
2014-10-26 22:46:40 -07:00
idunoe
d9c3b85d34
SRV: misc fix
2014-10-27 13:19:24 +08:00
idunoe
419815e4e4
PS: Added API
2014-10-27 13:17:56 +08:00
idunoe
bf68b2d4e5
PM: Added API
2014-10-27 13:17:47 +08:00
idunoe
3d798def58
NS: Added API
2014-10-27 13:17:34 +08:00
idunoe
b66d047e76
AM: Added API
2014-10-27 13:17:24 +08:00
idunoe
337eb60bae
SRV: Added <7.X srv:pm
2014-10-27 13:17:07 +08:00
idunoe
4d891e6190
updated types.h
2014-10-27 13:11:55 +08:00
smea
a62ae8c225
SOC : close shared mem handle when shutting down
2014-10-26 18:34:58 -07:00
smea
a5d210b1a1
Merge pull request #18 from archshift/examples
...
Fix arm11u and sdmc examples
2014-10-26 17:26:49 -07:00
archshift
746e8e12c1
Get sdmc example building again
2014-10-26 17:08:55 -07:00
archshift
0a176ddba8
Get arm11u example building again
2014-10-26 16:59:11 -07:00
fincs
6e819f3bad
Merge pull request #17 from lioncash/fallthru
...
os: Fix switch fallthrough in osGetTime.
2014-10-27 00:23:47 +01:00
Lioncash
567b1ae4f7
os: Fix switch fallthrough in osGetTime.
2014-10-26 19:21:37 -04:00
fincs
d113e21434
Merge pull request #16 from lioncash/vaend
...
soc: Add missing va_end() calls in fcntl.
2014-10-27 00:15:22 +01:00
plutoo
c64bcbb078
Merge branch 'refactor'
2014-10-27 00:08:13 +01:00
Lioncash
1b0a0368d7
soc: Add missing va_end() calls in fcntl.
2014-10-26 19:08:07 -04:00
plutoo
950ae0b2a4
Added svcQueryMemory
2014-10-27 00:07:07 +01:00
smea
774bd6b292
Update README.md
2014-10-26 13:15:49 -07:00
smea
9cdddc19a1
fancy license because trusting people isn't cool
2014-10-26 13:10:14 -07:00
smea
8f782d2f00
Merge branch 'refactor'
2014-10-26 13:06:42 -07:00
smea
1557d0f4d6
Merge branch 'refactor' of github.com:smealum/ctrulib into refactor
2014-10-26 13:06:26 -07:00
smea
0d703b8e23
Merge branch 'master' of github.com:smealum/ctrulib
2014-10-26 13:05:17 -07:00
smea
f1633c7c5f
Merge branch 'master' into refactor
2014-10-26 13:03:49 -07:00