0ccd79677d
Integrate save functionality into main loop
...
- Add save_basic.h include to main.c
- Wire up A button to trigger save operations
- Update version to 0.2
2023-05-16 15:27:51 -07:00
adfc526f6c
Add basic save file structure
...
- Create save.h with gameDataSav struct
- Add placeholder functions for save handling
- Foundation for BOTW save data manipulation
2023-05-16 14:16:25 -07:00
46e530be36
Add basic main.c with console setup
...
Create minimal Switch homebrew application.
- Initialize console and input handling
- Basic event loop with exit on Plus button
- Foundation for BOTW save tool
2023-05-16 09:31:00 -07:00
3e7538fffd
Add basic Makefile for Nintendo Switch homebrew
...
Set up build system using devkitPro toolchain.
Includes standard flags for Switch development.
2023-05-15 16:58:48 -07:00
e9ae66e136
Initial project setup
...
Add basic project structure with README and gitignore.
Setting up Nintendo Switch homebrew project for BOTW save modification.
2023-05-15 14:29:16 -07:00