dolphin/Source/Core
Soren Jorvang 96403e7284 PanicAlert now needs a string literal as the first argument.
Some more Mac-ish hotkeys and a placeholder for da.po.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6832 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-12 19:28:47 +00:00
..
AudioCommon Build fix for OSX 2011-01-12 09:34:53 +00:00
Common Fix the panic alert hack for windows and osx. The macro needed to be defined after HAVE_WX is defined. That explains why windows accepted the string concatenation that I thought it wouldn't. 2011-01-12 18:09:16 +00:00
Core PanicAlert now needs a string literal as the first argument. 2011-01-12 19:28:47 +00:00
DebuggerUICommon Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See http://wiki.wxwidgets.org/Internationalization for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path. 2011-01-05 04:35:46 +00:00
DebuggerWX Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See http://wiki.wxwidgets.org/Internationalization for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path. 2011-01-05 04:35:46 +00:00
DiscIO Fixed language selection by adding English, leaving default as "<System>" language. Removed languages which don't have translations yet. 2011-01-08 15:05:59 +00:00
DolphinWX PanicAlert now needs a string literal as the first argument. 2011-01-12 19:28:47 +00:00
DSPCore Switched the DSP DMA transfers to unaligned versions of the SSSE3 instructions 2011-01-12 05:43:06 +00:00
InputCommon Implement free look on linux. Patch due to artart78. 2010-12-21 23:58:25 +00:00
InputUICommon Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See http://wiki.wxwidgets.org/Internationalization for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path. 2011-01-05 04:35:46 +00:00
VideoCommon Simplify the SSSE3 code for better understanding. 2011-01-11 07:25:36 +00:00
VideoUICommon Added some languages: 2011-01-08 17:35:34 +00:00
CMakeLists.txt Remove wiiuse, and use our own code. Works on linux and windows. On OSX it should compile, but I don't know about functionality. Even on linux and windows I can't promise this is bug free (wiiuse certainly wasn't). Please report issues as you find them for all platforms. 2010-12-31 02:10:07 +00:00