feat: added Files app USB medium detection

This commit is contained in:
2026-05-18 20:00:42 +02:00
parent 54c60e7a81
commit 7cb1866998
14 changed files with 50 additions and 2 deletions
+1
View File
@@ -160,6 +160,7 @@ namespace Montauk {
static constexpr uint64_t SYS_INPUT_WAIT = 123;
static constexpr uint64_t SYS_DRIVELABEL = 124;
static constexpr uint64_t SYS_NETSTATUS = 125;
static constexpr uint64_t SYS_DRIVEKIND = 127;
static constexpr uint32_t CLIPBOARD_MAX_TEXT_BYTES = 256 * 1024;