Autechre
7fc636c623
Merge pull request #12332 from Alcaro/master
...
Track the complete string in rhmap
2021-04-28 17:05:27 +02:00
Alcaro
2c5c4647e3
Track the complete string in rhmap
2021-04-28 16:09:45 +02:00
Autechre
2702ce693b
Merge pull request #12328 from jdgleaver/7zip-update
...
Update 7-Zip dependency to latest stable version (fixes CHD support on static platforms)
2021-04-28 15:12:41 +02:00
Autechre
71836cacdb
Merge pull request #12331 from bulzipke/master
...
(3DS) Load overlay texture images as BGR colors
2021-04-28 13:28:33 +02:00
jdgleaver
a501dfd680
Update 7-Zip dependency to latest stable version (fixes CHD support on static platforms)
2021-04-28 12:00:50 +01:00
bulzipke
7e7615c97c
(3DS) Load overlay texture images as BGR colors
2021-04-28 19:16:14 +09:00
Autechre
a4d955357d
Merge pull request #12329 from IAmBoring/patch
...
MSVC Vulkan Buildfix
2021-04-28 11:57:46 +02:00
IAmBoring
9c0aec1d19
MSVC Vulkan Buildfix
2021-04-27 20:45:52 +00:00
repojohnray
28541fe826
Set -I. at the beginning to include the right config.h
...
This is done to avoid to include for instance valgrind/config.h as the main config.h
2021-04-27 17:37:27 +02:00
Autechre
8466a213e8
Merge pull request #12324 from devnexen/macos_vulkan_build_fix
...
macOS with vulkan build fix
2021-04-26 22:16:24 +02:00
Autechre
0cd0ce87f5
Merge pull request #12323 from bulzipke/master
...
(3DS) Load texture images as BGR colors
2021-04-26 22:15:57 +02:00
David Carlier
c7f3fa2b5d
macOS with vulkan build fix
2021-04-26 20:31:15 +01:00
Autechre
f601f4ce70
Merge pull request #12311 from gblues/gblues/runloop-state
2021-04-26 19:43:49 +02:00
bulzipke
56a0300db5
Load texture images as BGR colors
2021-04-27 01:58:41 +09:00
Nathan Strong
d7075296e3
Move runloop data to static struct
...
== DETAILS
As part of a larger project to reduce/eliminate global state, this commit does the following:
1. move all the `runloop_` members of the `rarch_st` struct to a separate structure
2. create a static instance of that struct in retroarch.c
3. switch all references of `p_rarch->runloop_*` to `runloop_state.*`
4. remove the extraneous `runloop_` prefix on the new struct's members
2021-04-26 09:21:01 -07:00
Autechre
a904b1665f
Merge pull request #12321 from jdgleaver/core-info-optimisation
...
(core_info) Performance optimisations + code clean-ups/refactors
2021-04-26 16:45:49 +02:00
jdgleaver
f4511f6fa4
(core_info) Performance optimisations + code clean-ups/refactors
2021-04-26 14:30:31 +01:00
Autechre
1d81841091
Merge pull request #12308 from sonninnos/cheat-log
...
Silence unappropriate cheatfile logging
2021-04-25 23:44:22 +02:00
Autechre
d339d5eab5
Merge pull request #12313 from MrHuu/master
...
(3DS) Enable gfx_widgets / overlays
2021-04-25 23:44:13 +02:00
Autechre
9d13b090d8
Merge pull request #12317 from devnexen/mac_m1_cpu_features
...
cpu detection detection vfp unit for Darwin.
2021-04-25 23:43:57 +02:00
David CARLIER
6f898e611c
cpu detection detection vfp unit for Darwin.
2021-04-24 22:58:14 +01:00
MrHuu
1235a7435e
(3DS) Enable gfx_widgets / overlays
2021-04-24 15:36:03 +02:00
sonninnos
2ebf46e241
Silence unappropriate cheatfile logging
2021-04-23 18:44:02 +03:00
twinaphex
d2af1e905c
Fix runahead
2021-04-23 13:18:29 +02:00
twinaphex
be255ff269
(gfx_animation.c) Simplify some functions
2021-04-22 19:30:20 +02:00
twinaphex
0211e7749e
Simplify gfx_animation_ticker_generic
2021-04-22 18:48:14 +02:00
Autechre
d24f808d79
Merge pull request #12294 from ToKe79/lakka_timezone
...
Lakka: add menu for time zone setting
2021-04-22 18:38:19 +02:00
Autechre
6d42481c37
Merge pull request #12301 from jdgleaver/search-filter-cheats-overlays
...
Add search filter support to cheats and overlays file browser menus
2021-04-22 18:32:49 +02:00
jdgleaver
80753ac741
Add search filter support to cheats and overlays file browser menus
2021-04-22 16:56:57 +01:00
Autechre
93e467913e
Merge pull request #12300 from jdgleaver/rgui-scaling-menu-fix
...
(RGUI) Fix display of 'Video > Scaling' menu when 'Lock Menu Aspect Ratio' is enabled
2021-04-22 17:49:13 +02:00
jdgleaver
fc283123bb
(RGUI) Fix display of 'Video > Scaling' menu when 'Lock Menu Aspect Ratio' is enabled
2021-04-22 15:55:59 +01:00
Autechre
5998c561ee
Merge pull request #12299 from sinusinu/master
...
GDI: Fix non-ASCII text rendering
2021-04-22 14:24:47 +02:00
Woohyun Shin
4e8a71d034
GDI: Fix non-ASCII text rendering
2021-04-22 20:38:58 +09:00
Autechre
d458729f6c
Merge pull request #12297 from Szunti/sdl_input_crash_if_analog_bound
2021-04-22 03:25:32 +02:00
Szunti
3191fec54c
Fix crash in sdl input driver when analogs are bound.
2021-04-22 03:20:39 +02:00
Autechre
7a5559aba0
Merge pull request #12295 from jdgleaver/config-file-hash-map
2021-04-22 00:35:35 +02:00
jdgleaver
29d5963cad
(config_file) Use hash map to optimise key/value lookups
2021-04-21 17:33:36 +01:00
Tomáš Kelemen (vudiq)
90529c62b2
Lakka: add menu for time zone setting
...
This adds new entry under Settings -> Services (where all Lakka related
services are currently available, such as switches for services like
SSH, Samba, etc.). By adding this the users do not have to use the
command line / access the file system directly to change their local
time zone to adjust the date/time displayed in RetroArch.
2021-04-21 18:12:42 +02:00
twinaphex
ae21979b7c
Remove unused variable
2021-04-21 15:58:51 +02:00
Autechre
09c3ef0f6a
Merge pull request #12290 from devnexen/mac_timer_upd
...
Mac intel and arm64 timer change proposal.
2021-04-21 15:59:33 +02:00
twinaphex
ba791b7de8
Add better fix that targets all statically linked platforms instead of
2021-04-21 15:58:18 +02:00
Autechre
0ddfbd976c
Merge pull request #12292 from Jamiras/cheevos_supervision_mmap
...
(cheevos) update achievement memory maps
2021-04-21 06:50:02 +02:00
Jamiras
d4ba7579d1
update achievement memory maps
2021-04-20 20:08:46 -06:00
twinaphex
220bc434be
Get rid of strcpy_alloc
2021-04-21 02:25:51 +02:00
David CARLIER
2932a835fc
Mac intel and arm64 timer change proposal.
2021-04-20 21:38:01 +01:00
twinaphex
e88fad00a5
copy_core_to_temp_file - get rid of a bunch of strcat_alloc calls,
...
instead just use fill_pathname_join once and have retroarch_tmp_path
be a fixed stack array variable
2021-04-20 21:29:02 +02:00
Autechre
36d274d460
Merge pull request #12288 from ToKe79/lakka-change-handlers-squash-warnings
...
Make Lakka change handlers use the setting pointer
2021-04-20 20:31:15 +02:00
twinaphex
4c4d5e5837
(core_info.c) Cleanups
2021-04-20 19:46:11 +02:00
twinaphex
769fb7cd02
Cleanup
2021-04-20 19:35:59 +02:00
twinaphex
0cc5b29558
Use path_basename for instances where we don't have to deal
...
with compressed files in archives
2021-04-20 19:14:47 +02:00