Core commit. Compile and run on the OpenPandora
authorptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:17:20 +0000 (21:17 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:17:20 +0000 (21:17 +0200)
commit451ab91e3827a6384981b3300e2a7000d2eaba58
tree9bc29604d948140ee9b149f73ea064c8a990cba7
parenta2ab25365b5b0dddbee476d695d8a31151407581
Core commit. Compile and run on the OpenPandora
203 files changed:
source/mupen64plus-core/INSTALL [new file with mode: 0644]
source/mupen64plus-core/LICENSES [new file with mode: 0644]
source/mupen64plus-core/README [new file with mode: 0644]
source/mupen64plus-core/RELEASE [new file with mode: 0644]
source/mupen64plus-core/data/font.ttf [new file with mode: 0644]
source/mupen64plus-core/data/mupen64plus.cht [new file with mode: 0644]
source/mupen64plus-core/data/mupen64plus.ini [new file with mode: 0644]
source/mupen64plus-core/data/mupencheat.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_Core_Parameters.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_Plugin_Parameters.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_API_Versioning.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Core_API_v1.0.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Core_Basic.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Core_Config.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Core_Debugger.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Core_Front-End.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Core_Video_Extension.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Design_Proposal_3.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_Plugin_API.txt [new file with mode: 0644]
source/mupen64plus-core/doc/emuwiki-api-doc/Mupen64Plus_v2.0_headers.txt [new file with mode: 0644]
source/mupen64plus-core/doc/font-license [new file with mode: 0644]
source/mupen64plus-core/doc/gpl-license [new file with mode: 0644]
source/mupen64plus-core/doc/lgpl-license [new file with mode: 0644]
source/mupen64plus-core/doc/new_dynarec.txt [new file with mode: 0644]
source/mupen64plus-core/projects/msvc11/mupen64plus-core.vcxproj [new file with mode: 0644]
source/mupen64plus-core/projects/msvc8/mupen64plus-core.vcproj [new file with mode: 0644]
source/mupen64plus-core/projects/unix/Makefile [new file with mode: 0755]
source/mupen64plus-core/src/api/api_export.ver [new file with mode: 0644]
source/mupen64plus-core/src/api/callbacks.c [new file with mode: 0644]
source/mupen64plus-core/src/api/callbacks.h [new file with mode: 0644]
source/mupen64plus-core/src/api/common.c [new file with mode: 0644]
source/mupen64plus-core/src/api/config.c [new file with mode: 0644]
source/mupen64plus-core/src/api/config.h [new file with mode: 0644]
source/mupen64plus-core/src/api/debugger.c [new file with mode: 0644]
source/mupen64plus-core/src/api/debugger.h [new file with mode: 0644]
source/mupen64plus-core/src/api/eglport.cpp [new file with mode: 0755]
source/mupen64plus-core/src/api/eglport.h [new file with mode: 0755]
source/mupen64plus-core/src/api/frontend.c [new file with mode: 0755]
source/mupen64plus-core/src/api/m64p_common.h [new file with mode: 0644]
source/mupen64plus-core/src/api/m64p_config.h [new file with mode: 0644]
source/mupen64plus-core/src/api/m64p_debugger.h [new file with mode: 0644]
source/mupen64plus-core/src/api/m64p_frontend.h [new file with mode: 0644]
source/mupen64plus-core/src/api/m64p_plugin.h [new file with mode: 0644]
source/mupen64plus-core/src/api/m64p_types.h [new file with mode: 0644]
source/mupen64plus-core/src/api/m64p_vidext.h [new file with mode: 0644]
source/mupen64plus-core/src/api/vidext.c [new file with mode: 0755]
source/mupen64plus-core/src/api/vidext.h [new file with mode: 0644]
source/mupen64plus-core/src/api/vidext_sdl2_compat.h [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_breakpoints.c [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_breakpoints.h [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_decoder.c [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_decoder.h [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_decoder_local.h [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_memory.c [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_memory.h [new file with mode: 0644]
source/mupen64plus-core/src/debugger/dbg_types.h [new file with mode: 0644]
source/mupen64plus-core/src/debugger/debugger.c [new file with mode: 0644]
source/mupen64plus-core/src/debugger/debugger.h [new file with mode: 0644]
source/mupen64plus-core/src/main/cheat.c [new file with mode: 0644]
source/mupen64plus-core/src/main/cheat.h [new file with mode: 0644]
source/mupen64plus-core/src/main/eventloop.c [new file with mode: 0644]
source/mupen64plus-core/src/main/eventloop.h [new file with mode: 0644]
source/mupen64plus-core/src/main/lirc.c [new file with mode: 0644]
source/mupen64plus-core/src/main/lirc.h [new file with mode: 0644]
source/mupen64plus-core/src/main/list.h [new file with mode: 0644]
source/mupen64plus-core/src/main/main.c [new file with mode: 0755]
source/mupen64plus-core/src/main/main.h [new file with mode: 0644]
source/mupen64plus-core/src/main/md5.c [new file with mode: 0644]
source/mupen64plus-core/src/main/md5.h [new file with mode: 0644]
source/mupen64plus-core/src/main/rom.c [new file with mode: 0644]
source/mupen64plus-core/src/main/rom.h [new file with mode: 0644]
source/mupen64plus-core/src/main/savestates.c [new file with mode: 0644]
source/mupen64plus-core/src/main/savestates.h [new file with mode: 0644]
source/mupen64plus-core/src/main/util.c [new file with mode: 0644]
source/mupen64plus-core/src/main/util.h [new file with mode: 0644]
source/mupen64plus-core/src/main/version.h [new file with mode: 0644]
source/mupen64plus-core/src/main/workqueue.c [new file with mode: 0644]
source/mupen64plus-core/src/main/workqueue.h [new file with mode: 0644]
source/mupen64plus-core/src/main/zip/crypt.h [new file with mode: 0644]
source/mupen64plus-core/src/main/zip/ioapi.c [new file with mode: 0644]
source/mupen64plus-core/src/main/zip/ioapi.h [new file with mode: 0644]
source/mupen64plus-core/src/main/zip/unzip.c [new file with mode: 0644]
source/mupen64plus-core/src/main/zip/unzip.h [new file with mode: 0644]
source/mupen64plus-core/src/main/zip/zip.c [new file with mode: 0644]
source/mupen64plus-core/src/main/zip/zip.h [new file with mode: 0644]
source/mupen64plus-core/src/memory/dma.c [new file with mode: 0644]
source/mupen64plus-core/src/memory/dma.h [new file with mode: 0644]
source/mupen64plus-core/src/memory/flashram.c [new file with mode: 0644]
source/mupen64plus-core/src/memory/flashram.h [new file with mode: 0644]
source/mupen64plus-core/src/memory/memory.c [new file with mode: 0644]
source/mupen64plus-core/src/memory/memory.h [new file with mode: 0644]
source/mupen64plus-core/src/memory/n64_cic_nus_6105.c [new file with mode: 0644]
source/mupen64plus-core/src/memory/n64_cic_nus_6105.h [new file with mode: 0644]
source/mupen64plus-core/src/memory/pif.c [new file with mode: 0644]
source/mupen64plus-core/src/memory/pif.h [new file with mode: 0644]
source/mupen64plus-core/src/memory/tlb.c [new file with mode: 0644]
source/mupen64plus-core/src/memory/tlb.h [new file with mode: 0644]
source/mupen64plus-core/src/osal/dynamiclib.h [new file with mode: 0644]
source/mupen64plus-core/src/osal/dynamiclib_unix.c [new file with mode: 0644]
source/mupen64plus-core/src/osal/dynamiclib_win32.c [new file with mode: 0644]
source/mupen64plus-core/src/osal/files.h [new file with mode: 0644]
source/mupen64plus-core/src/osal/files_unix.c [new file with mode: 0644]
source/mupen64plus-core/src/osal/files_win32.c [new file with mode: 0644]
source/mupen64plus-core/src/osal/preproc.h [new file with mode: 0644]
source/mupen64plus-core/src/osd/OGLFT.cpp [new file with mode: 0644]
source/mupen64plus-core/src/osd/OGLFT.h [new file with mode: 0644]
source/mupen64plus-core/src/osd/osd.cpp [new file with mode: 0644]
source/mupen64plus-core/src/osd/osd.h [new file with mode: 0644]
source/mupen64plus-core/src/osd/screenshot.cpp [new file with mode: 0644]
source/mupen64plus-core/src/osd/screenshot.h [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_audio.c [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_audio.h [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_input.c [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_input.h [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_rsp.c [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_rsp.h [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_video.c [new file with mode: 0644]
source/mupen64plus-core/src/plugin/dummy_video.h [new file with mode: 0644]
source/mupen64plus-core/src/plugin/plugin.c [new file with mode: 0644]
source/mupen64plus-core/src/plugin/plugin.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/empty_dynarec.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/exception.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/exception.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/fpu.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interpreter.def [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interpreter_cop0.def [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interpreter_cop1.def [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interpreter_r4300.def [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interpreter_regimm.def [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interpreter_special.def [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interpreter_tlb.def [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interupt.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/interupt.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/macros.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/new_dynarec/assem_arm.c [new file with mode: 0755]
source/mupen64plus-core/src/r4300/new_dynarec/assem_arm.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/new_dynarec/assem_x86.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/new_dynarec/assem_x86.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/new_dynarec/linkage_arm.S [new file with mode: 0644]
source/mupen64plus-core/src/r4300/new_dynarec/linkage_x86.S [new file with mode: 0644]
source/mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/new_dynarec/new_dynarec.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/ops.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/profile.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/pure_interp.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/r4300.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/r4300.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/recomp.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/recomp.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/recomph.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/reset.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/reset.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/assemble.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/assemble.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/assemble_struct.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gbc.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gcop0.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gcop1.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gcop1_d.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gcop1_l.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gcop1_s.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gcop1_w.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gr4300.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gregimm.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gspecial.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/gtlb.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/interpret.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/regcache.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/regcache.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86/rjump.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/assemble.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/assemble.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/assemble_struct.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gbc.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gcop0.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gcop1.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gcop1_d.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gcop1_l.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gcop1_s.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gcop1_w.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gr4300.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gregimm.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gspecial.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/gtlb.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/interpret.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/regcache.c [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/regcache.h [new file with mode: 0644]
source/mupen64plus-core/src/r4300/x86_64/rjump.c [new file with mode: 0644]
source/mupen64plus-core/tools/build_bundle_bin.sh [new file with mode: 0755]
source/mupen64plus-core/tools/build_bundle_src.sh [new file with mode: 0755]
source/mupen64plus-core/tools/build_modules_src.sh [new file with mode: 0755]
source/mupen64plus-core/tools/cheat_code_convert.py [new file with mode: 0755]
source/mupen64plus-core/tools/install_binary_bundle.sh [new file with mode: 0755]
source/mupen64plus-core/tools/m64p_helper_scripts.tar.gz [new file with mode: 0644]
source/mupen64plus-core/tools/osx_build_bundle.sh [new file with mode: 0755]
source/mupen64plus-core/tools/osx_build_instructions.txt [new file with mode: 0644]
source/mupen64plus-core/tools/profiling.txt [new file with mode: 0644]
source/mupen64plus-core/tools/r4300prof.c [new file with mode: 0644]
source/mupen64plus-core/tools/regtests/daily-tests.cfg [new file with mode: 0644]
source/mupen64plus-core/tools/regtests/regression-video.py [new file with mode: 0755]
source/mupen64plus-core/tools/savestate_convert.c [new file with mode: 0644]
source/mupen64plus-core/tools/savestate_convert.txt [new file with mode: 0644]
source/mupen64plus-core/tools/uninstall_binary_bundle.sh [new file with mode: 0755]