diff options
Diffstat (limited to 'common/util.cpp')
| -rw-r--r-- | common/util.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/common/util.cpp b/common/util.cpp index cba921a142..eed7009f90 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -17,15 +17,12 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ */ #include "common/util.h" -#include "common/system.h" #include "common/translation.h" #include "common/config-manager.h" +#include "common/debug.h" namespace Common { @@ -213,7 +210,7 @@ const PlatformDescription g_platforms[] = { { "segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD }, { "windows", "win", "win", "Windows", kPlatformWindows }, { "playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX }, - { "cdi", "cdi", "cdi", "Phillips CD-i", kPlatformCDi }, + { "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi }, { 0, 0, 0, "Default", kPlatformUnknown } }; |
