diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2010-12-27 22:17:19 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2010-12-27 22:17:19 +0000 |
| commit | 33506f5bdc91c0f7f6122365589defb60201d899 (patch) | |
| tree | 0a93f867e0f51ab6a137f265cd86952e404aca38 /Source/Core/VideoCommon/Src/TextureCacheBase.cpp | |
| parent | b21c361a1a687c3f275f64133d263007287a4ff3 (diff) | |
All 64-bit capable Macs have the SSSE3 extension.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6671 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureCacheBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp index 551d87eb11..fffde7b7b2 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp @@ -677,4 +677,4 @@ void TextureCache::CopyRenderTargetToTexture(u32 address, bool bFromZBuffer, entry->FromRenderTarget(bFromZBuffer, bScaleByHalf, cbufid, colmat, source_rect, bIsIntensityFmt, copyfmt); g_renderer->RestoreAPIState(); -}
\ No newline at end of file +} |
