mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Add libretro-config.sh for setting certain configuration variables
This commit is contained in:
parent
c960a42c72
commit
2f2dbbc544
4
libretro-config.sh
Normal file
4
libretro-config.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
#if uncommented, will fetch repos with read+write access. Useful for committers
|
||||
#export WRITERIGHTS
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. libretro-config.sh
|
||||
|
||||
# Keep three copies so we don't have to rebuild stuff all the time.
|
||||
fetch_project_bsnes()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user