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
17e28a19cdf556cabc003baec87ec40e87305621
dolphin
/
Source
/
Core
History
gnick79
17e28a19cd
* Keeping resolution aligned to back-buffer size if the latter one is changed (can give a huge performance boost... even until to 100% in some cases)
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7086
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-05 21:43:04 +00:00
..
AudioCommon
The compiler need not obey the static keyword, so to avoid linker
2011-02-05 16:06:05 +00:00
Common
fix silly string in CPUDetect
2011-02-05 20:28:23 +00:00
Core
The compiler need not obey the static keyword, so to avoid linker
2011-02-05 16:06:05 +00:00
DebuggerUICommon
LTCG (link time code gen) was off in some projects, so turn it off in all of them so that the linker doesn't have to restart halfway through.
2011-02-05 20:14:23 +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
The compiler need not obey the static keyword, so to avoid linker
2011-02-05 16:06:05 +00:00
InputCommon
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
VideoCommon
* Keeping resolution aligned to back-buffer size if the latter one is changed (can give a huge performance boost... even until to 100% in some cases)
2011-02-05 21:43:04 +00:00
VideoUICommon
LTCG (link time code gen) was off in some projects, so turn it off in all of them so that the linker doesn't have to restart halfway through.
2011-02-05 20:14:23 +00:00
CMakeLists.txt
Core and DSPCore now have mutual dependencies, which breaks the
2011-01-29 14:06:48 +00:00