Commit Graph

51244 Commits

Author SHA1 Message Date
Twinaphex
6456b5dcb1
Merge pull request #9647 from DEX357/patch-44
Update msg_hash_pl.h
2019-10-28 20:49:42 +01:00
Twinaphex
2ebf1a2c67
Merge pull request #9642 from WeedyWeedSmoker/French-translation-update
Update french translation and unifies formatting
2019-10-28 20:22:02 +01:00
Twinaphex
640a2b8991
Merge pull request #9653 from jdgleaver/mali-rotation-fix
Fix menu rendering with Mali GPUs after changing video dimensions
2019-10-28 20:21:49 +01:00
jdgleaver
6b4d76fc26 (GLUI) Minor bug fixes (#9646) 2019-10-28 20:21:37 +01:00
jdgleaver
c9b8164b0c Fix menu rendering with Mali GPUs after changing video dimensions 2019-10-28 14:42:48 +00:00
DEX357
1436dcfb30
Update msg_hash_pl.h 2019-10-27 17:17:54 +01:00
Weedy Weed Smoker
1ccd4d56fa
Last typo fixed 2019-10-27 02:05:35 +01:00
Weedy Weed Smoker
a4f0176089
Last typos fixed 2019-10-27 02:04:15 +01:00
Weedy Weed Smoker
4a76399583
Remove 2 duplicate entries, this can now be merged 2019-10-27 02:50:00 +02:00
Weedy Weed Smoker
5e2f0428c7
Delete remaining trailing spaces 2019-10-27 02:38:30 +02:00
Weedy Weed Smoker
8d4d69e218
Update french translation and unifies formatting
Update french translation on par with the english files, and unifies formatting...
2019-10-27 02:07:27 +02:00
twinaphex
14f8ee1e40 Update CHANGES.md 2019-10-26 22:03:48 +02:00
jdgleaver
45deb2c218 (GLUI) Improve tab icon colours for 'Dark Blue' theme (#9636) 2019-10-25 18:58:45 +02:00
jdgleaver
1194b29c12 (GLUI) Navigation bar improvements (#9635) 2019-10-25 18:28:36 +02:00
Twinaphex
b56551e978
Update version.all 2019-10-25 17:09:25 +02:00
twinaphex
32c2ae8278 Bump up version 2019-10-25 16:32:55 +02:00
rz5
a723a833a8 (video_driver_frame) Cache frame before converting 0RGB1555 (#9629)
* (video_driver_frame) Don't convert 0RGB1555 when menu is active

Fixes the color cycling that happens when the menu is up and the core's internal pixel format is 0RGB1555.

This happened because video_driver_scaler would keep converting from 0RGB1555 to RGB565, even when the core was paused.

* Update retroarch.c

* Update retroarch.c
2019-10-25 02:15:07 +02:00
twinaphex
c78a0da045 Disable this setting 2019-10-24 02:45:05 +02:00
Twinaphex
bf122a33e6
Merge pull request #9630 from jdgleaver/glui-updates
(GLUI) Menu improvements (Round 3)
2019-10-24 02:03:26 +02:00
jdgleaver
3734ccbcc0 (GLUI) Menu improvements (Round 3) 2019-10-23 15:46:28 +01:00
twinaphex
362b76fd74 Update sthread_get_current_thread_id 2019-10-21 14:01:09 +02:00
twinaphex
e968dd85e2 Implement sthread_get_thread_id (functional equivalent for
SDL_GetThreadId) and sthread_get_current_thread_id (functional
equivalent
for SDL_ThreadID)
2019-10-20 23:55:19 +02:00
twinaphex
d51b32f662 Implement AI Service Pause 2019-10-19 20:53:17 +02:00
twinaphex
4e78375340 Update AI Service Mode sublabel 2019-10-19 20:39:54 +02:00
twinaphex
1bab26dc3d Add sublabel 2019-10-19 18:58:34 +02:00
twinaphex
f678a06b95 Remove xbox 360 fonts 2019-10-19 16:42:39 +02:00
Twinaphex
682775ba83
Merge pull request #9614 from Rinnegatamante/videodrivers_yet_another
Implement the driver switch enable setting.
2019-10-19 00:29:20 +02:00
Rinnegatamante
24c798f550 Implement the driver switch enable setting. 2019-10-18 23:39:13 +02:00
twinaphex
73c853def4 Add setting 'Driver Switch Enable' - not hooked up yet 2019-10-18 23:03:29 +02:00
Twinaphex
38600f4cf3
Merge pull request #9611 from Rinnegatamante/videodrivers4
Re-initializing menu display driver even when widgets are not supported.
2019-10-18 20:54:29 +02:00
Rinnegatamante
3cfde6cc45 Re-initializing menu display driver even when widgets are not supported. 2019-10-18 19:58:37 +02:00
Twinaphex
1c8d147d7c
Merge pull request #9610 from jdgleaver/glui-refactors
(GLUI) Menu improvements (Round 2)
2019-10-18 19:27:11 +02:00
jdgleaver
37d12c3859 (GLUI) Menu improvements (Round 2) 2019-10-18 17:56:43 +01:00
Twinaphex
8283092367
Merge pull request #9609 from Tatsuya79/master
Add Ozone Dark theme to glui.
2019-10-18 12:53:33 +02:00
Tatsuya79
ed7c3dcff4 Add Ozone Dark theme to glui. 2019-10-17 18:14:48 +02:00
twinaphex
836fb17d0d (libretro-common) Update libretro-common 2019-10-17 01:48:41 +02:00
Twinaphex
564eb6a4a0
Update CHANGES.md 2019-10-17 01:19:25 +02:00
twinaphex
969ed176d6 Update CHANGES.md 2019-10-17 01:11:04 +02:00
twinaphex
8e2be92c72 Fix crash when setting thumbnail directory 2019-10-17 01:07:19 +02:00
Twinaphex
f9d9dc8adb
Merge pull request #9605 from p-sam/libnx-audren-default
(Switch) Make the audren threaded audio driver default
2019-10-16 20:22:37 +02:00
Twinaphex
a127d2bf48
Merge pull request #9607 from jdgleaver/glui-colours
(GLUI) Menu improvements (Round 1)
2019-10-16 19:06:00 +02:00
Twinaphex
5fca67974d
Merge pull request #9606 from Rinnegatamante/xrevert
Revert to old x context.
2019-10-16 18:54:45 +02:00
Rinnegatamante
02c35441d6 Revert to old x context. 2019-10-16 18:29:17 +02:00
jdgleaver
10d652a9f7 (GLUI) Menu improvements (round 1) 2019-10-16 17:17:49 +01:00
p-sam
77069b7299 (Switch) Make the audren threaded audio driver default 2019-10-16 15:43:26 +00:00
Twinaphex
e34fdedfb4
Merge pull request #9601 from orbea/qb_die
qb: Update the die function.
2019-10-16 15:08:17 +02:00
Twinaphex
dea603dcc1
Merge pull request #9602 from Rinnegatamante/videodrivers3
Fix for cached driver not restoring back with vulkan override
2019-10-16 15:08:03 +02:00
Rinnegatamante
011078f991 Fix for cached driver not restoring back to old one with vulkan override. 2019-10-16 14:31:56 +02:00
orbea
d0442f4468 qb: Update the die function. 2019-10-15 19:29:29 -07:00
Twinaphex
615c581cd2
Merge pull request #9600 from fjtrujy/psp/CleanUp
PSP1 Some improvements
2019-10-16 01:06:49 +02:00