Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dark98
2006Scape Mobile
Commits
c4554b8c
Unverified
Commit
c4554b8c
authored
4 years ago
by
LegacyGamerHD
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
set mimmap to zero might fix 1.12.2 and below
parent
ca3da54d
master
keyboard-fixes
long-press
longpress-mouse-fix
3.3.1.1-30-aug-20201
v3.3.1.1
v3.3.1-release
v3.3.0-testing
v3.2.0-release
hd-2.4
hd-2.3
hd-2.2
hd-2.1
hd2.1
hd2.0
crocus
Alpha
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/net/kdt/pojavlaunch/JREUtils.java
+1
-1
app/src/main/java/net/kdt/pojavlaunch/JREUtils.java
with
1 addition
and
1 deletion
+1
-1
app/src/main/java/net/kdt/pojavlaunch/JREUtils.java
+
1
-
1
View file @
c4554b8c
...
...
@@ -98,7 +98,7 @@ public class JREUtils
setEnvironment
(
launchType
,
"JAVA_HOME"
,
Tools
.
homeJreDir
);
setEnvironment
(
launchType
,
"HOME"
,
Tools
.
MAIN_PATH
);
setEnvironment
(
launchType
,
"TMPDIR"
,
ctx
.
getCacheDir
().
getAbsolutePath
());
setEnvironment
(
launchType
,
"LIBGL_MIPMAP"
,
"
3
"
);
setEnvironment
(
launchType
,
"LIBGL_MIPMAP"
,
"
0
"
);
setEnvironment
(
launchType
,
"MESA_GLSL_CACHE_DIR"
,
ctx
.
getCacheDir
().
getAbsolutePath
());
setEnvironment
(
launchType
,
"LD_LIBRARY_PATH"
,
ldLibraryPath
);
setEnvironment
(
launchType
,
"PATH"
,
Tools
.
homeJreDir
+
"/bin:"
+
getBridgeOs
(
"getenv"
,
"PATH"
));
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets