Make screen refresh more snappy on macOS
This commit is contained in:
parent
81dc7593da
commit
c1b2811bbf
3 changed files with 23 additions and 6 deletions
|
|
@ -403,18 +403,18 @@ int iswprint(wchar_t wc)
|
|||
|
||||
#endif /* WIN32 */
|
||||
|
||||
#if defined(__MACOS__)
|
||||
#include "macos.h"
|
||||
#elif defined(__IOS__)
|
||||
#include "ios.h"
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "SDL2/SDL.h"
|
||||
#include "SDL2/SDL_thread.h"
|
||||
|
||||
#if defined(__MACOS__)
|
||||
#include "macos.h"
|
||||
#elif defined(__IOS__)
|
||||
#include "ios.h"
|
||||
#endif
|
||||
|
||||
#if !defined(_SDL_H) && !defined(SDL_h_)
|
||||
#error "---------------------------------------------------"
|
||||
#error "If you installed SDL from a package, be sure to get"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue