Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add native RomFS file and directory handling #645

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2024

  1. Added native RomFS file reading/directory listing

    Find RomFS mounts by name
    Find RomFS files by path or with a mount
    Iterate RomFS directory entries
    Bulmanator committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ff3e698 View commit details
    Browse the repository at this point in the history
  2. Modified stdio RomFS functions to use native

    To consolidate code paths to make maintenance slightly easier
    Bulmanator committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    13d880f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Wrapper to turn romfs_file into romfs_fileobj

    Useful for turning romfs_direntry files into readable files
    Bulmanator committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6218f48 View commit details
    Browse the repository at this point in the history