jdgleaver
506aa0a36c
Add optional widget-based 'load content' launch feedback animation
2020-07-09 13:05:28 +01:00
twinaphex
4319379d57
Fix non-HAVE_NETWORKING targets
2020-07-09 13:39:15 +02:00
twinaphex
3fd7338df1
Cleanups
2020-07-09 10:36:49 +02:00
twinaphex
d0736a1797
(MSVC) Buildfixes
2020-07-09 10:20:27 +02:00
twinaphex
77d630a0a5
(GDI) Only render framebuffer texture when menu is enabled
2020-07-09 09:40:13 +02:00
twinaphex
35762e07cb
(GDI) Get rid of memory allocation per frame
2020-07-09 09:34:06 +02:00
twinaphex
f56b6a3a0f
(GDI) Merge gdi_ctx.c into gdi_gfx.c
2020-07-09 09:25:10 +02:00
twinaphex
ba5d735e2c
CLeanup
2020-07-09 09:01:23 +02:00
twinaphex
d81f426060
Cleanups
2020-07-09 08:17:50 +02:00
twinaphex
255332c989
Remove sixel_ctx.c
2020-07-09 08:12:47 +02:00
twinaphex
6b466c6013
Cleanups
2020-07-09 07:46:40 +02:00
twinaphex
f6c4890063
Get rid of cb_set_resize
2020-07-09 05:36:29 +02:00
twinaphex
e10f4eed8d
(Vulkan) Cleanups
2020-07-09 03:48:42 +02:00
twinaphex
9a148f6d48
Cleanups
2020-07-09 03:11:11 +02:00
twinaphex
b0157cd47d
CLeanups
2020-07-09 03:00:55 +02:00
twinaphex
364ee31712
(sixel) Simplifications
2020-07-09 02:55:25 +02:00
twinaphex
68aa5dc0db
Move more global state to rarch_state
2020-07-09 02:41:13 +02:00
twinaphex
638d692d2e
Cleanups
2020-07-09 02:35:32 +02:00
twinaphex
298413dce8
Cleanups
2020-07-09 00:33:19 +02:00
twinaphex
e48ffd14cd
Cleanups
2020-07-09 00:24:09 +02:00
Autechre
aa40dbd337
Merge pull request #10988 from HyperspaceMadness/master
...
Changed SLANG_NUM_BINDINGS to 16 to fix D3D11 crash
2020-07-08 20:20:21 +02:00
HyperspaceMadness
5ceb30fc1b
Changed SLANG_NUM_BINDINGS to 16 for D3D11 Fix
2020-07-08 12:06:59 -04:00
HyperspaceMadness
f82b2ef9a0
Merge pull request #1 from libretro/master
...
Update to Latest
2020-07-08 11:00:12 -04:00
twinaphex
2bdec2d0b3
Move content_state global state to rarch_state
2020-07-08 11:48:33 +02:00
twinaphex
ae86cbaa3d
Move non-Salamander code in frontend_driver.c outside to retroarch.c
2020-07-08 01:39:58 +02:00
Autechre
d507553c74
Merge pull request #10983 from hhromic/imprv-null-drivers
...
(Menu/Drivers) Improve null driver protection for critical drivers
2020-07-08 01:17:27 +02:00
Hugo Hromic
61aed8b911
(Menu/Drivers) Implement null driver protection for critical drivers
...
Can prevent the user from locking him/herself out of the program using the UI.
Protected drivers: input, joypad, hid, video and menu.
Note: Developer users can always override this protection by manually editing
the active configuration file or using `--appendconfig`.
2020-07-07 22:54:45 +01:00
Hugo Hromic
103d5dbf45
(Drivers) Cleanup unused add_null_entries
parameter
...
Null driver entries will be now handled at the UI level.
2020-07-07 22:54:45 +01:00
Hugo Hromic
c985dcc84d
Revert "Add 'Ignore null drivers' setting"
...
This reverts commit f16f3d2968
.
2020-07-07 22:54:45 +01:00
twinaphex
b94a3928e4
(MSVC) Buildfix
2020-07-07 21:04:45 +02:00
Autechre
0bd8ffef04
Update CHANGES.md
2020-07-07 20:23:15 +02:00
Autechre
6df4e7778f
Merge pull request #10973 from HyperspaceMadness/master
...
Increased Slang Max Params, Textures & Passes
2020-07-07 12:07:00 +02:00
Autechre
abfd0ed030
Merge pull request #10959 from jdgleaver/static-core-load
...
(Static Platforms) Add option to not restart RetroArch when launching content with the currently loaded core
2020-07-07 11:45:18 +02:00
twinaphex
2401f116ee
Revert "Add 7:3 aspect ratio"
...
This reverts commit 40a11e9407
.
2020-07-07 11:44:57 +02:00
twinaphex
0a1942f528
Turn fifo_read_avail and fifo_write_avail into macros
2020-07-07 08:13:32 +02:00
twinaphex
11872ea157
Revert "Make Threaded Video an option that requires a restart"
...
This reverts commit 05d11f6c1d
.
2020-07-07 07:49:33 +02:00
twinaphex
05d11f6c1d
Make Threaded Video an option that requires a restart
2020-07-07 07:44:23 +02:00
twinaphex
6e59d52184
Cleanups/comments
2020-07-07 05:58:07 +02:00
twinaphex
5790f13798
Add comments
2020-07-07 03:49:54 +02:00
twinaphex
00518d3470
Add TODO/FIXME notes
2020-07-07 03:02:55 +02:00
Autechre
94e728ceda
Update CHANGES.md
2020-07-07 01:18:34 +02:00
Autechre
5eb0b96438
Merge pull request #10977 from Jamiras/rcheevos_91
...
upgrade to rcheevos 9.1
2020-07-07 01:18:06 +02:00
twinaphex
da0e87cc63
Add comment
2020-07-07 00:07:38 +02:00
twinaphex
6088c3b301
(win32 display server) Turn function static
2020-07-07 00:06:46 +02:00
twinaphex
3ad0187012
(Qt) Attempted fix for Qt
2020-07-06 19:27:05 +02:00
Jamiras
05845fc5d7
upgrade to rcheevos 9.1
2020-07-06 07:33:10 -06:00
Autechre
83038ed4f7
Merge pull request #10975 from fjtrujy/salamanderPS2
...
[PS2]Typo in the RetroArch boot
2020-07-06 10:24:57 +02:00
Francisco Javier Trujillo Mata
af839ad726
Typo in the RetroArch boot
2020-07-06 10:23:20 +02:00
twinaphex
7c3f227cab
(ffmpeg) Cleanup
2020-07-06 10:19:48 +02:00
twinaphex
7895722f03
Revert "Refactor CHECK_INPUT_DRIVER_BLOCK_HOTKEY"
...
This reverts commit b9cb839abf
.
2020-07-06 10:15:59 +02:00