Files
N64FlashcartMenu/Makefile
LuEnCam e932bc4b2b [develop] Controller Pak settings option added (#268)
## Description
A new setting to the N64FlashcartMenu has been added: the controller pak
settings menu.

## Motivation and Context
A lot of users wanted to have the ability to dump/restore and list their
controller pak save files. I made a tool a while ago that was doing that
and people motivated me to integrate it in this menu.

## How Has This Been Tested?
During it's development, multiple versions of the ROM menu were shared
and tested in the N64Brew Discord.

## Screenshots
<img width="627" height="468" alt="img_1"
src="https://github.com/user-attachments/assets/14a38480-97b2-45de-b312-ddfaf2c1728c"
/>
<img width="616" height="461" alt="img_2"
src="https://github.com/user-attachments/assets/9d4ef469-3beb-4944-9cb0-5014f19764ac"
/>


## Types of changes
- [x] 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:
- [ ] My code follows the code style of this project.
- [x] 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.

Signed-off-by: LuEnCam


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

## Summary by CodeRabbit

- New Features
- Controller Pak manager: mount/status, list notes, dump all or single
notes, delete, format, and copy with confirmations and progress.
- Restore workflows: restore full Controller Pak dumps and individual
note dumps to a selected controller.
  - Browser: new “Controller Pak manager” entry in Settings.
- File Info: detects Controller Pak dump/note files and offers
context-aware “Restore” actions.

- UI
- Updated action bars and messages; added contributor credit for the
Controller Pak manager.

- Chores
  - Ignore Windows executables; updated a dependency reference.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
2025-10-05 17:53:32 +01:00

5.2 KiB