Skip to content
Permalink
Branch: master
Commits on Jun 3, 2019
  1. fix warnings in win32

    richard42 committed Jun 3, 2019
  2. fix warnings

    richard42 committed Jun 3, 2019
Commits on Mar 3, 2019
  1. fix OSD=0 and DEBUGGER=1 builds

    richard42 committed Mar 3, 2019
  2. add function attributes so GCC can find bugs in calls to string forma…

    richard42 committed Mar 3, 2019
    …tting functions with variadic arguments
Commits on Feb 28, 2019
  1. bump API version to 2.1.0 and modify input plugin attach logic to fix…

    richard42 committed Feb 28, 2019
    … issue #630
Commits on Feb 22, 2019
  1. Merge pull request #632 from djames1/master

    richard42 committed Feb 22, 2019
    Add ppc64le support
  2. fix uninitialized variables

    richard42 committed Feb 22, 2019
Commits on Feb 20, 2019
  1. Add ppc64le support

    djames1 committed Feb 20, 2019
Commits on Feb 10, 2019
  1. update version and release info for v2.5.9 BETA release

    richard42 committed Feb 10, 2019
Commits on Feb 9, 2019
  1. Merge pull request #550 from loganmc10/patch-5

    richard42 committed Feb 9, 2019
    Don't call SDL_PumpEvents() in core
Commits on Feb 3, 2019
  1. Merge pull request #619 from bugfood/fix-nosaveoptions

    richard42 committed Feb 3, 2019
    do not force saving config when file not present
  2. do not force saving config when file not present

    bugfood committed Feb 3, 2019
    Front-ends now ensure that configuration is saved (when desired) before
    starting the game.
  3. __clear_cache fix for ARM 64 devices plus ANDROID cleanup

    fzurita authored and Gillou68310 committed Feb 3, 2019
Commits on Feb 2, 2019
  1. Merge pull request #615 from fzurita/store_stop_after_jal_in_save

    richard42 committed Feb 2, 2019
    Fixes for last save state update
Commits on Jan 31, 2019
  1. Correctly store stop_after_jal in correct save state data portion.

    fzurita committed Jan 31, 2019
Commits on Jan 30, 2019
  1. Enable stop_after_jal for pj64 save states

    fzurita committed Jan 30, 2019
  2. new_dynarec: Add COND_ prefix to eCond enum

    Gillou68310
    Gillou68310 committed Jan 30, 2019
  3. Merge pull request #614 from fzurita/store_stop_after_jal_in_save

    Gillou68310 committed Jan 30, 2019
    Make stop_after_jal a save state parameter instead of configuration
  4. Make stop_after_jal a save state parameter instead of configuration

    fzurita committed Jan 29, 2019
  5. getting closer to fixing the MXE 64-bit Travis build

    richard42 committed Jan 30, 2019
  6. fix the travis build for 64-bit MXE too (finally)

    richard42 committed Jan 30, 2019
  7. yet another attempt to fix one of the travis builds

    richard42 committed Jan 30, 2019
Commits on Jan 29, 2019
  1. new_dynarec: Fix regression on arm64 caused by 26cc980

    Gillou68310
    Gillou68310 committed Jan 29, 2019
  2. attempt to fix MXE travis CI builds

    richard42 authored and Gillou68310 committed Jan 29, 2019
  3. new_dynarec: Fix #552

    Gillou68310
    Gillou68310 committed Jan 28, 2019
Commits on Jan 26, 2019
  1. Merge pull request #606 from Gillou68310/new_dynarec_fixes

    richard42 committed Jan 26, 2019
    new_dynarec fixes
  2. issue #613: we dont need to call StateChanged() from main_state_set_s…

    richard42 committed Jan 26, 2019
    …lot(), because it will be called inside of savestates_select_slot() if necessary
  3. we dont really need to check for valid parameter type in ConfigGetPar…

    richard42 committed Jan 26, 2019
    …ameter because the ConfigGetParamX functions can convert from any type
  4. Merge pull request #612 from bugfood/fix-options

    richard42 committed Jan 26, 2019
    Allow valid interpretations of strings as non-strings
  5. new_dynarec: Fix regression caused by 9525ed4

    Gillou68310
    Gillou68310 committed Jan 25, 2019
Commits on Jan 25, 2019
  1. new_dynarec: Refactor block invalidation

    Gillou68310
    Gillou68310 committed Jan 17, 2019
  2. Allow valid interpretations of strings as non-strings

    bugfood committed Jan 25, 2019
    The various ConfigGetParamX() functions can handle string inputs
    already, but ConfigGetParameter() rejects such inputs beforehand.
    
    Modify ConfigGetParameter() to validate that a string represents a
    numeric value. If so, then ConfigGetParamX() can handle the input.
    Factor the checks into a new function to keep them from getting too
    long.
    
    Use case:
    Values read from the ui-console command line are always strings, by
    necessity. When the config file is empty (or somehow lacking the
    specified parameter), then ui-console cannot know the desired type, so
    it defaults to storing the parameter as a string. Without this patch,
    this can result in plugin code ignoring a validly-specified
    command-line parameter.
    
    Use case:
    Without this patch, if a user unknowingly specifies a float or integer
    value in the config file within double-quotes, this can result in plugin
    code ignoring the parameter.
Older
You can’t perform that action at this time.