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

[XAM] Changes to settings handling #2249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 18, 2024

  1. [XAM] Changes to settings handling

    - Fixed incorrect X_USER_PROFILE_SETTING structure
    - Added X_USER_PROFILE_SETTING_HEADER based on entries from console
    - Removed X_USER_PROFILE_SETTING_DATA in favor of X_USER_DATA
    X_USER_DATA is used also in Properties in exactly the same way
    - Removed is_set in favor of X_USER_PROFILE_SETTING_SOURCE
    - Prevent setting from storing settings longer than 0x3E8 bytes. Some games try to write bigger value which causes them to crash
    Gliniak committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    79d2d3b View commit details
    Browse the repository at this point in the history