8dbe9d9128Added more code to aptAppletUtility_Exit_RetToApp() for when a library applet is closing, but this still doesn't fix the broken applet process termination.
yellows8
2014-11-28 02:12:49 -0500
56b1c2755cAdded note about broken applet process termination with APT_LaunchLibraryApplet().
yellows8
2014-11-28 01:26:20 -0500
58b988ab97Added comments to GSP_FramebufferFormats for the pixel byte-sizes.
yellows8
2014-11-27 11:27:21 -0500
0db2583280use constants names only in doc
xem
2014-11-27 05:57:38 +0100
18a8f6bff4Merge branch 'master' of github.com:smealum/ctrulib
yellows8
2014-11-26 22:13:12 -0500
866cb1ff56Added library applet launching example, this isn't usable from the homebrew launcher.
yellows8
2014-11-26 22:12:20 -0500
57c5473f8eremove temp check for CTRULIB
Dave Murphy
2014-11-21 09:26:12 +0000
7281abfcd7Added code for APT_IsRegistered. Added code for launching library applets, which isn't usable from the homebrew launcher atm.
yellows8
2014-11-21 00:33:14 -0500
8cb3fad657ignore generated archives
Dave Murphy
2014-11-20 22:47:34 +0000
52d1347466add versioning, install and dist targets
Dave Murphy
2014-11-20 22:47:08 +0000
5ecb358b56fixed sdmc example
smea
2014-11-19 15:53:36 -0800
ce226ec1b2Updated mvd code and added an example.
yellows8
2014-11-19 16:37:02 -0500
d89520dca1Set GPU example's make file to explicitly use python3, and look for aemstro_as.py in folder defined by $AEMSTROPATH enviroment variable.
Darren Thompson
2014-11-19 14:31:52 -0500
c60bdb3670With 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.
yellows8
2014-11-18 23:48:50 -0500
224a05a39eMerge pull request #22 from profi200/master
yellows8
2014-11-17 23:22:03 -0500
bd9c33e139Fixed 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).
yellows8
2014-11-16 21:12:24 -0500
7f10ad4097Add aptMainLoop() for handling APT events in main()
fincs
2014-11-02 18:58:37 +0100
3135d1c344Updated 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.
yellows8
2014-11-01 23:48:35 -0400
4e90fbb905Updated CheckNew3DS code. Now the out value is cleared first, then the out value is only set to the cmdreply data when ret is zero.
yellows8
2014-11-01 22:11:19 -0400
c8795b1b79Added APT CheckNew3DS code. Added code for attempting to use the other APT services when APT:U isn't accessible.
yellows8
2014-11-01 21:39:18 -0400