mkdir /home/pi/pimame/roms/c64or change the emulator to point to an existing folder by editing /home/pi/pimame/pimame-menu/config.yaml
from os import system, remove, close, execl
@staticmethod
def run_command_and_continue(command):
pygame.quit()
time.sleep(1)
system(command + " && export LD_LIBRARY_PATH= ")
#restart piplay
python = sys.executable
execl(python, python, * sys.argv)
It looks like you're new here. If you want to get involved, click one of these buttons!