This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
47fb73b71a27d1a1aaa9a7dc160de573c92a9ee3
dolphin
/
Source
/
Core
History
nodchip
47fb73b71a
Added SSSE3/SSE4.1 code for speed up. The code does not work in this revision because cpu_info is not initialized properly. I will fix the issue in another commit.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@5119
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-02-24 09:56:41 +00:00
..
AudioCommon
Fix a Memory leak in CoreAudio backend, around 2MB. Stops OpenCL from trying to decode CMPR textures, as it fails horribly. Fixes a memory leak in EXI devices, where the destructor wouldn't be called, causing a 32MB leak with memory cards(if you have two), and maybe a bit more from the other EXI devices
2010-02-12 16:40:13 +00:00
Common
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
Core
Aligned the stack before calling the LoadStorePaired asm functions. Fixes issue 2053.
2010-02-24 08:30:50 +00:00
DebuggerUICommon
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
DebuggerWX
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
DiscIO
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
DolphinWX
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
DSPCore
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
InputCommon
Fixed a few memory leaks. Made Init and Shutdown functions for some core systems.
2010-02-16 04:34:41 +00:00
VideoCommon
Added SSSE3/SSE4.1 code for speed up. The code does not work in this revision because cpu_info is not initialized properly. I will fix the issue in another commit.
2010-02-24 09:56:41 +00:00