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 / qc10 / qc10.h
index c5b9592..8f5a28c 100644 (file)
@@ -160,6 +160,9 @@ public:
        uint32_t is_floppy_disk_accessed();
        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);