Recent content by MasterLinux

  1. M

    Guide: Screenshots

    That's what i need :) Thank you. I have modify the script a little bit. So it takes all 25 seconds a screenshot. So i can take screenshots from the inside of any emulator or other programm. It's not a perfect solution, but it works fine ;) Here is it: #!/bin/bash i=1 while [ $i -le 25 ] do...
Back
Top