sm64coopdx: patch out update check

This commit is contained in:
Shelvacu
2025-09-04 19:57:06 -07:00
committed by Shelvacu on fw
parent 1c4329b271
commit 3d7bf59c67
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,12 @@
diff --git i/src/pc/update_checker.c w/src/pc/update_checker.c
index e83414106..53909c075 100644
--- i/src/pc/update_checker.c
+++ w/src/pc/update_checker.c
@@ -127,6 +127,7 @@ void get_version_remote(void) {
}
void check_for_updates(void) {
+ return;
LOADING_SCREEN_MUTEX(loading_screen_set_segment_text("Checking For Updates"));
get_version_remote();
+2
View File
@@ -46,6 +46,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-FHH3+pGowkT8asDmU9qxPNDKy4VPKlkA0X7e4gnX9KY=";
};
patches = [ ./no-update-check.patch ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [