This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-01-09 23:59:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
History
Ryan Houdek
01f4d9f386
Fix include paths and compiling in Linux. Externals soundtouch is 1.7.1, while Ubuntu 12.10 is 1.6.x. Externals soundtouch is compiled with integer samples, while ubuntu is compiled with float samples. Float samples is probably the more common route. If you're going to use soundtouch, you should probably use SAMPLETYPE instead of explicitly choosing short. This probably breaks the windows build since its includes aren't setup.
2013-01-09 10:26:12 -06:00
..
Core
Fix include paths and compiling in Linux. Externals soundtouch is 1.7.1, while Ubuntu 12.10 is 1.6.x. Externals soundtouch is compiled with integer samples, while ubuntu is compiled with float samples. Float samples is probably the more common route. If you're going to use soundtouch, you should probably use SAMPLETYPE instead of explicitly choosing short. This probably breaks the windows build since its includes aren't setup.
2013-01-09 10:26:12 -06:00
DSPSpy
llejit - fix for flag generation code + dspspy jit workaround
2011-04-15 13:04:20 +00:00
DSPTool
Remove scons-related files
2012-03-25 12:55:02 -07:00
Plugins
Fix 4 warnings on OSX
2012-12-30 04:32:37 -06:00
TestSuite
drop vs2008 projects in favor of vs2010
2011-02-11 15:43:05 +00:00
UnitTests
Remove scons-related files
2012-03-25 12:55:02 -07:00
VSProps
Merge branch 'GLES-software'
2012-12-26 12:54:58 -06:00
CMakeLists.txt
Add the DSPTool and UnitTests to the cmake build. They are optional, and to enable them add -DDSTPTOOL and -DUNITTESTS to the cmake command line.
2011-07-18 01:47:55 +00:00
Dolphin_2010.sln
Added audio time stretching by using the SoundTouch library.
2013-01-09 22:57:32 +11:00