Skip to content

Commit 09a8b7d

Browse files
committed
fix
1 parent 8a95d23 commit 09a8b7d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3131
mod_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

src/main/java/cn/ussshenzhou/channel/audio/nativ/NvidiaHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)