1
0
Fork 0
forked from eden-emu/eden

WIP: [core, android] Initial playtime implementation

JNI code is from Azahar although modified
This commit is contained in:
inix 2025-10-09 15:39:20 +02:00
parent 954c17c18a
commit 0d739b44ca
19 changed files with 178 additions and 47 deletions

View file

@ -27,3 +27,6 @@
* @return bool If the operation succeeded
*/
[[nodiscard]] bool SaveIconToFile(const std::filesystem::path& icon_path, const QImage& image);
// Converts a length of time in seconds into a readable format
QString ReadableDuration(qulonglong time_seconds);