language:
English (en_US)
projects
/
in_xsf
/ commit
commit
author
committer
file
search:
summary
|
shortlog
|
log
| commit |
commitdiff
|
tree
Import actual code.
author
Naram Qashat
Tue, 26 Mar 2013 06:41:19 +0000
(
02:41
-0400
)
committer
Naram Qashat
Wed, 08 May 2013 18:52:03 +0000
(
14:52 -0400
)
commit
bc076aa287a88d217a3eeb5bb842e793a5b30271
tree
ce428cd9620ba4b24969600300de18bdd78d9101
tree
|
snapshot
parent
8f0a76df8696978bb1914f7689e890755cae6b69
commit
|
commitdiff
Import actual code.
217 files changed:
src/.gitignore
[ new file with mode 0644 ]
blob
|
plain
src/Makefile
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/XSFConfig_2SF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/XSFPlayer_2SF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/FIFO.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/FIFO.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/MMU.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/MMU.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/MMU_timing.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/NDSSystem.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/NDSSystem.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/PACKED.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/PACKED_END.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/SPU.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/SPU.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/addons/slot1_retail.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/arm_instructions.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/arm_instructions.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/armcpu.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/armcpu.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/bios.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/bios.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/bits.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/common.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/common.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/cp15.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/cp15.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/debug.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/debug.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/emufile.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/emufile.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/firmware.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/firmware.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/instruction_tabdef.inc
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/matrix.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/mc.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/mc.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/mem.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SndOut.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SndOut.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/AAFilter.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/AAFilter.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/ConfigSoundtouch.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/Dialogs.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/FIFOSampleBuffer.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/FIFOSampleBuffer.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/FIFOSamplePipe.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/FIRFilter.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/FIRFilter.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/RateTransposer.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/RateTransposer.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/STTypes.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/SoundTouch.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/SoundTouch.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/TDStretch.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/TDStretch.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/cpu_detect.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/cpu_detect_x86_gcc.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/cpu_detect_x86_win.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/SoundTouch/sse_optimized.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/Timestretcher.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/metaspu.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/metaspu/metaspu.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/path.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/path.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/pathsettings.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/readwrite.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/readwrite.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/registers.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/resource.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/saves.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/saves.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/slot1.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/slot1.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/thumb_instructions.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/thumb_instructions.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/thumb_tabdef.inc
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/types.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/utils/dlditool.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/utils/xstring.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/utils/xstring.h
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/version.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_2sf/desmume/version.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/XSFConfig_GSF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/XSFPlayer_GSF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/License.txt
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Blip_Buffer.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Blip_Buffer.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Effects_Buffer.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Effects_Buffer.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Gb_Apu.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Gb_Apu.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Gb_Apu_State.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Gb_Oscs.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Gb_Oscs.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Multi_Buffer.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/Multi_Buffer.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/blargg_common.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/blargg_config.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/apu/blargg_source.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/common/Port.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/common/SoundDriver.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/common/Types.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/GBA-arm.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/GBA-thumb.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/GBA.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/GBA.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/GBAcpu.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/GBAinline.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/Globals.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/Globals.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/Sound.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/Sound.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/bios.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gba/bios.h
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/gpl.txt
[ new file with mode 0644 ]
blob
|
plain
src/in_gsf/vbam/revision.txt
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/Channel.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/Channel.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/FATSection.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/FATSection.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/INFOEntry.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/INFOEntry.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/INFOSection.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/INFOSection.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/NDSStdHeader.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/NDSStdHeader.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/Player.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/Player.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SBNK.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SBNK.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SDAT.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SDAT.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SSEQ.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SSEQ.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SWAR.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SWAR.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SWAV.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SWAV.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SYMBSection.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/SYMBSection.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/Track.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/Track.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/common.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/SSEQPlayer/consts.h
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/XSFConfig_NCSF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/XSFPlayer_NCSF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_ncsf/XSFPlayer_NCSF.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/XSFConfig_SNSF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/XSFConfig_SNSF.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/XSFPlayer_SNSF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/65c816.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/SNES_SPC.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/SNES_SPC.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/SNES_SPC_misc.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/SNES_SPC_state.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/SPC_CPU.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/SPC_DSP.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/SPC_DSP.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/apu.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/apu.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/blargg_common.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/blargg_config.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/blargg_endian.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/blargg_source.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/hermite_resampler.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/license.txt
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/linear_resampler.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/resampler.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/apu/ring_buffer.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/cpu.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/cpuaddr.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/cpuexec.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/cpuexec.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/cpumacro.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/cpuops.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/cpuops.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/dma.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/dma.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/docs/snes9x-license.txt
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/getset.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/globals.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/memmap.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/memmap.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/port.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/ppu.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/ppu.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/sdd1.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/sdd1.h
[ new file with mode 0644 ]
blob
|
plain
src/in_snsf/snes9x/snes9x.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/BigSString.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/ConvertUTF.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/ConvertUTF.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/DialogBuilder.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/DialogBuilder.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/TagList.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/TagList.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/UTFEncodeDecode.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/UTFEncodeDecode.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/UtfConverter.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/UtfConverter.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFCommon.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFConfig.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFConfig.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFConfig_Winamp.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFFile.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFFile.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFPlayer.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFPlayer.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFTagList.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/XSFTagList.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/convert.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/eqstr.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/in_xsf.cpp
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/ltstr.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/pstdint.h
[ new file with mode 0644 ]
blob
|
plain
src/in_xsf_framework/windowsh_wrapper.h
[ new file with mode 0644 ]
blob
|
plain