Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6958
    leoplureodon
    Participant

    I’ve got dropbox uploading/downloading files I choose through ssh commands already using Dropbox-Uploader. What I’d like to do is tell emulation station to download a specific save for the intended game before emulation happens, and then upload the save when finished.

    I come from a unity background so this is all pseudo code for what I’d like to do.

    if(rom.name == Pokemon-Yellow)
    {
        ./dropbox_uploader.sh download "Apps/GBSaves/pokemon-yellow.sav" "home/pi/blahblah/saves/Pokemon-Yellow.sav"
        StartEmulation();
    }
    

    And then the reverse when emulation is finished. Any ideas on where to start or where to put commands? This would make a great feature for retropie I think.

    #94311
    curswine
    Participant

    Could you or anybody else explain how to use Dropbox and Retropie together? Ideally I’d use it to upload Screenshots taken. Thanks for the assistance and sorry for resurrecting an old thread.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Ideas for Further Enhancements’ is closed to new topics and replies.