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

Stub cellSysconf module #2643

Merged
merged 2 commits into from
Apr 7, 2017
Merged

Stub cellSysconf module #2643

merged 2 commits into from
Apr 7, 2017

Conversation

scribam
Copy link
Contributor

@scribam scribam commented Apr 6, 2017

No description provided.

@mention-bot
Copy link

@scribam, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Nekotekina, @vlj and @O1L to be potential reviewers.

{
fmt::throw_exception("Unimplemented" HERE);
cellSysconf.todo("cellSysconfOpen(type=%d, func=*0x%x, userdata=*0x%x, extparam=*0x%x, id=%d)", type, func, userdata, extparam, id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%d prints a signed int, here you'd want to use %u to print those unsigned int

logs::channel cellSysconf("cellSysconf", logs::level::notice);

s32 cellSysconfAbort()
{
fmt::throw_exception("Unimplemented" HERE);
cellSysconf.todo("cellSysconfAbort()");
return CELL_OK;
Copy link
Contributor

@Zangetsu38 Zangetsu38 Apr 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resistance 1 requiere this function for show ingame, and stub not works, need implement.

@Nekotekina Nekotekina merged commit 22ec8c4 into RPCS3:master Apr 7, 2017
@scribam scribam deleted the update-cellsysconf branch April 7, 2017 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants