Branch: master
-
-
add function attributes so GCC can find bugs in calls to string forma…
…tting functions with variadic arguments
-
fix integer size bugs in string format functions with variadic arguments
richard42 committedMar 3, 2019
-
Merge pull request #632 from djames1/master
Add ppc64le support
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #550 from loganmc10/patch-5
Don't call SDL_PumpEvents() in core
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #619 from bugfood/fix-nosaveoptions
do not force saving config when file not present
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
do not force saving config when file not present
Front-ends now ensure that configuration is saved (when desired) before starting the game.
-
-
Merge pull request #615 from fzurita/store_stop_after_jal_in_save
Fixes for last save state update
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
-
new_dynarec: Add COND_ prefix to eCond enum
Gillou68310 committedJan 30, 2019 Loading status checks… -
Merge pull request #614 from fzurita/store_stop_after_jal_in_save
Make stop_after_jal a save state parameter instead of configuration
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
-
-
new_dynarec: Fix regression on arm64 caused by 26cc980
Gillou68310 committedJan 29, 2019 Loading status checks… -
Gillou68310 committed
Jan 28, 2019
-
Merge pull request #606 from Gillou68310/new_dynarec_fixes
new_dynarec fixes
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
issue #613: we dont need to call StateChanged() from main_state_set_s…
…lot(), because it will be called inside of savestates_select_slot() if necessary
-
we dont really need to check for valid parameter type in ConfigGetPar…
…ameter because the ConfigGetParamX functions can convert from any type
-
Merge pull request #612 from bugfood/fix-options
Allow valid interpretations of strings as non-strings
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
new_dynarec: Fix regression caused by 9525ed4
Gillou68310 committedJan 25, 2019 Loading status checks…
-
new_dynarec: Refactor block invalidation
Gillou68310 committedJan 17, 2019 -
Allow valid interpretations of strings as non-strings
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.
-
Fix ConfigGetParamX comments (copy/paste omissions)
bugfood committedJan 25, 2019