jdgleaver
05b7ac47c3
Add 'Reset Input Mapping' option to 'Manage Remap Files' menu
2022-03-21 15:08:02 +01:00
Bernhard Schelling
780fdf721e
Fix possible hash map corruption when deleting string keys
2022-03-21 15:07:53 +01:00
Colin Kinloch
47c850c7fd
(Wayland) Dedupe VK/GL code
2022-03-21 07:50:34 +01:00
Colin Kinloch
c6892d03c3
(Wayland) Fix splash screen when using xdg_toplevel
2022-03-20 20:18:11 +01:00
Colin Kinloch
82c69995f0
(Wayland) SHM anti-collision for the splash screen
2022-03-20 18:31:30 +01:00
Jamiras
4d2adee166
use display name for UI
2022-03-20 18:31:07 +01:00
Jamiras
a18e29cc8a
update to rcheevos 10.3.3
2022-03-20 18:31:07 +01:00
Colin Kinloch
065fb5acee
(Wayland) Skip splash screen if window is not ready
2022-03-18 16:29:49 +01:00
sonninnos
27a6210f96
(XMB) Add title margin adjustment
2022-03-18 13:24:50 +01:00
jdgleaver
c6e83d23f5
RETRO_ENVIRONMENT_SHUTDOWN Fixes
...
- Ensure core is properly unloaded when RETRO_ENVIRONMENT_SHUTDOWN is called
- Ensure menu stack is properly flushed when RETRO_ENVIRONMENT_SHUTDOWN is called
2022-03-18 13:15:47 +01:00
sonninnos
72513e29b2
Fix keyboard device remap nulling
2022-03-18 00:30:59 +01:00
github-actions
6d67c16507
Fetch translations from Crowdin
2022-03-17 00:08:48 +00:00
Mats
910a652b3c
(steam) Replace OSK with the Steam one on the deck
2022-03-16 19:00:16 +01:00
jdgleaver
ea77410037
Add 'Manage Remap Files' submenu + automatically save input remaps when closing content
2022-03-16 18:59:49 +01:00
Vladimir Serbinenko
96ddb301b6
Fix x1 name in emscripten
2022-03-16 18:08:20 +01:00
Francisco Javier Trujillo Mata
fc653fad90
Add explicitly the supported menu drivers in PS2
2022-03-16 18:03:35 +01:00
Francisco Javier Trujillo Mata
db74d7c81b
Revert "Fix typo in Makefile.common when comparing for HAVE_MATERIALUI, HAVE_XMB and HAVE_OZONE"
...
This reverts commit 6f687fbb6c93ae13246420b465843d975e988174.
2022-03-16 18:03:35 +01:00
github-actions
675fe72ef0
Fetch translations from Crowdin
2022-03-16 00:08:44 +00:00
Francisco Javier Trujillo Mata
e70b3d49b7
Fix typo in Makefie.ps2
2022-03-16 00:07:04 +01:00
Francisco Javier Trujillo Mata
a404689894
Fix typo in Makefile.common when comparing for HAVE_MATERIALUI, HAVE_XMB and HAVE_OZONE
2022-03-16 00:07:04 +01:00
sonninnos
646b0f7209
(XMB+Ozone) Fix input icons
2022-03-15 22:34:15 +01:00
twinaphex
5253e4be23
Revert retroarch.cfg (regression introduced here - https://github.com/MajorPainTheCactus/RetroArch/commit/8fd35dae2d66ebe3fb4f04930ded2074e528ed
2022-03-15 17:41:23 +01:00
Vladimir Serbinenko
4d2178fafc
Add missing emscripten cores
2022-03-15 17:44:00 +01:00
revvv
492a83e6d5
Wii: Fix find_connection_entry(): needs unsigned int
...
Otherwise the USB gamepad cannot be found, if VID/PID has leading zero.
For example: Retrode gamepad adapter:
vid=1027 (0x403) pid=38849 (0x97c1) becomes
vid=1027 (0x403) pid=-26687 (0xffff97c1)
2022-03-15 17:43:46 +01:00
jdgleaver
b08314cf60
Prevent 'global' configuration of input libretro device type
2022-03-15 17:43:28 +01:00
TheRetroPirate
28145abde9
forgot to include the changes for the c_converter to include the metadata in the rdb files
2022-03-15 05:51:20 +01:00
TheRetroPirate
6f90b24f72
added more categories to the explore menu
2022-03-15 05:51:20 +01:00
Giovanni Cascione
fe943a65e8
mali_fbdev: fix segfault switching video threaded from quickmenu
2022-03-15 05:45:38 +01:00
MajorPainTheCactus
3a25e1fbc3
Fixed D3D11 HDR bug just introduced
2022-03-15 05:44:07 +01:00
MajorPainTheCactus
f3bda542d6
Fixed crash when using stock shader and HDR and previous optimisation
2022-03-15 05:44:07 +01:00
MajorPainTheCactus
32b8560858
Removed redundant copy of buffer in HDR mode if the shader has already a HDR format i.e R10G10B10A2
2022-03-15 05:44:07 +01:00
Colin Kinloch
86ca2006ea
(Wayland) Fallback to shm_open when memfd_create fails ( #13740 )
2022-03-14 19:20:29 +01:00
jdgleaver
284fb6baa4
(menu_cbs_deferred_push.c) Minor clean-up of general_push() ( #13742 )
2022-03-14 18:18:07 +01:00
jdgleaver
1490ad18a2
Prevent log spam when using rewind hotkey with cores that don't support rewind if rewind functionality itself is disabled ( #13741 )
2022-03-14 18:17:43 +01:00
twinaphex
596bc4e686
(Steam) Swap OK/Cancel buttons by default
2022-03-14 18:12:25 +01:00
Mats
d675276e28
(steam) Thread safety and style fixes ( #13739 )
2022-03-13 18:14:20 +01:00
Tony
c1216fd16d
(XMB) Vertical Fade corrections ( #13736 )
2022-03-12 16:50:56 +01:00
Nikos Chantziaras
d9bc8fb796
Ozone: Add thumbnail scale option ( #13620 )
...
* Ozone: Add thumbnail scale option
* CHANGES.md: Add ozone thumbnail bar scaling option
2022-03-11 15:51:41 +01:00
Jamiras
b4d9d6c5fc
move slowdown disable into toggle_hardcore_active ( #13734 )
2022-03-11 07:17:54 +01:00
Nikos Chantziaras
b094c58081
Add hotkey for toggling sync to exact content framerate ( #13725 )
...
* Add hotkey for toggling sync to exact content framerate
* CHANGES.md: add sync to exact content framerate toggle hotkey
2022-03-10 17:21:08 +01:00
jdgleaver
53bd6908e1
UWP build fix ( #13726 )
2022-03-10 15:15:45 +01:00
github-actions
0ecaa609f9
Fetch translations from Crowdin
2022-03-10 00:09:57 +00:00
jSTE0
715c054de5
Improve CPU architecture and model name identification for Miyoo ( #13704 )
...
* features_cpu: Return model name on non-x86 Linux platforms
Extract model name from /proc/cpuinfo.
* platform/unix: Rework identification of classic Arm CPUs
Identify pre-ARMv7 CPUs based on the machine hardware name starting with
"arm" instead of matching every individual variant. This will then
include the ARM926EJ-S which has armv5tejl as its machine hardware name.
2022-03-09 21:27:12 +01:00
jdgleaver
c67806dbd7
Enable manual selection of which cores are displayed in the 'Standalone Cores' menu ( #13722 )
2022-03-09 17:49:16 +01:00
Colin Kinloch
3b08d63b23
(Wayland) Initial drag and drop (wl_data_offer) support ( #13515 )
2022-03-09 16:34:47 +01:00
Philippe Simons
8a8c2da042
emscripten: add jumpnbump core ( #13720 )
2022-03-09 15:31:31 +01:00
Mats
249241d7cd
(steam) Initial integration with Steam API w/ mist ( #13710 )
2022-03-09 15:05:07 +01:00
Tony
de22e06862
Reorder items in 'Core' menu ( #13697 )
2022-03-09 14:14:37 +01:00
Jamiras
4f62612044
replace real file system function with virtual wrapper call ( #13717 )
2022-03-09 08:20:58 +01:00
MrHuu
9ed51bc528
(3DS) Add new3ds speedup toggle ( #13718 )
2022-03-09 08:20:15 +01:00