Autechre
0c806447b5
Merge pull request #12780 from jdgleaver/database-crc-fix
...
(Database) Fix heap-buffer-overflow when fetching CRC values
2021-08-11 19:19:30 +02:00
twinaphex
b375e08c67
(libretro-common) fill_pathname_abbreviated_or_relative - fix warning -
...
variable is uninitialized
2021-08-11 18:50:03 +02:00
jdgleaver
b2a4620f3b
(Database) Fix heap-buffer-overflow when fetching CRC values
2021-08-11 17:32:45 +01:00
twinaphex
013dd30bde
We have to uniquely name pointer_status struct for both dinput
...
and winraw because otherwise Griffin builds will fail
2021-08-11 03:44:34 +02:00
Autechre
7e08c019bc
Update CHANGES.md
2021-08-11 03:40:45 +02:00
Autechre
8dfaee370a
Merge pull request #12779 from sonninnos/wasapi-nonblock
...
(WASAPI) Stop deactivating audio on fast forward
2021-08-11 03:37:20 +02:00
sonninnos
c737947d74
(WASAPI) Stop deactivating audio on fast forward
2021-08-11 04:21:52 +03:00
Autechre
9a4597d7ba
Merge pull request #12776 from fjtrujy/ps2_aspect_ratio
...
PS2 aspect ratio
2021-08-10 18:58:59 +02:00
Autechre
82e53d3db8
Merge pull request #12777 from jdgleaver/core-option-hash
...
Optimise core option/core option category look-ups using hash tables
2021-08-10 18:58:49 +02:00
Francisco Javier Trujillo Mata
8b1fa3bb59
Fixing missing deinit libraries in cores
2021-08-10 18:15:36 +02:00
Francisco Javier Trujillo Mata
2aeb0b079e
Implement aspect_ratio and scaling integer to PS2
2021-08-10 18:14:02 +02:00
jdgleaver
2d9a1d2270
Optimise core option/core option category look-ups using hash tables
2021-08-10 16:14:23 +01:00
Autechre
9cd5e66b21
Merge pull request #12774 from jdgleaver/nested-list-fix
...
(nested_list) Fix heap-use-after-free errors due to pointer invalidation when resizing internal RBUF arrays
2021-08-10 00:31:40 +02:00
jdgleaver
f58c7f69d9
(nested_list) Fix heap-use-after-free errors due to pointer invalidation when resizing internal RBUF arrays
2021-08-09 23:08:17 +01:00
twinaphex
406c8bee7b
Silenc some warnings
2021-08-09 21:24:03 +02:00
twinaphex
13a2d2419f
(PSL1GHT) Fix function prototype for 'button' pad driver
...
(Task save) Fix warning in platform port
2021-08-09 20:25:27 +02:00
Autechre
c6e86caeed
Merge pull request #12771 from jdgleaver/core-options-sample-unused-var
...
Remove unused variable in core options v2 sample template file
2021-08-09 18:08:12 +02:00
jdgleaver
e42a1895af
Remove unused variable in core options v2 sample template file
2021-08-09 17:02:11 +01:00
Autechre
efffa2a76e
Merge pull request #12769 from fjtrujy/DEBUG_SCREEN
...
Use printf_screen for make easier the debugging
2021-08-09 14:23:21 +02:00
Autechre
5b801bab46
Update CHANGES.md
2021-08-09 14:22:59 +02:00
Francisco Javier Trujillo Mata
187a73d93a
Use printf_screen for make easier the debugging
2021-08-09 14:19:51 +02:00
Autechre
ef3dbc8378
Merge pull request #12749 from jdgleaver/core-option-category
...
Add core option category support
2021-08-09 14:19:00 +02:00
Autechre
7e1fdafa47
Merge pull request #12767 from GiantEnemyCrab/linux-add-StartupWMClass-to-desktop-file
...
Add StartupWMClass to retroarch.desktop file
2021-08-09 14:18:40 +02:00
Autechre
92efe48db2
Merge pull request #12768 from Jamiras/cheevos_ctype_uchar
...
(cheevos) explicitly cast to unsigned char for ctype functions
2021-08-09 14:18:20 +02:00
jdgleaver
1f7532bf52
Add core options v2 template in 'libretro-common/samples/core_options/example_categories'
2021-08-09 12:23:43 +01:00
Brian Weiss
0e3fddf448
explicitly cast to unsigned char for ctype functions
2021-08-08 21:56:26 -06:00
GiantEnemyCrab
0515377d63
Add StartupWMClass to retroarch.desktop file
2021-08-08 23:14:56 -04:00
twinaphex
93e5fc60af
Silence some warnings
2021-08-08 22:14:50 +02:00
twinaphex
bb30dc3dee
After gblues' change, the rest of the button function callbacks
...
for the other joypad drivers still had int16_t as the return type
instead of int32_t - fix this
2021-08-08 21:48:19 +02:00
Autechre
70ca111a53
Update CHANGES.md
2021-08-08 12:46:19 +02:00
Autechre
80225daee0
Merge pull request #12764 from gblues/gblues/fix-missing-buttons
...
WIIU: Fix L3/R3 buttons
2021-08-08 12:45:57 +02:00
Nathan Strong
feb4f266fa
WIIU: Fix L3/R3 buttons
...
== DETAILS
After a bisect, the culprit was changing the gamepad interface from
returing a single button (bool) to multiple (int16).
The issue is that the Wii U gamepad (and presumably the Pro controller too)
have more than 16 buttons, which means some buttons get lost. Notably, L3 (18)
and R3 (17).
The solution: use int32 instead of int16.
I did a test build and confirmed that this change restores L3/R3 functionality
with the gamepad. Don't have a pro controller to test, but it should work too.
2021-08-07 23:23:33 -07:00
Autechre
34758d15ef
Update CHANGES.md
2021-08-08 00:49:23 +02:00
twinaphex
6fe45a451d
(Metal raster font) Fix severe font driver leaks
2021-08-08 00:42:56 +02:00
twinaphex
f7ad73b494
No more leak in CFSearchPathForDirectoriesInDomains
2021-08-07 21:25:18 +02:00
twinaphex
8e46e46a40
Simplify CFSearchpathForDirectoriesInDomains - one less leak - not
...
out of the woods yet though
2021-08-07 21:14:38 +02:00
twinaphex
722e36001f
Simplify CFSearchPathForDirectoriesInDomains
2021-08-07 21:05:22 +02:00
twinaphex
8a037a3091
Cleanup CFSearchPathForDirectoriesInDomains
2021-08-07 20:35:27 +02:00
Autechre
f129a55a8a
Update CHANGES.md
2021-08-07 20:26:24 +02:00
Autechre
390f914357
Merge pull request #12573 from markwkidd/wayland-input
...
wayland input driver multimouse/multigun fixup
2021-08-07 20:25:23 +02:00
Autechre
980647c9b8
Update CHANGES.md
2021-08-07 19:43:56 +02:00
Autechre
87c1800cb8
Update CHANGES.md
2021-08-07 19:35:14 +02:00
Autechre
4c227afb0d
Merge pull request #12757 from ComradeEcho/bugfix/controller-duplication-bug
...
macOS controller duplication bug
2021-08-07 19:34:09 +02:00
ComradeEcho
35c2ec993b
Remove code that duplicates controllers
2021-08-07 11:43:50 -05:00
ComradeEcho
86b297e0fd
Merge branch 'libretro:master' into bugfix/controller-duplication-bug
2021-08-07 11:31:50 -05:00
twinaphex
b513a3d166
(OSX) Prevent crash on startup on OSX Platforms with no ARC
...
enabled - CFSearchPathForDirectoriesInDomains - CFTypeRef
returned by NSSearchPathForDIrectoriesInDomains should not
be freed
2021-08-07 18:24:46 +02:00
Autechre
c19c6a3ca8
Update CHANGES.md
2021-08-07 16:20:07 +02:00
Autechre
a40d1ce8b6
Merge pull request #12759 from fjtrujy/ps2_gfx_alpha
...
Implement Alpha for the PS2_GFX driver
2021-08-07 16:14:49 +02:00
Autechre
d9312d09a8
Merge pull request #12758 from QuarkTheAwesome/wiiu-ic-invalidaterange
...
(WiiU) Add ICInvalidateRange
2021-08-07 12:38:01 +02:00
Ash Logan
97db0291d2
(WiiU) Add ICInvalidateRange
2021-08-07 15:42:12 +10:00