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

Add more error_code #8594

Merged
merged 10 commits into from Jul 24, 2020
Merged

Add more error_code #8594

merged 10 commits into from Jul 24, 2020

Conversation

Megamouse
Copy link
Contributor

@Megamouse Megamouse commented Jul 15, 2020

  • also adds some definitions to cellMic and cellMusic

@Megamouse
Copy link
Contributor Author

  • added a gazillion more error_codes for most functions in the "Cell/Modules" VS filter.
    Except sys_net.cpp and cellSpurs.cpp, since they probably need a bit more concentration and know-how.

@@ -31,7 +31,7 @@ error_code sys_spinlock_lock(ppu_thread& ppu, vm::ptr<atomic_be_t<u32>> lock)
return CELL_OK;
}

s32 sys_spinlock_trylock(vm::ptr<atomic_be_t<u32>> lock)
error_code sys_spinlock_trylock(vm::ptr<atomic_be_t<u32>> lock)
Copy link
Contributor

Choose a reason for hiding this comment

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

EBUSY should be not_an_error in this function.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

};

enum : u64
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice bugfix.

@Megamouse Megamouse merged commit bb3ac62 into RPCS3:master Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants