| 117 | } |
| 118 | |
| 119 | static std::string ScreenshotGetDirectory() |
| 120 | { |
| 121 | auto& env = GetContext()->GetPlatformEnvironment(); |
| 122 | return env.GetDirectoryPath(DirBase::user, DirId::screenshots); |
| 123 | } |
| 124 | |
| 125 | static std::pair<RealWorldDate, RealWorldTime> ScreenshotGetDateTime() |
| 126 | { |
no test coverage detected