.. |
assets.c
|
Use physfs instead of minizip for asset loading, etc.
|
2021-10-22 13:18:30 -04:00 |
assets.h
|
Use physfs instead of minizip for asset loading, etc.
|
2021-10-22 13:18:30 -04:00 |
common.h
|
Fixed warnings, menuTimer multi-definition, and updated for latest libnx.
|
2020-05-05 18:47:40 -04:00 |
font.c
|
Minor fixes
|
2020-11-11 12:40:41 +01:00 |
font.h
|
Add starred favourites at start of list (#91)
|
2019-07-09 13:33:21 -04:00 |
language.c
|
Update language.c (typo fixed)
|
2021-08-27 20:06:28 +02:00 |
language.h
|
stat(path) before trying to launch a nro (#129)
|
2021-06-09 08:16:37 +01:00 |
launch.c
|
Fixed buffer overflow vuln with netloader args introduced with the original netloader commit. Fixed unrelated bounds check in launchAddArg() which assumed there was nothing after argData_s.buf within argData_s, which was no longer the case once nxlink_host was added to argData_s.
|
2018-10-27 16:11:02 -04:00 |
launch.h
|
Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch.
|
2018-10-18 19:06:59 -04:00 |
main.h
|
Initial public commit.
|
2018-02-11 19:07:18 -05:00 |
math.c
|
Cleanup some math stuff
|
2018-02-26 23:52:13 +01:00 |
math.h
|
Add nxlink support (#27)
|
2018-03-19 21:42:58 +01:00 |
menu-entry.c
|
Added theme support for dirs and .zip via physfs. Closes #121.
|
2021-10-21 15:26:30 -04:00 |
menu-list.c
|
Added theme support for dirs and .zip via physfs. Closes #121.
|
2021-10-21 15:26:30 -04:00 |
menu.c
|
added momentum to touch drags (#124)
|
2020-06-26 11:35:11 -04:00 |
menu.h
|
added momentum to touch drags (#124)
|
2020-06-26 11:35:11 -04:00 |
message-box.c
|
Fixed a crash in touch handling for star-button when the current directory is empty (no menu entries). Implemented layouts which can optionally be loaded from theme config, closes #83.
|
2019-12-26 01:40:54 -05:00 |
message-box.h
|
Display a progress bar for netloader in the msgbox. Adjusted the language.c netloader strings so that the total newlines for each StrId matches. Fixed GetTextXCoordinate with 'c'. Moved the menuMsgBoxSetNetloaderState call into menuUpdateNetloader and only pass netloaderState into menuUpdateNetloader, etc. Use theme colors in msgbox. Various msgbox adjustments. Added progressBarColor to theme.
|
2018-10-24 18:38:50 -04:00 |
netloader.c
|
Netloader now uses SO_REUSEADDR, this fixes netloader activation temporarily failing after a netloader error previously occurred.
|
2020-04-06 10:36:47 -04:00 |
netloader.h
|
Display netloader status with a modified msgbox.
|
2018-10-23 20:13:10 -04:00 |
netstatus.h
|
Added netstatus files which were missing from e917589 . Closes #86.
|
2019-06-22 17:47:31 -04:00 |
power.h
|
Add support to display current charge, and indicate whether or not device is charging (#67)
|
2018-10-09 18:27:43 -04:00 |
status.c
|
Thermal display (closes #99) (#102)
|
2019-09-17 11:47:58 -04:00 |
status.h
|
Thermal display (closes #99) (#102)
|
2019-09-17 11:47:58 -04:00 |
text.c
|
Updated language handling for latest libnx. Added support for SetLanguage_ZHHANS/SetLanguage_ZHHANT, and changed STR_ZH/STR_TW to STR_ZH_HANS/STR_ZH_HANT (system-language is still not actually used).
|
2019-10-04 18:16:42 -04:00 |
text.h
|
Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch.
|
2018-10-18 19:06:59 -04:00 |
theme.c
|
Use physfs instead of minizip for asset loading, etc.
|
2021-10-22 13:18:30 -04:00 |
theme.h
|
Removed hbmenuLogoImage from theme_t and just determine which AssetId to use for logo during rendering, imageSize from the asset is now used instead of from the layoutobj. Removed drawImageFromLayout since it's no longer used, and removed imageSize from the layout objects which don't need it anymore.
|
2020-01-03 17:49:08 -05:00 |
thermalstatus.h
|
Thermal display (closes #99) (#102)
|
2019-09-17 11:47:58 -04:00 |
ui.c
|
Initial public commit.
|
2018-02-11 19:07:18 -05:00 |
ui.h
|
Initial public commit.
|
2018-02-11 19:07:18 -05:00 |
worker.c
|
Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch.
|
2018-10-18 19:06:59 -04:00 |
worker.h
|
Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch.
|
2018-10-18 19:06:59 -04:00 |