File tree Expand file tree Collapse file tree
src/main/java/cn/ussshenzhou/channel/audio/nativ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ mod_name=Channel
3030# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3131mod_license =GNU GPL 3.0
3232# The mod version. See https://semver.org/
33- mod_version =26.1.2-24 +beta
33+ mod_version =26.1.2-25 +beta
3434# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3535# This should match the base package used for the mod sources.
3636# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ public class NvidiaHelper {
2222
2323 public static void init () {
2424 NvidiaInit .checkRequire ();
25+ if (stat != NvidiaHelper .Stat .OK ) {
26+ return ;
27+ }
2528 NvidiaInit .tryLoadDll ();
2629 refresh ();
2730 }
You can’t perform that action at this time.
0 commit comments