Home
last modified time | relevance | path

Searched refs:bSaveNewTextures (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DTextureReplacer.cpp61 enabled_ = g_Config.bReplaceTextures || g_Config.bSaveNewTextures; in NotifyConfigChanged()
68 if (g_Config.bSaveNewTextures && !File::Exists(newTextureDir)) { in NotifyConfigChanged()
163 bool checkFilenames = g_Config.bSaveNewTextures && !g_Config.bIgnoreTextureFilenames; in LoadIniValues()
504 if (!g_Config.bSaveNewTextures) { in NotifyTextureDecoded()
H A DConfig.h199 bool bSaveNewTextures; member
H A DConfig.cpp893 ReportedConfigSetting("SaveNewTextures", &g_Config.bSaveNewTextures, false, true, true),
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DTextureReplacer.cpp61 enabled_ = g_Config.bReplaceTextures || g_Config.bSaveNewTextures; in NotifyConfigChanged()
68 if (g_Config.bSaveNewTextures && !File::Exists(newTextureDir)) { in NotifyConfigChanged()
163 bool checkFilenames = g_Config.bSaveNewTextures && !g_Config.bIgnoreTextureFilenames; in LoadIniValues()
504 if (!g_Config.bSaveNewTextures) { in NotifyTextureDecoded()
H A DConfig.h199 bool bSaveNewTextures; member
H A DConfig.cpp893 ReportedConfigSetting("SaveNewTextures", &g_Config.bSaveNewTextures, false, true, true),
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DTextureReplacer.cpp61 enabled_ = g_Config.bReplaceTextures || g_Config.bSaveNewTextures; in NotifyConfigChanged()
68 if (g_Config.bSaveNewTextures && !File::Exists(newTextureDir)) { in NotifyConfigChanged()
163 bool checkFilenames = g_Config.bSaveNewTextures && !g_Config.bIgnoreTextureFilenames; in LoadIniValues()
504 if (!g_Config.bSaveNewTextures) { in NotifyTextureDecoded()
H A DConfig.h199 bool bSaveNewTextures; member
H A DConfig.cpp893 ReportedConfigSetting("SaveNewTextures", &g_Config.bSaveNewTextures, false, true, true),
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp684 g_Config.bSaveNewTextures = !g_Config.bSaveNewTextures; in onVKeyDown()
685 if (g_Config.bSaveNewTextures) { in onVKeyDown()
H A DGameSettingsScreen.cpp1698 list->Add(new CheckBox(&g_Config.bSaveNewTextures, dev->T("Save new textures"))); in CreateViews()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp684 g_Config.bSaveNewTextures = !g_Config.bSaveNewTextures; in onVKeyDown()
685 if (g_Config.bSaveNewTextures) { in onVKeyDown()
H A DGameSettingsScreen.cpp1698 list->Add(new CheckBox(&g_Config.bSaveNewTextures, dev->T("Save new textures"))); in CreateViews()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp684 g_Config.bSaveNewTextures = !g_Config.bSaveNewTextures; in onVKeyDown()
685 if (g_Config.bSaveNewTextures) { in onVKeyDown()
H A DGameSettingsScreen.cpp1698 list->Add(new CheckBox(&g_Config.bSaveNewTextures, dev->T("Save new textures"))); in CreateViews()