35a716630f
Added a separate memtest python file that uses linux syscalls to read and write to memory. Due to permissions on linux dolphin-memory-lib needs to be ran as sudo as of now.
4 lines
152 B
Bash
Executable file
4 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
echo "dolphin-memory-lib requires sudo permission to read and write to the emulator process memory."
|
|
sudo python memtest_lin.py
|
|
read -n1 -r
|