From 85023bf5a88807976dfadddc3a3841087b1511c7 Mon Sep 17 00:00:00 2001 From: "random()" Date: Tue, 30 Apr 2024 18:59:16 +0000 Subject: [PATCH] Update jni/default.c *cough* --- jni/default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/default.c b/jni/default.c index a91ead0..8b28260 100644 --- a/jni/default.c +++ b/jni/default.c @@ -31,7 +31,7 @@ JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) { } // patch psm first - LOG("Install Pathces"); + LOG("Install Patches"); set_lib_default_handle(handle); patch_nopsmdrm();