Skip to content

Conversation

@GameParrot
Copy link
Contributor

No description provided.

Copy link
Member

@ChristopherHX ChristopherHX left a comment

Choose a reason for hiding this comment

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

Game exit is bugged on macOS/arm64, but acceptable

Comment on lines +269 to +272
Log::trace("JniSupport", "Invoking nativeRegisterThis\n");
auto registerThis = activity->getClass().getMethod("()V", "nativeRegisterThis");
if(registerThis)
registerThis->invoke(frame.getJniEnv(), activity.get());
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this logic is used anymore, especially old games using this do upgrade to gameactivity

@ChristopherHX ChristopherHX merged commit 3877a6d into minecraft-linux:master Apr 10, 2025
13 of 22 checks passed
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.

2 participants