Added missing launcher master
authorptitSeb <sebastien.chev@gmail.com>
Sat, 9 Aug 2014 07:14:20 +0000 (09:14 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Sat, 9 Aug 2014 07:14:20 +0000 (09:14 +0200)
commit5288f5429f38c99c73856e285d35e7d0c4c779d0
tree0ab1961b4b0a87f0ed0cabcd9ee3a15a459f4eec
parent48d77f736bea02afeb362cff05c81375752b3015
Added missing launcher
31 files changed:
source/front-end/.hgignore [new file with mode: 0644]
source/front-end/INSTALL [new file with mode: 0644]
source/front-end/LICENSES [new file with mode: 0644]
source/front-end/README [new file with mode: 0644]
source/front-end/RELEASE [new file with mode: 0644]
source/front-end/doc/mupen64plus.6 [new file with mode: 0644]
source/front-end/projects/android/Android.mk [new file with mode: 0644]
source/front-end/projects/msvc11/mupen64plus-ui-console.sln [new file with mode: 0644]
source/front-end/projects/msvc11/mupen64plus-ui-console.vcxproj [new file with mode: 0644]
source/front-end/projects/msvc8/mupen64plus-ui-console.sln [new file with mode: 0644]
source/front-end/projects/msvc8/mupen64plus-ui-console.vcproj [new file with mode: 0644]
source/front-end/projects/unix/Makefile [new file with mode: 0755]
source/front-end/projects/unix/Makefile.orig [new file with mode: 0755]
source/front-end/src/cheat.c [new file with mode: 0644]
source/front-end/src/cheat.h [new file with mode: 0644]
source/front-end/src/compare_core.c [new file with mode: 0644]
source/front-end/src/compare_core.h [new file with mode: 0644]
source/front-end/src/core_interface.c [new file with mode: 0644]
source/front-end/src/core_interface.h [new file with mode: 0644]
source/front-end/src/main.c [new file with mode: 0755]
source/front-end/src/main.h [new file with mode: 0644]
source/front-end/src/osal_dynamiclib.h [new file with mode: 0644]
source/front-end/src/osal_dynamiclib_unix.c [new file with mode: 0644]
source/front-end/src/osal_dynamiclib_win32.c [new file with mode: 0644]
source/front-end/src/osal_files.h [new file with mode: 0644]
source/front-end/src/osal_files_unix.c [new file with mode: 0644]
source/front-end/src/osal_files_win32.c [new file with mode: 0644]
source/front-end/src/osal_preproc.h [new file with mode: 0755]
source/front-end/src/plugin.c [new file with mode: 0644]
source/front-end/src/plugin.h [new file with mode: 0644]
source/front-end/src/version.h [new file with mode: 0644]