Rebase/mojo base#96
Open
Vylesh wants to merge 378 commits into
Open
Conversation
Replaced by common LibraryPlugin
... create the plugin inst in runtime - this shouldn't affect performance, I guess. Also looks more "cooler"? As discoverPlugin will return null if the plugin isn't installed
This check was triggered unpredictably and doesn't matter that much anyway
Fixes KiltMC's ASMFabricLoader injection
…om starting the launcher
…s again and again
Caused hinter freeing to badly break
It was cool, but, at this point, just get the mod. (+ the option was already broken for like, a solid while and nobody really cared)
It was fixed by Mojang
Adreno has an on-chip cache memory called GMEM which is used for tiled rendering. On some GPUs (Adreno 830, Adreno 710/720) it works incorrectly causing GPU faults, artifacts and sometimes completely garbled picture. (as reported on MojoLauncher Discord) Turnip/Freedreno have an option to force sysmem rendering instead. It's obviously slower than on-chip memory especially on low-end devices, however, on the mentioned GPUs it makes the rendering correct without any noticeable performance loss. This PR adds a preference to make sysmem forced. It's confirmed to fix issues on at least Adreno 830. The option is located in the experimental settings due to specific of such setting and because it can make Minecraft run VERY SLOW on low-end A6XX/A7XX devices.
…phone Add microphone permission request button
Fixes crashes with custom control layouts
Squashed 294 commits from CopperLauncher/Copper-Android (originally based on AngelAuraMC/Amethyst-Android) and replayed them on top of MojoLauncher/MojoLauncher as a single tree-replacement commit. Source: CopperLauncher/Copper-Android @ v3_openjdk Base: MojoLauncher/MojoLauncher @ v3_openjdk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reopening pr
Bluntly Rebased version of copper with Mojo foundation