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

HLE improvements #1216

Merged
merged 4 commits into from Sep 14, 2015
Merged

HLE improvements #1216

merged 4 commits into from Sep 14, 2015

Conversation

tambry
Copy link
Contributor

@tambry tambry commented Sep 11, 2015

Mostly ported safe stuff over from #1205. Other stuff that was in that one, I'll probably further cleanup (cellGcm and RSX) and then will include as a part of another PR in the future.

@Nekotekina
Copy link
Member

Maybe you will fix all the issues firstly.

@tambry
Copy link
Contributor Author

tambry commented Sep 11, 2015

@Nekotekina Those issues being?

@Nekotekina
Copy link
Member

I hoped you would remove that HLE license area option and remove the "sign in dialog" since it's useless and only looks confusing. Plus l10n changes are insane. I already said that converter format is just (src_code << 16) | (dst_code).

@tambry
Copy link
Contributor Author

tambry commented Sep 11, 2015

@Nekotekina Seems like I missed the s_round thingy for the License area. Thanks for pointing out, I have fixed it. I have also fixed the L10n with help from you, thank you. I have disabled the sign in dialog until it gets cleaned up and ESN support is integrated.

@@ -2,6 +2,8 @@

namespace vm { using namespace ps3; }

std::map<s32, std::pair<s32, s32>> converters;

Copy link
Member

Choose a reason for hiding this comment

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

It's not only wrong because you forgot to remove it, it's bad idea to define variables in headers this way.

Also fixed newlines, CellSailEvent, fixed CellMusic changes, fixed
console_write, fixed L10n changes and removed the login dialog for now,
until a more proper implementation.
@Nekotekina Nekotekina merged commit 8204737 into RPCS3:master Sep 14, 2015
@tambry tambry deleted the errormerge branch September 14, 2015 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

2 participants