Add configurable blacklists for libretro cores and game file extensions (#103)0.14.0-35-dev
commit2729433424c738f08c04c308a4ed7c2a094bbd79
authortkashkin <tkashkin@gmail.com>
Sun, 23 Jun 2019 04:50:57 +0000 (23 07:50 +0300)
committertkashkin <tkashkin@gmail.com>
Sun, 23 Jun 2019 04:50:57 +0000 (23 07:50 +0300)
treecc9e27a0149ec994f324af95705c25af1ffe9792
parent63cbf1bc2ef9164d18668fcdeb9ee2089858e928
Add configurable blacklists for libretro cores and game file extensions (#103)
24 files changed:
data/com.github.tkashkin.gamehub.gschema.xml
data/css/app.css
data/css/themes/elementary.css
po/POTFILES
po/com.github.tkashkin.gamehub.pot
po/de.po
po/fr.po
po/id.po
po/nb_NO.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/tr.po
po/zh_CMN-HANT.po
po/zh_Hant.po
src/data/compat/RetroArch.vala
src/meson.build
src/settings/Compat.vala [new file with mode: 0644]
src/ui/dialogs/ImportEmulatedGamesDialog.vala
src/ui/dialogs/SettingsDialog/SettingsDialogPage.vala
src/ui/dialogs/SettingsDialog/pages/emulators/RetroArch.vala
src/utils/FSUtils.vala
src/utils/Utils.vala