639 Commits

Author SHA1 Message Date
Robin Jones
09e7d72595 Revert libdragon to last known working.
We need to discover why new changes don't work, but for the moment, we will just revert to last known working.
2025-11-23 15:50:58 +00:00
Robin Jones
93ae0b8f4f Update libdragon 2025-11-23 15:04:36 +00:00
Robin Jones
1c06f3658a Align ROM loading for ED64 with SC64 2025-11-23 15:03:31 +00:00
Robin Jones
29c14aae6f Increase game_code_path size
to properly handle homebrew roms
2025-11-21 22:51:56 +00:00
Robin Jones
2f64d8b37b Fix link formatting in README.md 2025-11-21 22:11:36 +00:00
Robin Jones
a2775fd6be Update CHANGELOG.md 2025-11-18 02:42:08 +00:00
Robin Jones
e4c81fc60a Output 4MB files as MB, rather than kB 2025-11-18 02:14:50 +00:00
Robin Jones
247c7363e5 Fix alignment of datel cheats in rom info 2025-11-18 00:51:12 +00:00
Robin Jones
251ca17b30 Fix incorrect naming for unbuilt feature 2025-11-18 00:33:34 +00:00
Robin Jones
a296b14b7d Update gamepak boxart folder paths
boxart is no longer a good folder.
2025-11-17 23:52:12 +00:00
Robin Jones
96b489f065 final additon to default settings context
Missed one.
2025-11-17 23:42:13 +00:00
Robin Jones
6979faef51 Add default settings context for as yet unused settings
For consistency.
2025-11-17 23:33:17 +00:00
Robin Jones
2dd9c92afb Improve settings editor UI to align with context menu
(and most used options order).
2025-11-17 23:06:39 +00:00
Robin Jones
b4e3e87505 Add ability to default selection to current saved settings context
Only  (currently) applied to non beta settings.
2025-11-17 22:41:58 +00:00
Suprapote
648e1bc634 [Develop] Fix MP3 bug (#288)
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

This pull fixes a bug when you load an MP3 file wich samplerate is less
than 44100 Hz and sound effects are ON, the menu crashes

## 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 -->

This issue:
https://github.com/Polprzewodnikowy/N64FlashcartMenu/issues/208

## 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. -->

Ares And real N64

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



https://github.com/user-attachments/assets/77251984-7694-4167-ade4-46ffa8cf4bd8



## 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)
- [x] Bug fix (fixes an issue)
- [ ] Breaking change (breaking change)
- [ ] Documentation Improvement
- [ ] 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! -->
- [x] 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.


You agree with the license terms and that other license types may be
granted with permission of the original `N64FlashcartMenu` project
license holders.

<!--- 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>
2025-11-17 14:51:09 +00:00
Robin Jones
222455fcd3 CI improvements for future builds. 2025-11-15 20:08:21 +00:00
Robin Jones
26e9b7fec9 Update usb_comm.h
Remove #ifndef NDEBUG
It should not be needed in the header, but FIXME may be needed in the class, if defined by feature from the flashcart?!
2025-11-15 19:54:23 +00:00
Robin Jones
298c6065f0 Fix nitpick 2025-11-15 19:25:00 +00:00
Robin Jones
093fdfc8a9 Fixes for NDEBUG release
(might need further TLC).
2025-11-15 19:21:34 +00:00
Robin Jones
2b2607e82b Move charset to assets/fonts dir 2025-11-15 18:51:34 +00:00
Robin Jones
bff6f46a5e Merge branch 'main' into develop 2025-11-15 18:05:08 +00:00
Robin Jones
63b57cd95f Update Documentation (#286)
* Add menu version example.
* Remove further pre-release notes from documentation.
* Remove pre-release flags from documentation where required.
* Update 32_menu_settings.md
* Add tip for fast reboot.
* Reset changelog.

<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## 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 -->

## 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)
- [ ] Documentation Improvement
- [ ] 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.


You agree with the license terms and that other license types may be
granted with permission of the original `N64FlashcartMenu` project
license holders.

<!--- 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>
2025-11-15 18:04:46 +00:00
Robin Jones
a09cfc00ac Update build.yml
Re-publish docs from develop branch.
2025-11-15 17:38:47 +00:00
Robin Jones
490ddff81f Update libdragon 2025-11-15 17:35:51 +00:00
Robin Jones
2524396be3 Update 99_developer_guide.md
* Add menu version example.
* Remove further pre-release notes from documentation.
* Remove pre-release flags from documentation where required.
* Update 32_menu_settings.md
* Add tip for fast reboot.
* Reset changelog.
2025-11-15 17:35:51 +00:00
Robin Jones
ffcc7a2282 Update build.yml
Revert docs to be published from main (for the moment).
V0.3.0
2025-11-15 15:40:12 +00:00
Robin Jones
bc072415d5 Cheat engine improvements (#261)
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
The way the code checks for the libdragon ipl3 is by reading a value
that is known to be a jump instruction in the libultra ipl3
but that area of CIC6106 is scrambled
the person who wrote this code accounted for that when inserting the
hook, but forgot about it when checking for the libdragon ipl3
so the check reads 0x80A87642 from the ipl3, correctly determines that
it's not a jump instruction, and assumes it must be libdragon
the fix is to apply the same scrambling when CIC6106 is detected also
when doing the check.

This also fixes DE cheat types.
And CIC_7102 handling.

## 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 -->

## 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)
- [x] Bug fix (fixes an issue)
- [ ] Breaking change (breaking change)
- [ ] Documentation Improvement
- [ ] 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.


You agree with the license terms and that other license types may be
granted with permission of the original `N64FlashcartMenu` project
license holders.

<!--- 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>
2025-11-15 15:37:24 +00:00
Robin Jones
a4a3aeaffc Improve changelog 2025-11-15 15:29:51 +00:00
Robin Jones
4fb877addc Add specific doc for updating the menu
Add youtube short.
Improve readme menu update instructions.
Remove note about updating SC64 FW.
2025-11-10 01:01:25 +00:00
Robin Jones
f91044a116 Update bug_report.yml
Add a note about use of AI
2025-11-07 16:01:15 +00:00
Robin Jones
26931d033f Mark new settings as beta 2025-11-07 15:34:30 +00:00
Robin Jones
4e68467b08 Invert setting for rom tags and files 2025-11-07 15:26:31 +00:00
Robin Jones
3337247c90 Add beta settings for hiding rom tags and file extensions 2025-11-07 15:15:52 +00:00
Robin Jones
8ebd31756c Add settings for hiding ROM extensions and tags. 2025-11-07 14:51:48 +00:00
Robin Jones
3d5bc6f650 Improve documentation for cpakfs_utils.c 2025-11-07 13:55:15 +00:00
Robin Jones
2952bd2d72 Code documentation improvements
Mass update.
2025-11-07 13:33:15 +00:00
Robin Jones
e8f979bce8 Use array of slots for easier management. 2025-11-05 23:24:54 +00:00
Robin Jones
b457acc706 Add disk slot type 2025-11-05 22:54:31 +00:00
Robin Jones
ec8e18160b Add dd disk slots
in preparation for ability to swap disks.
2025-11-05 22:29:43 +00:00
Robin Jones
b9f89b58a4 Update 17_64dd.md
Improve info
2025-11-04 02:19:15 +00:00
Robin Jones
d0a7e1408c Remove the boxart loading colour
Having a colour makes it seem slower.
2025-11-03 22:51:46 +00:00
Robin Jones
f39ef03336 Update load_rom.c
Continue refactor of art image cycling.
2025-11-03 22:41:07 +00:00
Robin Jones
84e2faf00e Part re-add rom descriptions
part refactor rom image cycling
2025-11-03 21:12:56 +00:00
Robin Jones
5f3d3c2863 Improve Filelist directory (#282)
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
Removes prefix and adds "[DIR]" to the filesize column.

## 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 -->

## 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)
- [ ] Documentation Improvement
- [ ] 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.


You agree with the license terms and that other license types may be
granted with permission of the original `N64FlashcartMenu` project
license holders.

<!--- 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>
2025-11-03 17:28:49 +00:00
Robin Jones
47522acdc4 HOTFIX PAL and homebrew image support
needs revisit.
2025-11-03 13:31:19 +00:00
Robin Jones
744fcbf5ac Update changelog and readme for game art switching 2025-11-01 23:21:16 +00:00
Robin Jones
aec181ca80 Update 19_gamepak_boxart.md
Improve image information.
Add new link to suggested metadata.
2025-11-01 23:09:56 +00:00
dpranker
80829809ec Boxart image cycling (#281)
Currently load_rom only looks for the boxart_front, these changes add
support for boxart_front, boxart-back, boxart_left, boxart_right,
boxart_top, boxart_bottom, gamepak_front, and gamepak_right via cycling
the existing image via dpad or menu

## Description
All updates are in load_rom.c. Added an image index to track current
image. scan_boxart_images will check using the 4 digit code for which
images are present for easy cycling (with fallback logic). I originally
had it scanning the directory and preparing the files to cycle when
loading rom_info, but there is pretty noticeable lag so I delayed it to
the first time you attempt to cycle, since it feels like better UX to
still load the screen ASAP in case you just want to jump into ROM
loading.

## Motivation and Context
Documentation mentioned multiple boxarts, which I had loaded onto my SD
card. When I realized only the first art was implemented, I wanted to
give doing the rest a shot. This is my first contribution to the project
and first time really doing much of anything in C, so all feedback
either code or style is appreciated

## How Has This Been Tested?
<!-- (if applicable) -->
Testing has only been done on real hardware, I'm under the impression
that this would not work in testing via Ares due to the SD card
operations, but if this is not the case I'm happy to run through any
other scenarios needed.

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

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [X] Improvement (non-breaking change that adds a new feature)
- [ ] Bug fix (fixes an issue)
- [ ] Breaking change (breaking change)
- [X] Documentation Improvement
- [ ] 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! -->
- [X] My code follows the code style of this project.
- [X] My change requires a change to the documentation.
- [X] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.


You agree with the license terms and that other license types may be
granted with permission of the original `N64FlashcartMenu` project
license holders.

<!--- 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: dpranker<dranker89@gmail.com>

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Image cycling added to ROM load view — use the D-pad to step
forward/back; skips missing images and plays a navigation sound.
* Support expanded for GamePak images: front and back plus left/right
orientations.

* **Documentation**
* Renamed "boxart" to "game art" and updated docs with new dimensions
(158×112 for GamePak front/back) and explicit storage location
(sd:/menu/metadata/).
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
2025-10-30 22:12:37 +00:00
Robin Jones
2f46c47a45 Update 00_index.md
Fix missing EOF
2025-10-28 22:04:07 +00:00
Robin Jones
5f5349416b Add sponsorship link 2025-10-28 21:28:57 +00:00