Remove usage of freetype-config
Connor Rigby
2018-07-04 14:11:24 -0700
9c6eace2ffRemoved instructional gifs.
Steven Mattera
2018-06-19 07:57:28 -0400
98e06f1d0bSmall grammatical fix in readme.
Steven Mattera
2018-06-01 18:53:34 -0400
0a1bbf81b4Removed images from the readme page.
Steven Mattera
2018-06-01 18:27:22 -0400
38a7dbf66aMissed a letter while fix relative urls.
Steven Mattera
2018-06-01 18:25:46 -0400
b83dc901cfFixed relative urls.
Steven Mattera
2018-06-01 18:24:56 -0400
cfef48989cUpdated readme with touch control instructions and demostrations.
Steven Mattera
2018-06-01 18:23:30 -0400
abbe8fd1f8Handle tapping on Back and Open buttons. Also added swipe gestures to go back and get into netloader.
Steven Mattera
2018-06-01 17:26:02 -0400
595ad7b663Removed mallocs and used bool flags instead.
Steven Mattera
2018-05-30 18:24:32 -0400
6544353245create switch folder if it doesn't exist (#39)
Dave Murphy
2018-05-30 16:16:16 +0100
5f04f106cfHandle touching the message boxes.
Steven Mattera
2018-05-29 20:37:06 -0400
afbf85a65fAdded touch controls to the main menu.
Steven Mattera
2018-05-29 20:07:08 -0400
1671001e1ccreate switch folder if it doesn't exist
Dave Murphy
2018-05-28 23:05:23 +0100
4539b8e78dclean up includes for OSX
Dave Murphy
2018-05-12 15:38:48 +0100
9e266dbe22clean up includes for OSX
Dave Murphy
2018-05-12 15:38:48 +0100
94b1d648d1Fixed string warnings with gcc 8.1.0.
yellows8
2018-05-09 21:24:38 -0400
bbf6bf50f7Always set PING_ENABLED=1, and removed outdated comment.
yellows8
2018-05-08 16:28:55 -0400
1e232372d2Use shared-font. Setting s_textLang is still disabled, until language.c is updated. Check for setsysInitialize failure. Moved .nxfnt files into data/unused/. Currently text will not display with the pc-build since no font is loaded for it. Disabled y+=baseline in text-drawing, and adjusted all callers y-pos to manually add the original baseline (so that y-pos matches with the different font).
yellows8
2018-04-28 11:53:47 -0400
96fc097549Improved Japanese language support: * Improved slight ~ serious Japanese translation miss. * Added new STR_JP.
YY
2018-04-12 22:20:50 +0900
8506e1b316In netloader_error(), use same msgbox width/height as main() since 'OK' wasn't displayed properly. Also use snprintf instead of sprintf in netloader_error().
yellows8
2018-03-20 23:34:14 -0400
f738578dc1Use a copy of the input text string for message-box.
yellows8
2018-03-20 23:15:21 -0400
1364106d73Use '(void)' for audio_initialize/audio_exit.
yellows8
2018-03-19 20:57:55 -0400
22740b8f4bAdded code for audio playback via ENABLE_AUDIO define, this is disabled by default.
yellows8
2018-03-19 20:48:33 -0400
03a4de8c25use iquote for libnx headers on pc (#29)
Dave Murphy
2018-03-19 22:57:47 +0000
b0bb92f997use iquote for libnx headers on pc
Dave Murphy
2018-03-19 22:37:02 +0000
5731858272Moved 'v' from APP_VERSION in Makefile to Makefile.nx/Makefile.pc, so that the version in the built nro-nacp doesn't include 'v'. Removed nxlink.h include since switch.h has this.
yellows8
2018-03-19 18:36:58 -0400
ebced71ec3Add nxlink support (#27)
Dave Murphy
2018-03-19 20:42:58 +0000
44dea50380convert indentation to spaces
Dave Murphy
2018-03-19 14:39:23 +0000
2ee8c440damake sure path doesn't overflow
Dave Murphy
2018-03-19 13:51:04 +0000
12ef7f766buse libnx nro.h
Dave Murphy
2018-03-18 20:07:37 +0000
43fc635fdfAdd nxlink support
Dave Murphy
2018-03-04 02:22:52 +0000
e684bb1b71fix old style initialisers
Dave Murphy
2018-03-14 22:40:03 +0000
b8a1b4d9a9fix old style initialisers
Dave Murphy
2018-03-14 22:40:03 +0000
a20cdb5781Added STR_ES text for StrId_LastLoadResult and StrId_MsgBox_OK, from github-comments.
yellows8
2018-03-11 19:58:41 -0400
9aaac6f01eMoved the message-box 'OK' text into language.c. Display the Result from envGetLastLoadResult() with a message-box when required.
yellows8
2018-03-11 17:43:36 -0400
27d195e118Use __SWITCH__ rather than SWITCH
Dave Murphy
2018-03-10 23:35:26 +0000
5531acb5f4Use __SWITCH__ rather than SWITCH
Dave Murphy
2018-03-10 23:35:26 +0000
7d5617254afix building on OSX
Dave Murphy
2018-03-03 17:33:14 +0000
1e6eaa29f1Default app version needs not be localized
fincs
2018-02-27 21:45:08 +0100
c6fe507e82Disabled get-lang for now (see comment), and decreased x-pos by 32 for buttons/buttons-text (for longer strings).
yellows8
2018-02-27 15:08:11 -0500
0cb9f3961fAdded system language text change (#15)
Sahin H
2018-02-27 20:33:56 +0100
1730ed1889When '<dirname>/<dirname>.nro' is not found, use the first NRO found via dir-listing if there's only 1 NRO in the directory (only for paths starting with 'sdmc:/switch'). Closes#9. Added a comment and removed old code using StrId_Directory.
yellows8
2018-02-27 13:28:22 -0500
4ffb8e1355Fix mismatched border size on cards
Adubbz
2018-02-27 20:21:59 +1100
1fa23f9f62Added system language text change
Sahin Habermann
2018-02-27 11:50:48 +0100
6eba7344efFix mismatched border size on cards
Adubbz
2018-02-27 20:21:59 +1100
0981e34b6fCleanup some math stuff
Adubbz
2018-02-25 12:43:19 +1100
d7396de761Reset x and v if nEntries <= 7. Prevents potential odd behaviour when changing from dirs with > 7 entries to <= 7 entries
Adubbz
2018-02-25 11:19:01 +1100
db56a250bfAdded support for a/b on the pc version
Adubbz
2018-02-25 11:12:10 +1100
b6b061f2b2Don't allow going back if you're in sdmc:/ on the switch
Adubbz
2018-02-25 11:11:50 +1100
5e95934cb6Renamed switchicon_questionmark to invalid_icon
Adubbz
2018-02-25 10:54:21 +1100
538b760644Updated the folder icon and the question mark icon
Adubbz
2018-02-25 10:27:06 +1100
045d126006Replace B button image to fit A button size
Sahin Habermann
2018-02-24 20:47:45 +0100
814961b84fTruncate title and path
Sahin Habermann
2018-02-24 17:04:17 +0100
f98d33ace2Added back button
Sahin Habermann
2018-02-24 16:04:24 +0100