Launcher, based on PickleLauncher
authorptitSeb <sebastien.chev@gmail.com>
Fri, 11 Oct 2013 13:02:53 +0000 (15:02 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Fri, 11 Oct 2013 13:02:53 +0000 (15:02 +0200)
commit8b5037a6470762c73ca6f5e1e9bb5566f805e948
tree27dbfa033e180a1c3e291714648e72316f5e3b15
parentac4f8e4321adb765745b2da188b8b359735ea379
Launcher, based on PickleLauncher
24 files changed:
source/mupen64launcher/Makefile [new file with mode: 0755]
source/mupen64launcher/docs/COPYING.TXT [new file with mode: 0755]
source/mupen64launcher/docs/DejaVu Fonts License.txt [new file with mode: 0755]
source/mupen64launcher/docs/MiniZip64_info.txt [new file with mode: 0755]
source/mupen64launcher/docs/PickleLauncher_README.txt [new file with mode: 0755]
source/mupen64launcher/src/cbase.cpp [new file with mode: 0755]
source/mupen64launcher/src/cbase.h [new file with mode: 0755]
source/mupen64launcher/src/cconfig.cpp [new file with mode: 0755]
source/mupen64launcher/src/cconfig.h [new file with mode: 0755]
source/mupen64launcher/src/cprofile.cpp [new file with mode: 0755]
source/mupen64launcher/src/cprofile.h [new file with mode: 0755]
source/mupen64launcher/src/cselector.cpp [new file with mode: 0755]
source/mupen64launcher/src/cselector.h [new file with mode: 0755]
source/mupen64launcher/src/csystem.cpp [new file with mode: 0644]
source/mupen64launcher/src/csystem.h [new file with mode: 0644]
source/mupen64launcher/src/czip.cpp [new file with mode: 0755]
source/mupen64launcher/src/czip.h [new file with mode: 0755]
source/mupen64launcher/src/main.cpp [new file with mode: 0755]
source/mupen64launcher/src/main.h [new file with mode: 0755]
source/mupen64launcher/src/unzip/ioapi.c [new file with mode: 0755]
source/mupen64launcher/src/unzip/ioapi.h [new file with mode: 0755]
source/mupen64launcher/src/unzip/unzip.c [new file with mode: 0755]
source/mupen64launcher/src/unzip/unzip.h [new file with mode: 0755]
source/mupen64launcher/src/version.h [new file with mode: 0755]