Commit Graph

212 Commits

Author SHA1 Message Date
yellows8
b9e9291e37 Changed ir_buffer_size and updated comments. 2018-03-02 13:20:24 -05:00
yellows8
8cbf348876 Updated irsensor example. 2018-03-01 19:15:41 -05:00
yellows8
3693998cbc Added romfs example based on the 3ds-examples one, not yet ready for use. 2018-02-28 11:57:24 -05:00
yellows8
770b18182f Added sdmc example. 2018-02-26 17:27:57 -05:00
yellows8
e931d62d2b Added get_system_language example. 2018-02-26 12:24:50 -05:00
Dave Murphy
cca3398055 add vt52 demo code 2018-02-25 15:52:11 +01:00
yellows8
4a55332926 Added touch-screen example based on the one from 3ds-examples. 2018-02-22 19:14:14 -05:00
yellows8
d2c9651836 Removed extra newline. 2018-02-22 17:57:55 -05:00
yellows8
340148ca40 Time example: use tm_wday instead of manually calculating day-of-week. Added comment regarding UTC/localtime(). 2018-02-22 17:53:41 -05:00
yellows8
fff86cfc8d Use tabs for all examples. 2018-02-22 14:50:16 -05:00
yellows8
97aeaa0033 Imported an updated version of read-controls from 3ds-examples. 2018-02-22 02:03:52 -05:00
yellows8
c15bbe9a2a Adjusted exit-button print for the time example. 2018-02-22 01:21:56 -05:00
yellows8
398f15bbf2 Added time example based on the one from 3ds-examples. 2018-02-20 18:04:47 -05:00
yellows8
fd6cdee491 Improved audoutPlayBuffer() failure check. 2018-02-20 16:31:42 -05:00
Mike H
1b7f374daf Attempt to fix audio playback issue (#12)
* Attempt to fix audio playback issue
* Adding sanity checks
2018-02-20 16:14:45 -05:00
yellows8
3f363c5735 Added -ffunction-sections to Makefiles. Updated usbds comments. 2018-02-19 22:43:43 -05:00
fincs
1563992d42 Remove -ffast-math (#13) 2018-02-19 20:27:27 -05:00
yellows8
a7106d5009 In playtone use kDown instead of calling hidKeysDown() multiple times. 2018-02-19 02:44:26 -05:00
Dave Murphy
be59a84eb1 add dist target (#9) 2018-02-18 18:51:38 -05:00
yellows8
bac23eaa5f Removed simple template, since other example(s) should be used instead. 2018-02-18 18:27:49 -05:00
yellows8
e5f5b48f0b Added application template. 2018-02-18 18:23:45 -05:00
yellows8
ccd9f78162 Imported more changes from 3ds-examples. 2018-02-18 18:21:24 -05:00
yellows8
c889e7ca31 Imported ret2hbmenu comment from 3ds-examples. 2018-02-18 12:31:46 -05:00
yellows8
722eb38192 Fixed broken formatting for the audio Makefile. 2018-02-17 11:53:55 -05:00
Mike H
6bf4a283e9 Adding audio example (#8)
Audio example
2018-02-17 11:39:51 -05:00
yellows8
4f743f49ad Access the framebuf in simplegfx linearly and moved a comment. 2018-02-16 20:17:54 -05:00
yellows8
3d9851145a Merge branch 'master' of github.com:switchbrew/switch-examples 2018-02-12 16:13:46 -05:00
yellows8
b06b5972e6 Updated simplegfx for latest libnx and added DISPLAY_IMAGE define. 2018-02-12 16:12:44 -05:00
profi200
a5372f156b Updated makefile in irsensor example. 2018-02-11 10:48:53 +01:00
profi200
069a39f0e6 Optimize for Cortex-A57. 2018-02-10 22:40:48 +01:00
yellows8
5001973805 Added irsensor example. 2018-02-02 16:49:07 -05:00
plutoo
182d5b407f Bugfix 2018-02-01 22:29:49 +01:00
plutoo
227c2f7cea Put back the simple in simplegfx 2018-02-01 22:28:30 +01:00
Dave Murphy
03144eba8a update build system 2018-01-28 03:15:56 +01:00
Dave Murphy
33ab8813a6 One Makefile to build them all 2018-01-28 03:15:56 +01:00
Dave Murphy
4f11d9c137 ignore more binaries 2018-01-28 03:15:56 +01:00
Dave Murphy
42cb89013d fix identifier for latest libnx 2018-01-28 03:15:56 +01:00
yellows8
46acf316d3 Use CONTROLLER_P1_AUTO. Removed hidSetControllerLayout calls for the default-layout. 2018-01-19 14:05:22 -05:00
yellows8
45cb8abbf5 Fixed Makefiles for the icon/nacp blocks. 2018-01-01 20:52:14 -05:00
yellows8
67b4b8aad4 Added icon handling to Makefiles, .jpg is used since official icons use it. 2018-01-01 19:55:11 -05:00
yellows8
395d4dc456 Updated Makefiles for .nacp. 2018-01-01 12:24:54 -05:00
yellows8
20abcd733e Perf adjustments for simplegfx. 2017-12-30 02:16:51 -05:00
yellows8
7c8ca82f2a Updated comment in simplegfx. 2017-12-29 19:22:41 -05:00
yellows8
e491c5af50 Added proper gfx examples. 2017-12-27 22:09:59 -05:00
yellows8
aecd2e5f7b Added SWITCH define. 2017-11-28 12:44:21 -05:00
yellows8
ed938c2a0f Added .PHONY after 'else' in Makefiles. 2017-11-21 16:11:49 -05:00
yellows8
c562231edc Removed usbdev example since usbdev doesn't exist anymore. 2017-11-21 16:06:40 -05:00
yellows8
061020ba74 Added NRO building. 2017-11-21 16:04:25 -05:00
yellows8
22e0708cfa
Merge pull request #2 from devkitPro/master
Update makefiles for devkitA64 alpha 5
2017-11-20 11:20:34 -05:00
fincs
2c44bb1708 Update makefiles for devkitA64 alpha 5 2017-11-20 17:08:00 +01:00