dolphin/Source/Core
Soren Jorvang 2d06b4114b Some cases where where uses of wxFileSelector with
wxFileSelectorDefaultWildcardStr had been copy-pasted and
changed to use specific filetypes had retained the extranous
format arguments to wxString::Format.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5957 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-23 23:50:09 +00:00
..
AudioCommon Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00
Common Added a button to the "Gecko Codes" panel to download/parse codes from geckocodes.org. Codes that require modifiers (the XXXX business) will still not work properly, though they should load/save fine. A few more code types should work now. (All non-ASM type codes should at least attempt to run :p) Hacked a param into IniFile::GetLines to disable removal of text after # chars, so codes with # in the name/notes should load fine. 2010-07-23 05:22:12 +00:00
Core Commit patch submitted in issue 2951 (PowerPC JIT optimizations) 2010-07-23 19:30:00 +00:00
DSPCore Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00
DebuggerUICommon Get rid of a number of unnecessary env.Clones. 2010-07-19 03:42:37 +00:00
DebuggerWX Some cases where where uses of wxFileSelector with 2010-07-23 23:50:09 +00:00
DiscIO Prevent Python from stripping off the final newline of the main(){} 2010-07-22 07:55:35 +00:00
DolphinWX Some cases where where uses of wxFileSelector with 2010-07-23 23:50:09 +00:00
InputCommon abs() works on ints, not floats. Use fabsf() to avoid the double conversions. 2010-07-23 23:48:04 +00:00
InputUICommon Get rid of a number of unnecessary env.Clones. 2010-07-19 03:42:37 +00:00
VideoCommon Get rid of a number of unnecessary env.Clones. 2010-07-19 03:42:37 +00:00