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

Implement sysutil_check_name_string, Fix process default sdk version #6967

Merged
merged 3 commits into from
Nov 10, 2019

Commits on Nov 10, 2019

  1. Implement sysutil_check_name_string

    * Fully implement 3, 4, 16 and 17 error checks of cellSaveData.
    * cellSysCacheMount restrict characters in ID.
    * cellHddGameCheck restricts characters in dirName.
    elad335 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    74464be View commit details
    Browse the repository at this point in the history
  2. Loader: Fix default sdk version

    Note: sdk version checks are unsigned checks, such value results in always true.
    elad335 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    8a7009f View commit details
    Browse the repository at this point in the history
  3. Fix string length check in cellGameThemeInstall

    vm::ptr::size() returns sizeof type instead.
    elad335 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    d063f0d View commit details
    Browse the repository at this point in the history