Home
last modified time | relevance | path

Searched refs:savePath_ (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp106 toprow->Add(new GameIconView(savePath_, 2.0f, new LinearLayoutParams(Margins(10, 5))));
118 Path image_path = savePath_.WithReplacedExtension(".ppst", ".jpg");
142 Path savePath_;
196 : UI::Clickable(layoutParams), savePath_(gamePath) {
208 const Path &GamePath() const { return savePath_; }
223 Path savePath_;
237 if (File::GetFileInfo(savePath_, &info)) {
240 totalSize_ = File::ComputeRecursiveDirectorySize(savePath_);
251 if (File::GetFileInfo(savePath_, &info)) {
253 if (info.isDirectory && File::GetFileInfo(savePath_ / "PARAM.SFO", &info)) {
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp106 toprow->Add(new GameIconView(savePath_, 2.0f, new LinearLayoutParams(Margins(10, 5)))); in CreatePopupContents()
118 Path image_path = savePath_.WithReplacedExtension(".ppst", ".jpg"); in CreatePopupContents()
142 Path savePath_; member in SavedataPopupScreen
196 : UI::Clickable(layoutParams), savePath_(gamePath) { in SavedataButton()
208 const Path &GamePath() const { return savePath_; } in GamePath()
223 Path savePath_; member in SavedataButton
237 if (File::GetFileInfo(savePath_, &info)) { in UpdateTotalSize()
240 totalSize_ = File::ComputeRecursiveDirectorySize(savePath_); in UpdateTotalSize()
251 if (File::GetFileInfo(savePath_, &info)) { in UpdateDateSeconds()
253 if (info.isDirectory && File::GetFileInfo(savePath_ / "PARAM.SFO", &info)) { in UpdateDateSeconds()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp106 toprow->Add(new GameIconView(savePath_, 2.0f, new LinearLayoutParams(Margins(10, 5)))); in CreatePopupContents()
118 Path image_path = savePath_.WithReplacedExtension(".ppst", ".jpg"); in CreatePopupContents()
142 Path savePath_; member in SavedataPopupScreen
196 : UI::Clickable(layoutParams), savePath_(gamePath) { in SavedataButton()
208 const Path &GamePath() const { return savePath_; } in GamePath()
223 Path savePath_; member in SavedataButton
237 if (File::GetFileInfo(savePath_, &info)) { in UpdateTotalSize()
240 totalSize_ = File::ComputeRecursiveDirectorySize(savePath_); in UpdateTotalSize()
251 if (File::GetFileInfo(savePath_, &info)) { in UpdateDateSeconds()
253 if (info.isDirectory && File::GetFileInfo(savePath_ / "PARAM.SFO", &info)) { in UpdateDateSeconds()
[all …]