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 "Use strong CRC for texture dump" option. #2820

Merged
merged 6 commits into from
Mar 24, 2024

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    7b03990 View commit details
    Browse the repository at this point in the history
  2. Add "Use strong CRC for texture dump" option.

    When this option is on, textures dumped with alternative strong CRC.
    
    Dumps with strong CRC are stored in "strong_crc" subfolder of dump folder.
    
    Hires texture load is changed:
    if HD texture with RiceCRC is not found, the plugin tries to load HD texture with alternative strong CRC.
    gonetz committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ad5d46c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    568a31f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12d4ec View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Merge branch 'master' of https://github.com/gonetz/GLideN64 into 2806…

    …_strong_hd_texture_hash
    gonetz committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f5237a1 View commit details
    Browse the repository at this point in the history
  2. Fix buffer size.

    gonetz committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    45c140b View commit details
    Browse the repository at this point in the history