diff options
author | notaz | 2012-05-01 01:13:15 +0300 |
---|---|---|
committer | notaz | 2012-05-27 20:57:02 +0300 |
commit | 2e6189bc568b4e95cf5b04cf84375b3e918675f1 (patch) | |
tree | e0165451408662a411332a1df3ddabf6e642f04c /configure | |
parent | dd4d5a35678c8ff7f9a7c0ac42be354671534f96 (diff) | |
download | pcsx_rearmed-2e6189bc568b4e95cf5b04cf84375b3e918675f1.tar.gz pcsx_rearmed-2e6189bc568b4e95cf5b04cf84375b3e918675f1.tar.bz2 pcsx_rearmed-2e6189bc568b4e95cf5b04cf84375b3e918675f1.zip |
frontend: minor tweaks
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -313,4 +313,7 @@ if [ "$drc_cache_base" = "yes" ]; then echo "DRC_CACHE_BASE = 1" >> $config_mak fi +# use pandora's skin (for now) +test -e skin || ln -s frontend/pandora/skin skin + # vim:shiftwidth=2:expandtab |