Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some syntax errors when compiling via msbuild 2019 compiler toolchain #763

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    a0ad17d View commit details
    Browse the repository at this point in the history
  2. FastSaveStates: Resolve linker error on msvc 2019 toolchain

     * Replace C bool macro with _Bool compiler type
     * C99 _Bool and C++ bool are considered matching types by the compiler
    jstine35 committed May 23, 2021
    Configuration menu
    Copy the full SHA
    b2dd3ec View commit details
    Browse the repository at this point in the history
  3. libretro: EventCycles must match definition in gpu.cpp (signed)

    ... and as a rule of thumb, always favor signed int unless there is specific reason to use unsigned (normally limited to situations where full 4GB unsigned range is required during comparison operation)
    jstine35 committed May 23, 2021
    Configuration menu
    Copy the full SHA
    124a2d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9933eae View commit details
    Browse the repository at this point in the history