OSDN Git Service

[VM][DEVICE] device.h : Fix FTBFS with no "USE_SHARED_DLL".
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 25 Sep 2017 05:07:42 +0000 (14:07 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 25 Sep 2017 05:07:42 +0000 (14:07 +0900)
source/src/vm/device.h

index f84a837..fcb5ee0 100644 (file)
@@ -653,7 +653,7 @@ public:
        // Force render per 1 sample automatically.
        // See pcm1bit.cpp .
        // -- 20161010 K.O
-       virtual void set_realtime_render(DEVICE* device = this, bool flag)
+       virtual void set_realtime_render(DEVICE* device = this, bool flag = true)
        {
                if(event_manager == NULL) {
                        event_manager = vm->first_device->next_device;