diff options
author | Matan Bareket | 2019-03-29 01:03:03 -0400 |
---|---|---|
committer | Matan Bareket | 2019-04-02 10:55:57 -0400 |
commit | 69cecebdbc3c453b17cf820bca87497fb5715128 (patch) | |
tree | 64f44031ce8c7d0fdb0fd12a708ff4e128201145 /backends/platform/tizen | |
parent | 4949c5d7d5bb90a1fa4529ecd4211f812a011486 (diff) | |
download | scummvm-rg350-69cecebdbc3c453b17cf820bca87497fb5715128.tar.gz scummvm-rg350-69cecebdbc3c453b17cf820bca87497fb5715128.tar.bz2 scummvm-rg350-69cecebdbc3c453b17cf820bca87497fb5715128.zip |
BUILD: Update default theme to use remastered
Diffstat (limited to 'backends/platform/tizen')
-rw-r--r-- | backends/platform/tizen/system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/tizen/system.cpp b/backends/platform/tizen/system.cpp index 1820a28791..3eaa99e39b 100644 --- a/backends/platform/tizen/system.cpp +++ b/backends/platform/tizen/system.cpp @@ -312,7 +312,7 @@ void TizenSystem::initBackend() { Common::String dataPath = fromString(App::GetInstance()->GetAppDataPath()); // use the mobile device theme - ConfMan.set("gui_theme", _resourcePath + "scummmodern"); + ConfMan.set("gui_theme", _resourcePath + "scummremastered"); // allow tizen virtual keypad pack to be found ConfMan.set("vkeybdpath", _resourcePath + "vkeybd_bada"); |