forked from eden-emu/eden
WIP: [core, android] Initial playtime implementation
JNI code is from Azahar although modified
This commit is contained in:
parent
954c17c18a
commit
0d739b44ca
19 changed files with 178 additions and 47 deletions
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue