dolphin/Source/Core
NeoBrainX 91ff420ed6 D3D11: Implement EFB format reinterpretation.
Now someone port this to OpenGL please, kthxbye.

Fix some warnings, fix a wrong string, ...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7061 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-04 17:00:34 +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 D3D11: Implement EFB format reinterpretation. 2011-02-04 17:00:34 +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