Is it possible to copy a custom es_systems.cfg to my recalbox share vs making the system writable and editing the one in the emulationstation folder? I have my share on USB and it would be nice to be able to just drop a es_systems.cfg and have it read it, just like we do with the themes. Thank you Luis
Posts made by thatguyinfl
-
Copying custom es_systems.cfg to share vs editing original?
-
Green Screen with VGA Adapter?
Could someone point me in the right direction? I am using a HDMI to VGA adapter and every game, no matter what system I use is green like this: The front end looks normal and is how it should be, it is only the games themselves. Any thoughts? I will keep searching the forum and trying a few different settings. Thanks Luis
-
Williams Defender
Does anyone know how to get passed the "Press advance to step thru test" when launching defender? I am stuck on this screen. Most sites state to reset the game and I can do it in mame4all but not imame4all-libreto. I cannot figure out the keyboard keys to get passed this. Any help is highly appreciated. Luis
-
Mame Nag Screen?
I am just curious about the nag screen each time you launch a mame rom. I used the provided dat file and rebuilt a new set but it still pops up. Can this be disabled? Thank you ThatGuyinFL
-
RE: (Resolved) Running Roms from Thumb Drive Issues
Thank you!!! What amazing support!!! Works everytime now. I extremely appreciate your time and effort. This has been resolved. Thank you Luis
-
RE: (Resolved) Running Roms from Thumb Drive Issues
This is the contents of S31emulationstation. Can I put 'sleep 4' at the top and also remove the quotes? Thanks for the fast reply. #!/bin/sh # # log=/root/recalbox.log essetting=/recalbox/scripts/essetting.sh case "$1" in start) settings_lang="
$essetting get Lang
" echo "logtime
: starting emulationstation with lang = $settings_lang" >> $log command="HOME=/root LANG="${settings_lang}.UTF-8" SDL_VIDEO_GL_DRIVER=/usr/lib/libGLESv2.so SDL_NOMOUSE=1 /usr/bin/emulationstation" echo "logtime
: Starting emulationstation with command : " >> $log echo "$command" >> $log eval $command >> $log & ;; stop) killall emulationstation ;; restart|reload) "$0" stop "$0" start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 esac exit $? -
(Resolved) Running Roms from Thumb Drive Issues
Hey guys, I followed the tutorial "Auto mount of usb in place of share partition" and I am having some issues. I made the proper changes in /etc/fstab and commented out: #/dev/mmcblk0p7 on /recalbox/share type vfat and added /dev/sda1 /recalbox/share vfat defaults,rw 0 0 After a reboot, emulationstation cannot find my systems. So I verify /dev/sda1 is mounted as /recalbox/share by using df -h and it is. I reboot again and it works. I power off and on, there gone. It is not consistent. The only thing that is always consistent is when using mount or df -h, I see the thumb drive mounted where it should be. I was forced to move all my roms back to sd card until i can resolve this issue. Has anyone see this? Keep in mind it always shows mounted but hit or miss with emulationstation seeing the drive. As for more troubleshooting, I bought a 32gb thumb drive with the same issues. My final test was to edit the es_system.cfg and point psx to /media/usb0 for the rom location. Sometimes psx is in the menu and sometimes not but drive is still mounted. I am out of ideas. Any help? Thanks Luis Screenshots