Dave Murphy
|
ebced71ec3
|
Add nxlink support (#27)
* Add nxlink support
* use libnx nro.h
* make sure path doesn't overflow
* convert indentation to spaces
|
2018-03-19 21:42:58 +01:00 |
|
Dave Murphy
|
e684bb1b71
|
fix old style initialisers
|
2018-03-14 23:49:03 +01:00 |
|
yellows8
|
a20cdb5781
|
Added STR_ES text for StrId_LastLoadResult and StrId_MsgBox_OK, from github-comments.
|
2018-03-11 19:58:41 -04:00 |
|
yellows8
|
9aaac6f01e
|
Moved the message-box 'OK' text into language.c. Display the Result from envGetLastLoadResult() with a message-box when required.
|
2018-03-11 17:43:36 -04:00 |
|
Dave Murphy
|
27d195e118
|
Use __SWITCH__ rather than SWITCH
|
2018-03-11 00:37:03 +01:00 |
|
Dave Murphy
|
7d5617254a
|
fix building on OSX
requires latest bin2s from https://github.com/devkitPro/general-tools
|
2018-03-05 20:42:24 +01:00 |
|
Adubbz
|
e93a484e86
|
Added basic message boxes
|
2018-03-05 20:41:42 +01:00 |
|
james
|
bec1047ab9
|
add icon.jpg
|
2018-02-28 23:43:29 +01:00 |
|
yellows8
|
dd78d0f8d7
|
Appended '/' to the switch path checked for NRO-auto-detect.
|
2018-02-27 22:14:56 -05:00 |
|
yellows8
|
8f734a631d
|
Added dist-bin rule to Makefiles.
|
2018-02-27 22:07:06 -05:00 |
|
yellows8
|
1542a249f0
|
Improved perf.
|
2018-02-27 17:51:01 -05:00 |
|
yellows8
|
a614d2fd98
|
Improved drawing perf.
|
2018-02-27 16:40:14 -05:00 |
|
fincs
|
5743c2946d
|
Default app version needs not be localized (#17)
|
2018-02-27 16:06:01 -05:00 |
|
yellows8
|
8c1d558f15
|
Updated README.
|
2018-02-27 15:54:58 -05:00 |
|
yellows8
|
6edaef1bc8
|
Updated README.
|
2018-02-27 15:53:38 -05:00 |
|
yellows8
|
c6fe507e82
|
Disabled get-lang for now (see comment), and decreased x-pos by 32 for buttons/buttons-text (for longer strings).
|
2018-02-27 15:08:11 -05:00 |
|
Sahin H
|
0cb9f3961f
|
Added system language text change (#15)
|
2018-02-27 14:33:56 -05:00 |
|
yellows8
|
1730ed1889
|
When '<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.
|
2018-02-27 13:28:22 -05:00 |
|
Adubbz
|
4ffb8e1355
|
Fix mismatched border size on cards
|
2018-02-27 18:37:46 +01:00 |
|
yellows8
|
b4fa1825ae
|
Handle args properly, fixes issue #10.
|
2018-02-27 02:08:30 -05:00 |
|
yellows8
|
922319b0f3
|
Moved hbmenu version string into Makefile. Updated Makefiles. Fixed Makefile issues.
|
2018-02-26 19:43:11 -05:00 |
|
yellows8
|
4211679e0e
|
In menuScan(), ignore names starting with '.'.
|
2018-02-26 19:01:40 -05:00 |
|
yellows8
|
65d3a19499
|
Added optional PERF_LOG* defines.
|
2018-02-26 18:56:52 -05:00 |
|
Adubbz
|
114db71711
|
Updated Makefile
|
2018-02-26 23:52:13 +01:00 |
|
plutoo
|
a9d4fb7830
|
Update for latest libnx
|
2018-02-26 23:52:13 +01:00 |
|
Sahin Habermann
|
f26331a828
|
Fix AA performance
|
2018-02-26 23:52:13 +01:00 |
|
Sahin Habermann
|
af90827c1d
|
Fix crashing when trying to get NULL entry type
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
50ff808184
|
Removed a lot of unnecessary draws
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
bb53f73cc7
|
Switched to using textGetString for action descriptions and app info
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
62e26552d0
|
Cache calculated colours for anti-aliasing
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
5eb782ce8e
|
Precompute wave gradients
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
0981e34b6f
|
Cleanup some math stuff
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
d7396de761
|
Reset x and v if nEntries <= 7. Prevents potential odd behaviour when changing from dirs with > 7 entries to <= 7 entries
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
db56a250bf
|
Added support for a/b on the pc version
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
b6b061f2b2
|
Don't allow going back if you're in sdmc:/ on the switch
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
5e95934cb6
|
Renamed switchicon_questionmark to invalid_icon
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
538b760644
|
Updated the folder icon and the question mark icon
|
2018-02-26 23:52:13 +01:00 |
|
Sahin Habermann
|
045d126006
|
Replace B button image to fit A button size
|
2018-02-26 23:52:13 +01:00 |
|
Sahin Habermann
|
814961b84f
|
Truncate title and path
|
2018-02-26 23:52:13 +01:00 |
|
Sahin Habermann
|
f98d33ace2
|
Added back button
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
3a2264e4df
|
Vertically centered the text in the icon cards
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
811bcdda1d
|
Made the top icon and description golden ratio compliant. Thank naehrwert :)
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
f23f133404
|
Changed icon highlight to flashing aqua
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
8d8a5c8e12
|
Minor positioning adjustments
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
7a991f2f94
|
Switched font, changed the background colour
|
2018-02-26 23:52:13 +01:00 |
|
Sahin Habermann
|
3a415ddaf7
|
Show Open instead of Launch when a folder is selected
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
72116ed62b
|
RGBA8888 (or 32), not RGB
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
725a19605d
|
Only enable springing if there are more than 7 entries
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
df8c215d43
|
Changed hbmenu logo
|
2018-02-26 23:52:13 +01:00 |
|
Adubbz
|
1bce371999
|
Added themed launch button description
|
2018-02-26 23:52:13 +01:00 |
|