dolphin-emulator/Source/Core
JosJuice 8b5980f33e Remove incorrect usage of _trans
It only marks a string for translation. It doesn't actually do anything
at runtime, so the string will always be displayed in English. Even if
we would've had a way to make the translation work, we shouldn't
translate this, because OSD doesn't support non-ASCII characters.
2017-04-30 15:15:08 +02:00
..
AudioCommon DPL2Decoder: Prefer static_cast to C-style casts 2017-04-23 09:21:30 +01:00
Common GLExtensions: Add GL_EXT_texture_compression_s3tc 2017-04-29 00:14:23 +10:00
Core Merge pull request #5342 from sepalani/ppc-analyst-crash 2017-04-30 03:47:33 +01:00
DiscIO Merge pull request #5077 from ds84182/volume_directory_off_by_uno 2017-04-29 23:57:32 +02:00
DolphinNoGUI
DolphinQt2
DolphinWX Merge pull request #5321 from leoetlino/wad-uninstall 2017-04-29 22:24:41 +02:00
InputCommon Remove incorrect usage of _trans 2017-04-30 15:15:08 +02:00
UICommon
VideoBackends TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
VideoCommon TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
CMakeLists.txt