This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d888f13bb955b1f0f116d9bc3559fccb4cd14fff
dolphin
/
Source
/
Core
T
History
nodchip
d888f13bb9
VideoCommon: An experimental fix for Issue 3493. Changed _mm_load_si128 to _mm_loadu_si128. I could not test the bug because I don't have Sonic Colors.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6402
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-11-14 04:29:20 +00:00
..
AudioCommon
Several little things.
2010-11-12 05:05:27 +00:00
Common
Simplify OpenCL compile-time detection on OS X.
2010-11-13 20:02:01 +00:00
Core
move wiiuse to Source/Core and add to the main dolphin solution
2010-11-13 19:15:43 +00:00
DebuggerUICommon
Improve the compiler flags for the cmake build system. -fPIC only needs to be specified for static libraries that are linked into shared libraries. cmake automatically uses -fPIC for shared libraries. Also ported several other needed compiler flags from the scons build. Set up the debug build, enabled with "-D CMAKE_BUILD_TYPE=Release", to work with wxWidgets debugging.
2010-11-05 02:23:24 +00:00
DebuggerWX
StringUtil cleanup. Nothing seems broken.
2010-11-10 04:12:31 +00:00
DiscIO
StringUtil cleanup. Nothing seems broken.
2010-11-10 04:12:31 +00:00
DolphinWX
Allow building on OS X with static wx libs.
2010-11-14 03:10:11 +00:00
DSPCore
Core/DSPCore: Implement Jit emitters for all extended operations.
2010-11-07 23:43:26 +00:00
InputCommon
Simplify OpenCL compile-time detection on OS X.
2010-11-13 20:02:01 +00:00
InputUICommon
Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though.
2010-11-01 15:47:02 +00:00
VideoCommon
VideoCommon: An experimental fix for Issue 3493. Changed _mm_load_si128 to _mm_loadu_si128. I could not test the bug because I don't have Sonic Colors.
2010-11-14 04:29:20 +00:00
wiiuse
Change the cmake check_lib routine to use REQUIRED/OPTIONAL instead of TRUE/FALSE.
2010-11-13 22:07:27 +00:00
CMakeLists.txt
move wiiuse to Source/Core and add to the main dolphin solution
2010-11-13 19:15:43 +00:00