소스 검색

Force HighDPI on macOS

pull/832/head
Ray 6 년 전
부모
커밋
f44888e466
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/core.c

+ 4
- 0
src/core.c 파일 보기

@ -130,6 +130,10 @@
#include "external/rgif.h" // Support GIF recording
#endif
#if defined(__APPLE__)
#define SUPPORT_HIGH_DPI // Force HighDPI support on macOS
#endif
#include <stdio.h> // Standard input / output lib
#include <stdlib.h> // Required for: malloc(), free(), rand(), atexit()
#include <stdint.h> // Required for: typedef unsigned long long int uint64_t, used by hi-res timer

불러오는 중...
취소
저장