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
d698e022f5fc54376323333431aeaa00fd56b074
dolphin
/
Source
/
Core
T
History
skidau
d698e022f5
Changed the hash algorithm to CRC32 utilising the SSE4.2 instruction. The algorithm will automatically be used for the Accurate Texture Cache, EFB to RAM and texture id's when a SSE4.2 capable CPU is detected. It will fallback to the old algorithm if SSE4.2 is not detected. Using CRC32 speeds up the hash algorithm by around 2X.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7060
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-04 08:37:58 +00:00
..
AudioCommon
Change the audio sample rate setting to a numerical value. Fixes issue 4045. You may have to change the setting once after this commit to update your ini file from the string that was saved there before.
2011-02-04 04:54:25 +00:00
Common
Changed the hash algorithm to CRC32 utilising the SSE4.2 instruction. The algorithm will automatically be used for the Accurate Texture Cache, EFB to RAM and texture id's when a SSE4.2 capable CPU is detected. It will fallback to the old algorithm if SSE4.2 is not detected. Using CRC32 speeds up the hash algorithm by around 2X.
2011-02-04 08:37:58 +00:00
Core
Change the audio sample rate setting to a numerical value. Fixes issue 4045. You may have to change the setting once after this commit to update your ini file from the string that was saved there before.
2011-02-04 04:54:25 +00:00
DebuggerUICommon
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
DebuggerWX
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
DiscIO
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
DolphinWX
Change the audio sample rate setting to a numerical value. Fixes issue 4045. You may have to change the setting once after this commit to update your ini file from the string that was saved there before.
2011-02-04 04:54:25 +00:00
InputCommon
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
VideoCommon
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
VideoUICommon
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
CMakeLists.txt
Core and DSPCore now have mutual dependencies, which breaks the
2011-01-29 14:06:48 +00:00