Commit Graph

43021 Commits

Author SHA1 Message Date
Ash aeea0e6ca8
[WiiU] Fix OOB read/write in keyboard driver
This code used a keyboardState size of 256 and indexed it with a
retro_key, which can be any value (RETROK_RALT is 307). This fixes
that by using RETROK_LAST as the array size.

Should fix #6322.
2018-03-17 13:00:47 +11:00
twinaphex fb011f8377 Fix MSVC 2013 build 2018-03-16 22:04:34 +01:00
Brad Parker 450fc90a15 griffin: add vc2015 Makefile target 2018-03-16 21:03:58 +00:00
Brad Parker 614521b238 fix building on windows without dinput 2018-03-16 21:03:43 +00:00
twinaphex ffbb439fb5 Fix MSVC 2015 solution 2018-03-16 21:45:14 +01:00
Brad Parker 3d378fd772 add back missing UTF8 BOMs 2018-03-16 16:21:19 -04:00
Twinaphex 65c903de3c
Merge pull request #6403 from fr500/staging
fix shader parameter increase decrease
2018-03-16 19:24:10 +01:00
radius 6b150ba38d fix shader parameter increase decrease 2018-03-16 09:32:22 -05:00
altiereslima 24783b21cf Update Translation (Portuguese Brazilian) 2018-03-16 02:35:29 -03:00
Twinaphex aa4ded4bc7
Merge pull request #6399 from meleu/patch-16
fixing cheevos (broken after #6389)
2018-03-16 05:12:26 +01:00
meleu eb5a69ded3 fixing cheevos (broken after #6389) 2018-03-16 01:03:57 -03:00
Twinaphex 29a057ac98
Merge pull request #6397 from meleu/patch-11
cheevos: console ID for Game Gear
2018-03-15 21:39:35 +01:00
meleu ca6df1ae32
Support Game Gear
The Console ID 15 was changed to Game Gear at RetroAchievements database.

http://retroachievements.org/gameList.php?c=15
2018-03-15 16:40:19 -03:00
Twinaphex 83fae86b6f
Merge pull request #6395 from RobLoach/achievement-list
cheevos: Rename "Achievement List" to "Achievements"
2018-03-15 18:03:58 +01:00
Rob Loach 518ff36ed4
cheevos: Rename 'Achievement List' to 'Achievements' 2018-03-15 12:56:20 -04:00
Twinaphex 1c045de7a6
Merge pull request #6392 from meleu/patch-15
Update CHANGES.md
2018-03-15 16:42:31 +01:00
Twinaphex e07be500ee
Merge pull request #6390 from aliaspider/master
(Vulkan) add missing queue locks when calling vkQueueWaitIdle.
2018-03-15 16:41:33 +01:00
meleu d02d48da24
Update CHANGES.md 2018-03-15 07:52:03 -03:00
aliaspider b948cf46e7 (Vulkan) add missing queue locks when calling vkQueueWaitIdle. 2018-03-15 09:21:23 +01:00
Twinaphex ee809abf6b
Merge pull request #6388 from meleu/patch-12
added cheevos_auto_screenshot
2018-03-15 06:42:10 +01:00
twinaphex 6653818dc8 Revert "(input_overlay.c) Cleanups"
This reverts commit 56389466aa.
2018-03-15 06:39:06 +01:00
Twinaphex 1eaa902b6d
Merge pull request #6389 from fr500/master
make sure to always encode urls, also change the PS3 default urls
2018-03-15 06:36:40 +01:00
radius b01e63e2cd make sure to always encode urls, also change the PS3 default urls 2018-03-14 23:04:50 -05:00
meleu 6346f18133 added cheevos_auto_screenshot 2018-03-14 22:41:51 -03:00
twinaphex 6bf34c36ed Update net_http_test 2018-03-15 00:38:30 +01:00
twinaphex 9cac3175c3 Buildfix 2018-03-15 00:31:29 +01:00
twinaphex 32b2808fe0 Revert "Turn scaler_ctx_scale_direct into inline function"
This reverts commit d51edd8239.
2018-03-14 23:48:47 +01:00
twinaphex e5eeed688e Add some stuff to net sample Makefile 2018-03-14 23:48:29 +01:00
twinaphex fd206a7dd0 Update https links 2018-03-14 19:09:05 +01:00
Twinaphex 0d4833fb76
Merge pull request #6385 from meleu/patch-11
Update CHANGES.md
2018-03-14 06:32:40 +01:00
meleu a419c524f7
Update CHANGES.md
- CHEEVOS: Support Atari 2600, Virtual Boy, Neo Geo (Arcade).
- VITA: Bugfix for 'PS Vita takes many time to start to accept input' issue.
2018-03-13 23:08:25 -03:00
Twinaphex d170cb5469
Merge pull request #6379 from RobLoach/morningblue
xmb: Add Morning Blue theme
2018-03-12 02:49:51 +01:00
Rob Loach ddb0f81cf2
xmb: Add Morning Blue theme 2018-03-11 20:37:49 -04:00
twinaphex d51edd8239 Turn scaler_ctx_scale_direct into inline function 2018-03-11 18:14:17 +01:00
twinaphex d6eda2502d Improve scaler_ctx_scale_direct macro 2018-03-11 17:46:39 +01:00
Twinaphex 4552002945
Merge pull request #6375 from GregorR/override-load-order
Make command-line overrides (somewhat) clearer
2018-03-11 01:32:14 +01:00
Twinaphex 173f6a23e3
Merge pull request #6377 from Ryunam/master
Implement Slow motion toggle under Input Hotkey Binds
2018-03-10 22:15:04 +01:00
Ryunam c5775fd73c Implement Slow motion toggle 2018-03-10 18:42:45 +01:00
Gregor Richards 2be56942da Since directories can't be post-overridden, that case still needs to be handled separately. 2018-03-09 17:33:41 -05:00
Gregor Richards b33d29aecf Make command-line overrides (somewhat) clearer
This commit:

(1) Changes the order of command-line loading so that config loading
happens before command line overrides. This way, config loading does not
itself have to be concerned with being pre-overridden.

(2) Adds overrides to the data structures that configuration saving uses
to save configuration blocks of the same type, so that they can easily
be added in the future.

(3) Corrects some (all?) existing problems with command-line overrides
being ignored.
2018-03-09 17:23:34 -05:00
twinaphex d991c7d471 Fix warning 2018-03-09 15:44:11 +01:00
twinaphex 96e154cb8f Fixes PS3 build hopefully 2018-03-09 15:39:10 +01:00
Twinaphex 6d8544c26d
Merge pull request #6373 from ajefr/patch-2
declaration error
2018-03-09 04:02:16 +01:00
ajefr 1da67cecf3
declaration error 2018-03-08 21:44:26 +01:00
Andrés 07ecc641fe
Merge pull request #6372 from ajefr/patch-1
typo
2018-03-08 15:25:06 -05:00
ajefr 98f8ed637c
typo
stati -> static
2018-03-08 21:19:00 +01:00
twinaphex 7a99694a1a Update PS3 buildbot URLs 2018-03-08 03:45:55 +01:00
meleu d5503e9e7c fix a bad in_addr manipulation on VITA - fixes #6127 (#6366)
added VITA condition
2018-03-07 22:11:30 +01:00
Twinaphex 1bccf5cf27
Merge pull request #6365 from Tatsuya79/patch-3
Fix MaterialUI scaling bug in long lists, lower res devices.
2018-03-07 16:07:16 +01:00
Tatsuya79 5dda583a94
Fix MaterialUI scaling bug in long lists, lower res devices. 2018-03-07 12:17:10 +01:00