uart.mitm: Implemented btsnoop timestamp handling.

This commit is contained in:
yellows8
2021-02-18 14:15:53 -05:00
parent 1dd9d46415
commit 296fb31358
4 changed files with 25 additions and 9 deletions

View File

@@ -45,6 +45,9 @@ namespace ams::mitm::uart {
static constexpr inline size_t CacheBufferSize = 0x1000;
s64 m_timestamp_base;
s64 m_tick_base;
char m_base_path[256];
size_t m_cmdlog_pos;