11 Commits

Author SHA1 Message Date
twinaphex
d1a831e6ec (UWP) Buildfix 2019-02-11 23:15:11 +01:00
natinusala
c20ab3864d First version of menu widgets (gl only) 2019-02-06 20:48:24 +01:00
orbea
bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
alfrix
18db7104cc More icons to ozone, update changelog 2019-01-06 01:04:32 -03:00
radius
bfd23150b5 add core sideloading option 2018-12-16 12:42:09 -05:00
alfrix
cd2d2f8807 Add icons for apply on toggle and autoapply 2018-11-30 18:10:28 -03:00
Twinaphex
4578b82027
Merge pull request #7681 from alfrix/master
Menu drivers asset handling updates
2018-11-30 09:35:06 +01:00
alfrix
982b39a8bf Simplify and cleanup path handling, log the specific assets missing 2018-11-29 14:49:39 -03:00
M4xw
8764d7be28 [LIBNX] Implement Over-/Downclocking and minor fixes 2018-11-29 18:42:44 +01:00
Alfrix
1356577c2e Add more icons 2018-11-24 13:21:43 -03:00
natinusala
33ecec05c5 ozone: split into multiple files 2018-11-19 13:15:09 +01:00