mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
a078d40b80
1548bee835 Update glsm df7c8aebea Update glsm git-subtree-dir: libretro-common git-subtree-split: 1548bee835ab5fa2d120a4859ff653a5f128de1f
14 lines
134 B
Bash
Executable File
14 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PACKAGE_NAME=retroarch
|
|
|
|
cat /dev/null > config.log
|
|
|
|
. qb/qb.system.sh
|
|
|
|
. qb/qb.params.sh
|
|
|
|
. qb/qb.comp.sh
|
|
|
|
. qb/qb.libs.sh
|