Commit Graph

42957 Commits

Author SHA1 Message Date
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
Twinaphex
d532f108fc
Merge pull request #6364 from reswitched/master
[NSW] Graphics driver speed improvements/fixes and audio driver improvement
2018-03-07 06:35:39 +01:00
misson20000
35f796d65d NSW(audio): use alloc_pages to acquire buffers instead of using ones in bss 2018-03-06 21:18:42 -08:00
misson20000
e934f11065 NSW: skip frames if we can't acquire a buffer (newer libtransistors use three buffers, making this very unlikely to happen) 2018-03-06 20:55:40 -08:00
misson20000
4a4de74518 NSW(gfx): clear image row-by row for better caching (it's seriously a LOT faster), do pixel format conversion in scalers, and remove timing debug messages 2018-03-06 19:52:03 -08:00
misson20000
dd53be15ae let scalers output in ABGR8888 2018-03-06 19:52:03 -08:00
Twinaphex
82fb34a3ce
Merge pull request #6327 from ramiro/add-arab-lang-name-en-literal
Add "Arabic" to intl/msg_hash_us.h missed in 45580cb9a8.
2018-03-06 20:52:31 +01:00
twinaphex
82213266e6 (PS3) Change back to SNC 2018-03-06 19:03:51 +01:00
twinaphex
2b300b96e2 Update Makefile.ps3.cobra too 2018-03-06 18:32:00 +01:00
twinaphex
3e6ffe3983 See if this fixes PS3 builds 2018-03-06 18:31:25 +01:00
twinaphex
14e6d42935 (XMB) Get rid of some unnecessary pointer passing 2018-03-06 15:55:06 +01:00
twinaphex
aa57331569 (MaterialUI) Attempt to make things more readable 2018-03-06 15:34:58 +01:00
Twinaphex
b815c64814
Merge pull request #6355 from 777sha/master
More french translations
2018-03-06 15:33:41 +01:00
Twinaphex
2e61eecbdd
Merge pull request #6363 from reswitched/master
NSW: Menu toggle combo, build fix, graphics driver fixes
2018-03-06 12:57:42 +01:00
misson20000
90c36c52ce NSW: fix graphics driver colors for rgb32 and don't break aspect ratio when scaling menu texture 2018-03-05 23:45:28 -08:00