diff -Nru fs-uae-2.9.12~dev/ChangeLog fs-uae-3.0.0/ChangeLog --- fs-uae-2.9.12~dev/ChangeLog 2019-05-29 13:51:04.000000000 +0000 +++ fs-uae-3.0.0/ChangeLog 2019-06-21 16:48:31.000000000 +0000 @@ -1,5 +1,12 @@ +Version 3.0.0: + +* Show error during configure if OpenAL is not found. +* More controller configs. +* Imported updated translations from crowdin.com. + Version 2.9.12dev: +* Added controller config for DualShock 4 v2. * Change default for bezel option to 0 (off). Version 2.9.11dev: diff -Nru fs-uae-2.9.12~dev/configure fs-uae-3.0.0/configure --- fs-uae-2.9.12~dev/configure 2019-05-29 23:30:50.000000000 +0000 +++ fs-uae-3.0.0/configure 2019-06-21 16:49:22.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for FS-UAE 2.9.12dev. +# Generated by GNU Autoconf 2.69 for FS-UAE 3.0.0. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='FS-UAE' PACKAGE_TARNAME='fs-uae' -PACKAGE_VERSION='2.9.12dev' -PACKAGE_STRING='FS-UAE 2.9.12dev' +PACKAGE_VERSION='3.0.0' +PACKAGE_STRING='FS-UAE 3.0.0' PACKAGE_BUGREPORT='frode@fs-uae.net' PACKAGE_URL='https://fs-uae.net' @@ -1589,7 +1589,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures FS-UAE 2.9.12dev to adapt to many kinds of systems. +\`configure' configures FS-UAE 3.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1660,7 +1660,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of FS-UAE 2.9.12dev:";; + short | recursive ) echo "Configuration of FS-UAE 3.0.0:";; esac cat <<\_ACEOF @@ -1850,7 +1850,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -FS-UAE configure 2.9.12dev +FS-UAE configure 3.0.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2727,7 +2727,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by FS-UAE $as_me 2.9.12dev, which was +It was created by FS-UAE $as_me 3.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3957,7 +3957,7 @@ # Define the identity of the package. PACKAGE='fs-uae' - VERSION='2.9.12dev' + VERSION='3.0.0' cat >>confdefs.h <<_ACEOF @@ -7564,9 +7564,55 @@ ;; #( *) : - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming -lopenal works" >&5 -$as_echo "$as_me: Assuming -lopenal works" >&6;} - OPENAL_LIBS="-lopenal" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alcOpenDevice in -lopenal" >&5 +$as_echo_n "checking for alcOpenDevice in -lopenal... " >&6; } +if ${ac_cv_lib_openal_alcOpenDevice+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenal $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char alcOpenDevice (); +int +main () +{ +return alcOpenDevice (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_openal_alcOpenDevice=yes +else + ac_cv_lib_openal_alcOpenDevice=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alcOpenDevice" >&5 +$as_echo "$ac_cv_lib_openal_alcOpenDevice" >&6; } +if test "x$ac_cv_lib_openal_alcOpenDevice" = xyes; then : + + OPENAL_LIBS="-lopenal" + +else + + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "OpenAL not found +See \`config.log' for more details" "$LINENO" 5; } + +fi + ;; esac @@ -7586,9 +7632,55 @@ ;; #( *) : - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming -lopenal works" >&5 -$as_echo "$as_me: Assuming -lopenal works" >&6;} - OPENAL_LIBS="-lopenal" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alcOpenDevice in -lopenal" >&5 +$as_echo_n "checking for alcOpenDevice in -lopenal... " >&6; } +if ${ac_cv_lib_openal_alcOpenDevice+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenal $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char alcOpenDevice (); +int +main () +{ +return alcOpenDevice (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_openal_alcOpenDevice=yes +else + ac_cv_lib_openal_alcOpenDevice=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alcOpenDevice" >&5 +$as_echo "$ac_cv_lib_openal_alcOpenDevice" >&6; } +if test "x$ac_cv_lib_openal_alcOpenDevice" = xyes; then : + + OPENAL_LIBS="-lopenal" + +else + + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "OpenAL not found +See \`config.log' for more details" "$LINENO" 5; } + +fi + ;; esac @@ -14865,7 +14957,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by FS-UAE $as_me 2.9.12dev, which was +This file was extended by FS-UAE $as_me 3.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14932,7 +15024,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -FS-UAE config.status 2.9.12dev +FS-UAE config.status 3.0.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru fs-uae-2.9.12~dev/configure.ac fs-uae-3.0.0/configure.ac --- fs-uae-2.9.12~dev/configure.ac 2019-05-29 23:28:45.000000000 +0000 +++ fs-uae-3.0.0/configure.ac 2019-06-21 16:47:05.000000000 +0000 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([FS-UAE], [2.9.12dev], +AC_INIT([FS-UAE], [3.0.0], [frode@fs-uae.net], [fs-uae], [https://fs-uae.net]) AC_CONFIG_AUX_DIR([.]) AC_CANONICAL_HOST @@ -248,8 +248,11 @@ OPENAL_LIBS="-framework OpenAL" ], [ - AC_MSG_NOTICE([Assuming -lopenal works]) - OPENAL_LIBS="-lopenal" + AC_CHECK_LIB([openal], [alcOpenDevice], [ + OPENAL_LIBS="-lopenal" + ], [ + AC_MSG_FAILURE([OpenAL not found]) + ]) ]) AC_SUBST([OPENAL_CFLAGS]) AC_SUBST([OPENAL_LIBS]) diff -Nru fs-uae-2.9.12~dev/debian/changelog fs-uae-3.0.0/debian/changelog --- fs-uae-2.9.12~dev/debian/changelog 2019-05-29 23:28:45.000000000 +0000 +++ fs-uae-3.0.0/debian/changelog 2019-06-21 16:47:05.000000000 +0000 @@ -1,5 +1,5 @@ -fs-uae (2.9.12~dev-0xenial) xenial; urgency=low +fs-uae (3.0.0-0xenial) xenial; urgency=low * Dummy changelog entry. - -- Frode Solheim Thu, 30 May 2019 01:28:45 +0200 + -- Frode Solheim Fri, 21 Jun 2019 18:47:05 +0200 diff -Nru fs-uae-2.9.12~dev/fs-uae.spec fs-uae-3.0.0/fs-uae.spec --- fs-uae-2.9.12~dev/fs-uae.spec 2019-05-29 23:28:45.000000000 +0000 +++ fs-uae-3.0.0/fs-uae.spec 2019-06-21 16:47:05.000000000 +0000 @@ -14,8 +14,8 @@ # along with this program. If not, see . %define name fs-uae -%define version 2.9.12dev -%define unmangled_version 2.9.12dev +%define version 3.0.0 +%define unmangled_version 3.0.0 %define release 1%{?dist} %undefine _hardened_build diff -Nru fs-uae-2.9.12~dev/po/cs.po fs-uae-3.0.0/po/cs.po --- fs-uae-2.9.12~dev/po/cs.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/cs.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Port 0 ] Přepnut do módu myši" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/da.po fs-uae-3.0.0/po/da.po --- fs-uae-2.9.12~dev/po/da.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/da.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Danish\n" "Language: da_DK\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Port 0 ] Skiftet til mus-tilstand" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/de.po fs-uae-3.0.0/po/de.po --- fs-uae-2.9.12~dev/po/de.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/de.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: German\n" "Language: de_DE\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Anschluss 0 ] Auf Maus-Modus umgestellt" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/eo.po fs-uae-3.0.0/po/eo.po --- fs-uae-2.9.12~dev/po/eo.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/eo.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:10\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Esperanto\n" "Language: eo_UY\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Pordo 0 ] Ŝaltis al musreĝimo" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/es.po fs-uae-3.0.0/po/es.po --- fs-uae-2.9.12~dev/po/es.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/es.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Puerto 0 ] Cambiado a ratón" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/fi.po fs-uae-3.0.0/po/fi.po --- fs-uae-2.9.12~dev/po/fi.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/fi.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Finnish\n" "Language: fi_FI\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[Port 0] vaihdettu hiiritilaan" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/fr.po fs-uae-3.0.0/po/fr.po --- fs-uae-2.9.12~dev/po/fr.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/fr.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: French\n" "Language: fr_FR\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[Port 0] Commuté en mode souris" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/hu.po fs-uae-3.0.0/po/hu.po --- fs-uae-2.9.12~dev/po/hu.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/hu.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Hungarian\n" "Language: hu_HU\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/it.po fs-uae-3.0.0/po/it.po --- fs-uae-2.9.12~dev/po/it.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/it.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Porta 0 ] Passata in modalità mouse" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/nb.po fs-uae-3.0.0/po/nb.po --- fs-uae-2.9.12~dev/po/nb.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/nb.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:10\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Norwegian Bokmal\n" "Language: nb_NO\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[Port 0] Byttet til mus-modus" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "Frekvensguvernør for CPU er '%s', not '%s'" + +msgid "Emulation frame rate may suffer" +msgstr "Dette kan medføre ujevn bildeflyt" + diff -Nru fs-uae-2.9.12~dev/po/nl.po fs-uae-3.0.0/po/nl.po --- fs-uae-2.9.12~dev/po/nl.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/nl.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Poort 0 ] Gewijzigd naar muis modus" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/pl.po fs-uae-3.0.0/po/pl.po --- fs-uae-2.9.12~dev/po/pl.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/pl.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Port 0 ] Przełączony w tryb myszy" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "Skalowanie CPU to '%s', a nie '%s'" + +msgid "Emulation frame rate may suffer" +msgstr "Szybkość emulacji może ulec spadkowi" + diff -Nru fs-uae-2.9.12~dev/po/pt_BR.po fs-uae-3.0.0/po/pt_BR.po --- fs-uae-2.9.12~dev/po/pt_BR.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/pt_BR.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Porta 0 ] Alterada para mouse" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "O regulador de dimensionamento da CPU é '%s', e nao '%s'" + +msgid "Emulation frame rate may suffer" +msgstr "A taxa de quadros de emulaçao pode diminuir" + diff -Nru fs-uae-2.9.12~dev/po/pt.po fs-uae-3.0.0/po/pt.po --- fs-uae-2.9.12~dev/po/pt.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/pt.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Port 0 ] Alterado para modo rato" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/ru.po fs-uae-3.0.0/po/ru.po --- fs-uae-2.9.12~dev/po/ru.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/ru.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Порт 0 ] Переключено в режим мыши" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/sr.po fs-uae-3.0.0/po/sr.po --- fs-uae-2.9.12~dev/po/sr.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/sr.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:10\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Serbian (Latin)\n" "Language: sr_CS\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/sv.po fs-uae-3.0.0/po/sv.po --- fs-uae-2.9.12~dev/po/sv.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/sv.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/po/tr.po fs-uae-3.0.0/po/tr.po --- fs-uae-2.9.12~dev/po/tr.po 2019-05-25 12:51:46.000000000 +0000 +++ fs-uae-3.0.0/po/tr.po 2019-06-21 16:47:21.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2019-05-25 13:30+0200\n" -"PO-Revision-Date: 2019-05-25 11:31\n" +"POT-Creation-Date: 2019-05-27 23:21+0200\n" +"PO-Revision-Date: 2019-06-21 16:09\n" "Last-Translator: Frode Solheim (FrodeSolheim)\n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -247,3 +247,10 @@ msgid "[ Port 0 ] Switched to mouse mode" msgstr "[ Port 0 ] Fare moduna geçildi" +#, c-format +msgid "CPU scaling governor is '%s', not '%s'" +msgstr "" + +msgid "Emulation frame rate may suffer" +msgstr "" + diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/030000004c0500006802000011810000.fs-uae-controller fs-uae-3.0.0/share/fs-uae/input/030000004c0500006802000011810000.fs-uae-controller --- fs-uae-2.9.12~dev/share/fs-uae/input/030000004c0500006802000011810000.fs-uae-controller 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/030000004c0500006802000011810000.fs-uae-controller 2019-05-27 18:14:52.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Sony PLAYSTATION(R)3 Controller +platform = linux + +[device] +make = Sony +model = DualShock 3 +type = gamepad + +[sdl] +guid = 030000004c0500006802000011810000 +buttons = 17 +hats = 0 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = lstick_button +button_12 = rstick_button +button_13 = dpad_up +button_14 = dpad_down +button_15 = dpad_left +button_16 = dpad_right +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_8 = select_button +button_9 = start_button diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/030000004c050000cc09000011810000.fs-uae-controller fs-uae-3.0.0/share/fs-uae/input/030000004c050000cc09000011810000.fs-uae-controller --- fs-uae-2.9.12~dev/share/fs-uae/input/030000004c050000cc09000011810000.fs-uae-controller 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/030000004c050000cc09000011810000.fs-uae-controller 2019-06-05 14:32:52.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Sony Interactive Entertainment Wireless Controller +platform = linux + +[device] +make = Sony +model = DualShock 4 v2 +type = gamepad + +[sdl] +guid = 030000004c050000cc09000011810000 +buttons = 13 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = lstick_button +button_12 = rstick_button +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/030000005e040000a102000000010000.fs-uae-controller fs-uae-3.0.0/share/fs-uae/input/030000005e040000a102000000010000.fs-uae-controller --- fs-uae-2.9.12~dev/share/fs-uae/input/030000005e040000a102000000010000.fs-uae-controller 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/030000005e040000a102000000010000.fs-uae-controller 2019-05-25 12:54:57.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Xbox 360 Wireless Receiver +platform = linux + +[device] +make = Microsoft +model = Xbox 360 Controller +type = gamepad + +[sdl] +guid = 030000005e040000a102000000010000 +buttons = 15 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = rstick_button +button_11 = dpad_left +button_12 = dpad_right +button_13 = dpad_up +button_14 = dpad_down +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = select_button +button_7 = start_button +button_8 = menu_button +button_9 = lstick_button diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/030000005e040000d102000001010000.fs-uae-controller fs-uae-3.0.0/share/fs-uae/input/030000005e040000d102000001010000.fs-uae-controller --- fs-uae-2.9.12~dev/share/fs-uae/input/030000005e040000d102000001010000.fs-uae-controller 2019-05-17 17:57:50.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/030000005e040000d102000001010000.fs-uae-controller 2019-05-27 18:14:52.000000000 +0000 @@ -4,7 +4,7 @@ [device] make = Microsoft -model = Xbox One Pad +model = Xbox One Controller type = gamepad [sdl] diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/050000004c0500006802000000800000.fs-uae-controller fs-uae-3.0.0/share/fs-uae/input/050000004c0500006802000000800000.fs-uae-controller --- fs-uae-2.9.12~dev/share/fs-uae/input/050000004c0500006802000000800000.fs-uae-controller 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/050000004c0500006802000000800000.fs-uae-controller 2019-06-05 14:47:07.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Sony PLAYSTATION(R)3 Controller +platform = linux + +[device] +make = Sony +model = DualShock 3 +type = gamepad + +[sdl] +guid = 050000004c0500006802000000800000 +buttons = 17 +hats = 0 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = lstick_button +button_12 = rstick_button +button_13 = dpad_up +button_14 = dpad_down +button_15 = dpad_left +button_16 = dpad_right +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_8 = select_button +button_9 = start_button diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/050000004c050000cc09000000810000.fs-uae-controller fs-uae-3.0.0/share/fs-uae/input/050000004c050000cc09000000810000.fs-uae-controller --- fs-uae-2.9.12~dev/share/fs-uae/input/050000004c050000cc09000000810000.fs-uae-controller 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/050000004c050000cc09000000810000.fs-uae-controller 2019-06-05 14:37:43.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Wireless Controller +platform = linux + +[device] +make = Sony +model = DualShock 4 v2 +type = gamepad + +[sdl] +guid = 050000004c050000cc09000000810000 +buttons = 13 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = lstick_button +button_12 = rstick_button +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/microsoft_x_box_one_pad_11_6_1_0_linux.conf fs-uae-3.0.0/share/fs-uae/input/microsoft_x_box_one_pad_11_6_1_0_linux.conf --- fs-uae-2.9.12~dev/share/fs-uae/input/microsoft_x_box_one_pad_11_6_1_0_linux.conf 2019-05-17 17:57:50.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/microsoft_x_box_one_pad_11_6_1_0_linux.conf 2019-05-27 18:14:52.000000000 +0000 @@ -4,7 +4,7 @@ [device] make = Microsoft -model = Xbox One Pad +model = Xbox One Controller type = gamepad [sdl] diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/powera_pro_ex_11_6_1_0_linux.conf fs-uae-3.0.0/share/fs-uae/input/powera_pro_ex_11_6_1_0_linux.conf --- fs-uae-2.9.12~dev/share/fs-uae/input/powera_pro_ex_11_6_1_0_linux.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/powera_pro_ex_11_6_1_0_linux.conf 2019-05-25 12:54:57.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = PowerA Pro Ex +platform = linux + +[device] +make = PowerA +model = Mini Pro EX +type = gamepad + +[sdl] +guid = 03000000c62400001a53000000010000 +buttons = 11 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = rstick_button +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = select_button +button_7 = start_button +button_8 = menu_button +button_9 = lstick_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/sony_interactive_entertainment_wireless_controller_13_6_1_0_linux.conf fs-uae-3.0.0/share/fs-uae/input/sony_interactive_entertainment_wireless_controller_13_6_1_0_linux.conf --- fs-uae-2.9.12~dev/share/fs-uae/input/sony_interactive_entertainment_wireless_controller_13_6_1_0_linux.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/sony_interactive_entertainment_wireless_controller_13_6_1_0_linux.conf 2019-06-05 14:32:52.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Sony Interactive Entertainment Wireless Controller +platform = linux + +[device] +make = Sony +model = DualShock 4 v2 +type = gamepad + +[sdl] +guid = 030000004c050000cc09000011810000 +buttons = 13 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = lstick_button +button_12 = rstick_button +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/sony_playstation_r_3_controller_17_6_0_0_linux.conf fs-uae-3.0.0/share/fs-uae/input/sony_playstation_r_3_controller_17_6_0_0_linux.conf --- fs-uae-2.9.12~dev/share/fs-uae/input/sony_playstation_r_3_controller_17_6_0_0_linux.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/sony_playstation_r_3_controller_17_6_0_0_linux.conf 2019-06-05 14:47:07.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Sony PLAYSTATION(R)3 Controller +platform = linux + +[device] +make = Sony +model = DualShock 3 +type = gamepad + +[sdl] +guid = 050000004c0500006802000000800000 +buttons = 17 +hats = 0 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = lstick_button +button_12 = rstick_button +button_13 = dpad_up +button_14 = dpad_down +button_15 = dpad_left +button_16 = dpad_right +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_8 = select_button +button_9 = start_button diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/wireless_controller_13_6_1_0_linux.conf fs-uae-3.0.0/share/fs-uae/input/wireless_controller_13_6_1_0_linux.conf --- fs-uae-2.9.12~dev/share/fs-uae/input/wireless_controller_13_6_1_0_linux.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/wireless_controller_13_6_1_0_linux.conf 2019-06-05 14:37:43.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Wireless Controller +platform = linux + +[device] +make = Sony +model = DualShock 4 v2 +type = gamepad + +[sdl] +guid = 050000004c050000cc09000000810000 +buttons = 13 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = lstick_button +button_12 = rstick_button +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-2.9.12~dev/share/fs-uae/input/xbox_360_wireless_receiver_15_6_1_0_linux.conf fs-uae-3.0.0/share/fs-uae/input/xbox_360_wireless_receiver_15_6_1_0_linux.conf --- fs-uae-2.9.12~dev/share/fs-uae/input/xbox_360_wireless_receiver_15_6_1_0_linux.conf 2019-05-17 17:57:50.000000000 +0000 +++ fs-uae-3.0.0/share/fs-uae/input/xbox_360_wireless_receiver_15_6_1_0_linux.conf 2019-05-27 18:14:52.000000000 +0000 @@ -4,11 +4,11 @@ [device] make = Microsoft -model = Xbox 360 Pad +model = Xbox 360 Controller type = gamepad [sdl] -guid = 030000005e0400001907000000010000 +guid = 030000005e040000a102000000010000 buttons = 15 hats = 1 axes = 6