dolphin/Source/Core
NeoBrainX 8791c1c372 Use the recommended video settings as the default configuration:
- Fast Mipmaps enabled
- Safe Texture Cache enabled at "fast"
- showing shader errors by default
- using Native as internal resolution
- using EFB to Texture by default
- ignoring EFB format changes by default (turns out r7436 made this in Super Mario Sunshine unnecessary anyway :P)
Any game which depends on other settings has that specified in the game ini, so I think this should be fine.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7497 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-04-30 14:27:35 +00:00
..
AudioCommon Fixed some memory leaks. Only one was mine ;P 2011-03-22 07:27:23 +00:00
Common Core/Common: Allow LEA(32,...) with M() OpArgs exceeding the 2G range. 2011-04-22 15:51:40 +00:00
Core Fix IR pointer of emulated Wiimote if sensor bar position is set to bottom. 2011-04-30 01:27:03 +00:00
DiscIO Use mutexes in LogManager to make it threadsafe, as suggested by beistin's patch. Change some LogManager function names to be consistent with Dolphin's naming conventions. 2011-04-01 07:43:02 +00:00
DolphinWX Video configuration dialog stuff: 2011-04-29 23:11:18 +00:00
InputCommon Fix SDL 1.3 support. 2011-04-01 23:57:06 +00:00
VideoCommon Use the recommended video settings as the default configuration: 2011-04-30 14:27:35 +00:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00