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

cellGame, sys_ss rng fixes #7547

Merged
merged 4 commits into from
Feb 21, 2020
Merged

cellGame, sys_ss rng fixes #7547

merged 4 commits into from
Feb 21, 2020

Commits on Feb 21, 2020

  1. Minor improvements to sys_ss_random_number_generator

    * Replace CELL_EABORT with exception.
    * Improve error codes a bit.
    * pkg_id == 1 should not return an error if root permission is present.
    * Avoid passing vm pointers to native API, use temp buffer instead.
    elad335 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d333c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e2c35d View commit details
    Browse the repository at this point in the history
  3. Fix cellDiscGameGetBootDiscInfo on error

    * Always set first dword to 0, other bytes are untouched,
    elad335 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d6f0e97 View commit details
    Browse the repository at this point in the history
  4. cellGameDataCheckCreate(2): Set nullptr in setParam

    * setParam is nullptr by default.
    * if setParam is null and it's new data, return error code.
    elad335 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    08b2a62 View commit details
    Browse the repository at this point in the history