56844 Commits

Author SHA1 Message Date
Michaël Palomas
7e5174eb72 applied comments from PR: fixed comment style and moved variable declarations at the top 2020-12-23 09:44:31 +01:00
Michaël Palomas
5fb77796f0 forgot to include retro_miscellaneous.h for PATH_MAX_LENGTH 2020-12-22 15:47:30 +01:00
Michaël Palomas
adbfce14f2 Fixed issue with long paths > 260 chars on Windows 2020-12-22 10:27:45 +01:00
twinaphex
7dcfd7a038 retro_sleep buildfix 2020-12-21 21:11:59 +01:00
twinaphex
627b668da8 Another buildfix for retro_sleep 2020-12-21 21:06:54 +01:00
twinaphex
16bb56b7a2 Update 2020-12-21 21:04:31 +01:00
twinaphex
2ed59ea789 Turn this into macro 2020-12-21 20:25:18 +01:00
jdgleaver
c3013906fb (OpenDingux) Add audio/video filters to .gitlab-ci.yml artifacts 2020-12-21 19:12:02 +01:00
twinaphex
8df5fe2a60 CLeanup 2020-12-20 16:48:52 +01:00
twinaphex
51f0d04569 Update 2020-12-20 16:41:44 +01:00
Autechre
f4c4df039d
Merge pull request #11720 from aliaspider/master
D3D12 fixes.
2020-12-20 08:21:40 +01:00
aliaspider
16f997172f (D3D12) allocate rt_view descriptors for feedback render targets too. 2020-12-20 08:08:04 +01:00
aliaspider
bf2adda421 (D3D12) move D3D12SignalCommandQueue to d3d12_gfx_sync. 2020-12-20 07:13:11 +01:00
aliaspider
1681322ffc (D3D12) fix the D3D12GetCompletedValue function wrapper.
- a function wrapper shouldn't contain any NULL checks, and it should
return the original UINT64 value, not a boolean.
2020-12-20 07:08:33 +01:00
aliaspider
b6544a71d7 (MSVC) add the DEBUG preprocessor definition to debug targets. 2020-12-20 07:05:46 +01:00
Autechre
2cc7118ec4
Merge pull request #11717 from bslenul/master
Build fix.
2020-12-19 18:42:57 +01:00
bslenul
602908f5c6 Build fix. 2020-12-19 18:30:10 +01:00
twinaphex
3743a47edd Remove obsolete ps3 references - use psl1ght instead 2020-12-19 15:36:07 +01:00
twinaphex
870707dbe8 Remove obsolete __CELLOS_LV2__ references - use PSL1GHT instead 2020-12-19 15:32:26 +01:00
Autechre
4e33e71a47
Merge pull request #11715 from jdgleaver/compresion-defaults
Ensure save file and playlist compression is disabled by default
2020-12-18 15:43:50 +01:00
jdgleaver
b9e9b9eb4f Ensure save file and playlist compression is disabled by default 2020-12-18 14:36:10 +00:00
Autechre
6ba7f3c28b
Merge pull request #11712 from SimpleTease/update
Emscripten: remove unused dependency (buildfix)
2020-12-18 05:58:25 +01:00
SimpleTease
bb6a680890
Emscripten: remove unused dependency (buildfix) 2020-12-18 03:40:18 +00:00
twinaphex
7d313647ae (D3D11) Add flip model support - fallback to blit model for OSes
where flip model is not supported (windows 7 and earlier). Will add
a menu option later allowing the user to switch inbetween the two
2020-12-17 14:39:58 +01:00
twinaphex
d6a0bdaa30 (D3D12) Increase this to 2048 - avoids D3D12 crash on startup 2020-12-17 09:41:05 +01:00
twinaphex
38ce3927ae (D3D10/11/12) Increase sprite capacity, we need this so that
the hardware rendered menu drivers don't glitch out
2020-12-17 08:31:06 +01:00
Autechre
8d1ca52da5
Merge pull request #11703 from 6lackmag3/patch-3
Update msg_hash_ru.c
2020-12-17 01:27:46 +01:00
Autechre
b3282882d3
Merge pull request #11709 from sonninnos/key-remap-fix
Keyboard remapping fix pt2
2020-12-17 00:49:39 +01:00
sonninnos
c18c4680b3 Keyboard remapping fix pt2 2020-12-17 00:39:57 +02:00
Francisco José García García
2c20788ba4
[PSP] [VITA] Add salamander to gitlab CI (#11707)
* [PSP] [VITA] Add salamander to gitlab CI

* [PSP] Fix build of salamander
2020-12-16 18:50:16 +01:00
6lackmag3
8da2563b87
Update msg_hash_ru.c 2020-12-16 02:01:05 +03:00
twinaphex
2a8024a71b (D3D10) Cleanups - create init_swapchain function 2020-12-15 23:05:58 +01:00
twinaphex
093dc30ffd Refactor d3d11_init_swapchain some more 2020-12-15 22:56:29 +01:00
Autechre
1fee67d51c
Merge pull request #11700 from davidgfnet/betterwifi2
Fix wifi_enable setting, to store it across restarts
2020-12-15 21:26:04 +01:00
David Guillen Fandos
4aa3a0d666 Fix wifi_enable setting, to store it across restarts 2020-12-15 18:12:58 +01:00
twinaphex
a1fd1d425c (D3D11) Split init swapchain code up into own function 2020-12-15 08:19:04 +01:00
twinaphex
ad2502b645 (D3D11) Change this back 2020-12-15 08:09:48 +01:00
twinaphex
2d588ca4ef Simplify vulkan_create_texture 2020-12-15 08:00:22 +01:00
twinaphex
d55ca599e0 Replace with macros 2020-12-15 07:28:39 +01:00
twinaphex
cdca5d0afc Turn vulkan_copy_staging_to_dynamic into macro 2020-12-15 07:20:33 +01:00
twinaphex
d70420a12d vulkan_copy_staging_to_dynamic - put sync texture to GPU
outside of the function
2020-12-15 07:01:00 +01:00
twinaphex
6b38a7916a (Vulkan) Simplify code 2020-12-15 06:19:48 +01:00
twinaphex
d008cb14e2 Buildfix 2020-12-14 22:53:51 +01:00
Autechre
bdc36765df
Merge pull request #11692 from valadaa48/oga_software_fb
oga_gfx: implement RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER
2020-12-14 10:51:23 +01:00
valadaa48
bbb9c1d248 oga_gfx: implement RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER 2020-12-13 21:16:11 -05:00
twinaphex
0e1b980803 Move rarch_timer functions to retroarch_data.h and turn them into
macros
2020-12-13 22:37:42 +01:00
twinaphex
2e266e1577 Cleanups 2020-12-13 22:16:44 +01:00
twinaphex
572e263d20 Updates 2020-12-13 21:21:21 +01:00
Autechre
99032e2f4f
Merge pull request #11690 from jdgleaver/rgui-cjk-update
(RGUI) Add support for CJK punctuation glyphs
2020-12-13 19:43:33 +01:00
Autechre
646eee823e
Merge pull request #11689 from gouchi/patch-2
Update CHANGES.md
2020-12-13 19:40:18 +01:00