N64FlashcartMenu/src/menu
Robin Jones 9f5557ff36
Add time to browser view (#22)
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
Add time to browser view
Notes that save types could be improved.

## Motivation and Context
<!--- What does this sample do? What problem does it solve? -->
<!--- If it fixes/closes/resolves an open issue, please link to the
issue here -->
Nice to show, since there is space, and only shown if supported.

## How Has This Been Tested?
<!-- (if applicable) -->
<!--- Please describe in detail how you tested your sample/changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots
<!-- (if appropriate): -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Improvement (non-breaking change that adds a new feature)
- [ ] Bug fix (fixes an issue)
- [ ] Breaking change (breaking change)
- [ ] Config and build (change in the configuration and build system,
has no impact on code or features)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.

<!--- It would be nice if you could sign off your contribution by
replacing the name with your GitHub user name and GitHub email contact.
-->
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>
2023-07-28 21:38:01 +02:00
..
components Added background image and ability to set it from the image viewer 2023-07-28 21:36:51 +02:00
views Add time to browser view (#22) 2023-07-28 21:38:01 +02:00
actions.c Load and fault screens added + code cleanup 2023-07-11 02:22:58 +02:00
actions.h Improve code comments for doxygen (#14) 2023-07-16 12:21:52 +02:00
assets.c Load and fault screens added + code cleanup 2023-07-11 02:22:58 +02:00
assets.h Improve code comments for doxygen (#14) 2023-07-16 12:21:52 +02:00
menu_state.h Added background image and ability to set it from the image viewer 2023-07-28 21:36:51 +02:00
menu.c PNG decoder now loads image asynchronously 2023-07-26 23:01:39 +02:00
menu.h Improve code comments for doxygen (#14) 2023-07-16 12:21:52 +02:00
mp3_player.c MP3 player file path clean up 2023-07-28 21:25:22 +02:00
mp3_player.h PNG decoder + reduced number of directory entries + external libs header cleanup 2023-07-25 19:20:29 +02:00
path.c Load and fault screens added + code cleanup 2023-07-11 02:22:58 +02:00
path.h Improve code comments for doxygen (#14) 2023-07-16 12:21:52 +02:00
png_decoder.c PNG decode speed up 2023-07-28 21:24:47 +02:00
png_decoder.h PNG decoder now loads image asynchronously 2023-07-26 23:01:39 +02:00
rom_database.c ROM DB additions (#12) 2023-07-16 12:27:56 +02:00
rom_database.h ROM DB additions (#12) 2023-07-16 12:27:56 +02:00
settings.c Cleaned up settings path 2023-07-28 21:23:15 +02:00
settings.h Settings cleanup + SC64 config default state + libdragon update 2023-07-16 13:13:02 +02:00