OSDN Git Service

[VM][EX80] Fix linkage error.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 10 Dec 2022 17:22:25 +0000 (02:22 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 10 Dec 2022 17:22:25 +0000 (02:22 +0900)
source/src/vm/ex80/ex80.h

index 030ca47..172edaf 100644 (file)
@@ -160,7 +160,7 @@ public:
        // ----------------------------------------
        
        // drive virtual machine
-       void reset();
+       //void reset();
        void run();
        double get_frame_rate()
        {
@@ -196,7 +196,7 @@ public:
        double get_current_usec();
        uint64_t get_current_clock_uint64();
 
-       void update_config();
+       //void update_config();
        bool process_state(FILEIO* state_fio, bool loading);
        
        // ----------------------------------------
@@ -204,7 +204,7 @@ public:
        // ----------------------------------------
        
        // devices
-       DEVICE* get_device(int id);
+       //DEVICE* get_device(int id);
        //DEVICE* dummy;
        //DEVICE* first_device;
        //DEVICE* last_device;