Browse Source

Use busy wait loop

If not using busy wait loop, linkage with WINMM in Windows platform is
required
pull/432/head
Ray 7 years ago
parent
commit
fcb0cae605
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c View File

@ -83,7 +83,7 @@
#define SUPPORT_MOUSE_GESTURES
#define SUPPORT_CAMERA_SYSTEM
#define SUPPORT_GESTURES_SYSTEM
o">//#define SUPPORT_BUSY_WAIT_LOOP
cp">#define SUPPORT_BUSY_WAIT_LOOP
#define SUPPORT_GIF_RECORDING
//-------------------------------------------------

Loading…
Cancel
Save