56879 Commits

Author SHA1 Message Date
Autechre
cf854fc67b
Merge pull request #11633 from jdgleaver/dingux-mplt
OpenDingux: Add '-mplt -mno-shared' compiler optimisation flags
2020-11-28 16:14:14 +01:00
jdgleaver
00546df273 OpenDingux: Add '-mplt -mno-shared' compiler optimisation flags 2020-11-27 15:13:04 +00:00
Autechre
1f6cf5748e
Merge pull request #11624 from jstine35/assert_macro_code_quality
Improved code quality of retro_assert macro
2020-11-27 15:40:36 +01:00
Autechre
68c6092e07
Merge pull request #11625 from davidgfnet/brightness
Streamlining brightness control in Retroarch (for Lakka)
2020-11-27 15:39:54 +01:00
Autechre
fe430fd78f
Merge pull request #11627 from TylerLoch/master
Apple Silicon Build Support
2020-11-26 23:34:20 +01:00
David Guillen Fandos
a442696b71 First attempt at adding proper brightness
Supports Switch and OGA
2020-11-26 19:22:05 +01:00
jdgleaver
e447b0f45a Add OpenDingux build to .gitlab-ci.yml 2020-11-26 14:36:02 +01:00
Tyler Loch
44e5fd9a35
Apple Silicon Build Support 2020-11-25 18:05:45 -06:00
Tyler Loch
ffbcd92e2d
Apple Silicon Build Support
Disable ARM NEON optimizations for audio, as used in libretro-common/audio/conversion
Allows for building Apple Silicon (arm64) and arm64/x86_64 fat-binary versions of RetroArch for macOS.
2020-11-25 15:22:49 -06:00
Jake Stine
ad12cc089c Improved code quality of retro_assert macro
Macros without do{}while() wrapping behave more like regular C expressions. The macro can now be nested/embedded inside of other similar compound statements and conditionals without introducing syntax errors. This change has no risk of negatively impacting existing code.
2020-11-25 10:16:19 -08:00
Autechre
4dcc556ec9
Merge pull request #11617 from guoyunhe/crowdin
Fetch translations from Crowdin
2020-11-25 16:57:14 +01:00
Autechre
54eb22dd2b
Merge pull request #11606 from Scrumplex/feat-run-media
Also show /run/media or /run/media/$USER in drives list
2020-11-25 16:04:52 +01:00
Autechre
1cbc26ac9e
Merge pull request #11614 from HyperspaceMadness/Shader_Multi-Level_Referenced_Presets
Shader_Multi-Level_Referenced_Presets
2020-11-25 15:47:31 +01:00
Autechre
94534be4a2
Merge pull request #11618 from davidgfnet/master
Make get_lakka_version available in all builds
2020-11-25 15:47:20 +01:00
Autechre
debb9c6b0a
Merge pull request #11622 from Jamiras/cheevos_lboard_spacing
(cheevos) calculate leaderboard widget spacing based on video resolution
2020-11-24 20:50:20 +01:00
Autechre
8ddd246420
Merge pull request #11619 from konistehrad/fix-sunxi
Fix missing division sign in sunxi_gfx.c
2020-11-24 20:50:04 +01:00
Autechre
cd7a1fcf0f
Merge pull request #11616 from jdgleaver/rewind-granularity-fix
Prevent 'Rewind Frames' from being set to '1' incorrectly on load content
2020-11-24 20:49:47 +01:00
Jamiras
e6a7961dd5 calculate spacing based on video resolution 2020-11-24 07:42:50 -07:00
Conrad Kreyling
9cfe50ddd3
Fix missing division sign in sunxi_gfx.c
Same fix as 71c031099b for the same problem, just in a different file.
2020-11-23 13:31:16 -05:00
David Guillen Fandos
f5693f15e7 Make get_lakka_version available in all builds
This simplifies a bit the code, for some new lakka patches to come.
2020-11-23 18:44:24 +01:00
Guo Yunhe
6d57819ade Fetch translations from Crowdin 2020-11-23 22:54:07 +08:00
jdgleaver
8d8ccf45db Prevent 'Rewind Frames' from being set to '1' incorrectly on load content 2020-11-23 14:01:18 +00:00
HyperspaceMadness
f0c4343cb9 Removed extra printf left behind 2020-11-22 19:39:34 -05:00
HyperspaceMadness
abb2d06ce9 Shader_Multi-Level_Referenced_Presets 2020-11-22 19:10:08 -05:00
Autechre
96af31bce7
Merge pull request #11609 from HyperspaceMadness/Shader_Increase_Max_Textures_Line
Shader_Increase_Max_Textures_Line
2020-11-22 18:30:17 +01:00
Autechre
06279b68f2
Merge pull request #11600 from davidgfnet/master
Adding savestate garbage collector for autoincrement stavestates
2020-11-22 17:11:08 +01:00
HyperspaceMadness
35b49f3b82 Shader_Increase_Max_Textures_Line 2020-11-22 09:50:24 -05:00
Sefa Eyeoglu
e3dc9a7e1d feat: also show /run/media or /run/media/$USER in drives list 2020-11-22 14:25:46 +01:00
David Guillen Fandos
1c5099051c Adding savestate garbage collector for autoincrement stavestates
As some issues indicate (#6195 #10471 #11008 #6861) there's an issue with
the autoincrement save slot feature: slot index will increase and very old
saves won't be deleted.

This commit adds support to delete old save states with a user defined
save state limit (global). Instead of wrapping around the slot counter
it will simply delete the oldest save, since it is simpler.

For now there's a limit of one deletion per save, which ensures a user
cannot delete many saves by accident if they set the limit too low.
2020-11-22 13:26:23 +01:00
Autechre
865303c501
Merge pull request #11605 from SimpleTease/patch-1
ibxm: update to 20191214
2020-11-22 02:18:22 +01:00
SimpleTease
8017ecd2b8 ibxm: update to 20191214
- Fix music playback (sample skipping)
- Add more platforms
- Fix Mr. Boom music
2020-11-21 20:30:19 +00:00
Autechre
175205c1e6
Merge pull request #11604 from crystalct/master
Fix Ps3 build.
2020-11-21 03:44:30 +01:00
crystalct
fe0fcb7617
Fix Ps3 build. 2020-11-21 00:34:30 +01:00
Autechre
6205a0c2bc
Merge pull request #11599 from jdgleaver/upscale_1_5x-filter
Add Upscale1.5x video filter
2020-11-20 18:14:51 +01:00
jdgleaver
c2f1b9f336 Add Upscale1.5x video filter 2020-11-20 15:22:09 +00:00
Autechre
8921d31247
Merge pull request #11595 from libretro/dir_check_defaults_only_once
Only attempt to call dir_check_defaults once per runtime session
2020-11-20 04:32:31 +01:00
twinaphex
3ac75c043e Jdgleaver improvements 2020-11-20 03:55:55 +01:00
Autechre
2430736a5d
Merge pull request #11596 from schellingb/stdstring-signed-fix
Fix crash in ctype style char macros with signed inputs
2020-11-19 21:51:40 +01:00
Bernhard Schelling
c594e8801d
Fix ctype style char macros with signed inputs
UTF8 byte codes are commonly stored in signed char types thus these macros could be called with negative numbers. Avoid invalid memory access by clamping the input values to 0 ~ 255 with an unsigned char cast.
2020-11-19 23:42:05 +09:00
Autechre
fbd04ea76e
Merge pull request #11590 from Cpasjuste/crt_switch_timings
(KMS/DRM) add support for custom hdmi_timings / modes
2020-11-19 13:45:15 +01:00
cpasjuste
e31182b005 (KMS/DRM) cleanup custom video mode loading (crt_switch_timings) 2020-11-19 10:21:18 +01:00
Autechre
307a9ac01c
Update CHANGES.md 2020-11-19 07:21:23 +01:00
Autechre
380e878c66
Merge pull request #11552 from sonninnos/turbo-single-hold
Add hold mode for turbo fire 'Single Button'
2020-11-19 07:21:03 +01:00
Autechre
06805ace7e
Update CHANGES.md 2020-11-19 07:20:01 +01:00
Autechre
3f1d25f1f7
Merge pull request #11576 from HyperspaceMadness/Shader_Preset_Remove_parameters_line
Shader_Preset_Remove_parameters_line
2020-11-19 07:18:49 +01:00
Autechre
f7e9dd651f
Merge pull request #11594 from davidgfnet/master
Add support for 64 buttons in udev gamepads
2020-11-19 07:11:54 +01:00
twinaphex
9ee1e33e09 Only attempt to call dir_check_defaults once per runtime session
when calling the frontend environment get callback - we want to
look at the 'default' directories, and then if they don't yet exist,
auto-create them so we can store files in them.
2020-11-19 07:10:22 +01:00
twinaphex
02607e6c34 Simplify dir_check_defaults 2020-11-19 05:38:04 +01:00
David Guillen Fandos
bf48757a2e Add support for 64 buttons in udev gamepads
It seems only 16 were only really supported anyway due to the
usage of BITS_COPY16_PTR (which only copies 16 bit states)?
2020-11-18 19:29:46 +01:00
Autechre
4382772a79
Merge pull request #11593 from jdgleaver/dingux-rumble2
OpenDingux: Optimise rumble interface
2020-11-18 18:48:39 +01:00