forked from Mirrors/RGSX
4 lines
154 B
Bash
4 lines
154 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Supprimer SDL_VIDEODRIVER=fbcon pour laisser SDL choisir le pilote
|
||
|
|
# export SDL_VIDEODRIVER=fbcon
|
||
|
|
/usr/bin/python3 /userdata/roms/ports/RGSX
|