1
0
Fork 0

fixed run scripts

This commit is contained in:
QbeRoot 2021-10-14 02:33:28 +02:00
parent 83f096b1db
commit 2a5488e663
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
python memorylib.py
python collision.py
pause

2
run.sh
View file

@ -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