OSDN Git Service

[VM][LOGGER][OSD][VM_TEMPLATE] Add API to log with VM's time.
[csp-qt/common_source_project-fm7.git] / source / src / vm / phc20 / phc20.h
index 3b961e6..2ebe4fe 100644 (file)
@@ -123,6 +123,9 @@ public:
        void push_apss_rewind(int drv) {}
        bool is_frame_skippable();
        
+       double get_current_usec();
+       uint64_t get_current_clock_uint64();
+       
        void update_config();
        bool process_state(FILEIO* state_fio, bool loading);