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

Diagnostic fixes #3411

Merged
merged 5 commits into from
Sep 13, 2017
Merged

Diagnostic fixes #3411

merged 5 commits into from
Sep 13, 2017

Conversation

Nekotekina
Copy link
Member

No description provided.

@woj1993
Copy link

woj1993 commented Sep 8, 2017

@Nekotekina It seems this doesn't compile.
P.S. Can you check pull request 3388? It awaits only for you review and I don't know if you got notification.

@@ -752,6 +769,12 @@ error_code sys_fs_fcntl(u32 fd, u32 op, vm::ptr<void> _arg, u32 _size)
fs::device_stat info;
if (!fs::statfs(vfs::get(arg->path.get_ptr()), info))
{
switch (auto error = fs::g_tls_error)
{
case fs::error::noent: return {CELL_ENOENT, path};
Copy link

Choose a reason for hiding this comment

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

It shouldn't be return {CELL_ENOENT, vfs::get(arg->path.get_ptr())};

@AniLeo
Copy link
Member

AniLeo commented Sep 8, 2017

@woj1993 #3388 is not ready nor is it related to this PR

@MsDarkLow
Copy link
Contributor

The log about trying to go ingame w/ Unreal Tournament 3 but it brings back to the main menu with no much reason.
(Fails to find the files?)
UT3RPCS3.zip

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

4 participants