From 2a5488e66369e2ecc89469c36f9a215759559c2b Mon Sep 17 00:00:00 2001 From: QbeRoot Date: Thu, 14 Oct 2021 02:33:28 +0200 Subject: [PATCH] fixed run scripts --- run.bat | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.bat b/run.bat index 8d494e5..64f2a3a 100644 --- a/run.bat +++ b/run.bat @@ -1,2 +1,2 @@ -python memorylib.py +python collision.py pause \ No newline at end of file diff --git a/run.sh b/run.sh index ca650bc..c70173f 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ #!/bin/bash echo "dolphin-memory-lib requires sudo permission to read and write to the emulator process memory." -sudo python memtest_lin.py +sudo python collision.py read -n1 -r