orbea
def374c2b9
Fix the header paths with the system glslang.
2020-03-02 14:20:18 -08:00
twinaphex
0c1568c4ab
Merge netplay_frontend.c into retroarch.c -
...
This should be the last file we have to roll into retroarch.c
2020-03-01 18:02:55 +01:00
natinusala
deb1151f04
odroidgo2: add zlib as dependency of libpng
2020-02-27 19:55:04 +01:00
natinusala
b6a79462d5
odroidgo2: add libpng as libgo2 dependency
2020-02-27 19:45:25 +01:00
natinusala
f00fb6d1ea
odroidgo2: patched DRM driver
2020-02-27 10:22:51 +01:00
natinusala
a75059f94b
odroidgo2: add skeleton
2020-02-27 10:22:51 +01:00
twinaphex
f5bc061b26
Merge menu_generic.c into menu_driver.c
2020-02-26 09:22:48 +01:00
twinaphex
01a65fa5ba
Rename menu_osk.c to input_osk.c
2020-02-26 05:49:23 +01:00
twinaphex
7c7d0f596a
HAVE_MENU_WIDGETS now decoupled from HAVE_MENU
2020-02-17 21:28:42 +01:00
twinaphex
b00bf17153
Move menu_widgets to gfx/ and call it gfx_widgets
2020-02-17 01:54:07 +01:00
twinaphex
05dd4bbb51
No longer menu-specific
2020-02-16 19:49:02 +01:00
twinaphex
f74225721d
menu_thumbnail and menu_thumbnail_path now decoupled from menu
...
system
2020-02-16 16:38:17 +01:00
twinaphex
f0bdb61fd8
gfx_display and gfx_animation no longer tied to HAVE_MENU
2020-02-16 15:51:58 +01:00
twinaphex
9a6ab81739
MOve gfx_display and gfx_animation to gfx/
2020-02-16 15:26:58 +01:00
twinaphex
c71469c715
Rename menu_display to gfx_display
2020-02-16 15:10:07 +01:00
twinaphex
fc9edda0ef
Turn menu_animation.c into gfx_animation.c
2020-02-16 14:01:34 +01:00
twinaphex
60f335cf02
Split up menu display code into separate file
2020-02-14 21:07:15 +01:00
orbea
c9c50f286c
Add CXX_LINKER to the builtin glslang.
...
Fixes https://github.com/libretro/RetroArch/issues/10112 .
2020-02-13 13:20:14 -08:00
twinaphex
7090de541a
- Merge runahead/mylist.c into retroarch.c
...
- General cleanups
2020-02-13 17:26:11 +01:00
twinaphex
67cfff2520
Remove the menu display null drivers
2020-02-03 07:04:06 +01:00
twinaphex
68467da7ac
Remove menu_display_ctx_vga - is identical to menu display null
2020-02-03 06:55:15 +01:00
twinaphex
6b0a62d6ff
Null video driver should work now
2020-02-03 06:49:59 +01:00
twinaphex
e0fdd8d39e
Add back HAVE_CONFIGFILE ifdef - will strip out remaps and overrides
...
support as well
2020-02-02 21:27:38 +01:00
orbea
74a09844c2
qb: Support building with a system version of glslang.
2020-02-01 16:12:54 -08:00
twinaphex
12da79730f
Merge runahead/mem_util.c into retroarch.c
2020-01-31 02:32:49 +01:00
twinaphex
cfcce71392
- Add HAVE_BLISSBOX
...
- Do not use logging functions inside internal task functions - should
always be done outside at end handler function
2020-01-25 17:17:53 +01:00
jdgleaver
00397a33f0
(Disk Control Interface) Add support for saving/restoring last used disk in playlists + code overhaul
2020-01-22 17:09:12 +00:00
twinaphex
481f31fe8f
Turn task_patch.c into separately compiled file
2020-01-20 04:31:32 +01:00
twinaphex
7748ac207c
Split up blissbox code into separate file
...
tasks/task_autodetect_blissbox.c
2020-01-19 06:40:07 +01:00
orbea
a87192f8d0
qb: Improve the NOUNUSED checks.
2020-01-15 11:05:38 -08:00
orbea
d41b7770c4
qb: Fix the qt configure check with older compilers.
2020-01-14 21:01:50 -08:00
twinaphex
88ee7cbfa8
Add HAVE_ACCESSIBILITY switch
2020-01-12 21:33:00 +01:00
twinaphex
617940fb8d
Move midi_null driver to retroarch.c
2020-01-09 17:00:46 +01:00
twinaphex
df8f93e9d5
Split up VFS file_path code into separate file
2020-01-09 15:44:48 +01:00
twinaphex
fd5d9a0710
Merge branch 'packet-buffer' of git://github.com/hasenbanck/RetroArch
2020-01-08 21:56:31 +01:00
Nils Hasenbanck
1e54379141
Implemented the packet buffer.
...
Simply use two packet_buffers that are double-linked lists of
AVPacket structs. This way we can control which packets to feed
to the decoders at the right time.
This solves the playback problem with the MP4 files.
2020-01-08 20:44:00 +01:00
twinaphex
261f1b72d4
Remove separate null_resampler.c file and move it into audio_resampler.c
2020-01-07 23:03:23 +01:00
jovonna
2b22eaa7e6
Fixed flags for dingux target
2020-01-06 21:33:53 -05:00
twinaphex
e5169eee71
Remove menu/drivers/null.c - move it into menu/menu_driver.c
2020-01-06 20:23:58 +01:00
twinaphex
203bea3fe6
(MIDI) Turn bunch of functions static
...
(Menu) Remove menu_display_null driver
2020-01-06 17:30:09 +01:00
twinaphex
641662d77c
Remove led_null.c
2020-01-06 16:29:25 +01:00
twinaphex
2ad394148a
Revert "Remove led_null.c"
...
This reverts commit bef72a19d0
.
2020-01-06 16:22:11 +01:00
twinaphex
bbd1e6a6a5
Get rid of separate null midi driver file and display server file
2020-01-06 16:06:42 +01:00
twinaphex
bef72a19d0
Remove led_null.c
2020-01-06 16:01:05 +01:00
twinaphex
3efa83a646
Get rid of record null file
2020-01-06 15:59:03 +01:00
twinaphex
1d2150cb45
Remove drivers_hid/null_hid.c
2020-01-06 15:52:35 +01:00
twinaphex
56236f7372
Get rid of platform_null.c file
2020-01-06 15:35:35 +01:00
twinaphex
246863279a
Get rid of null input and null joypad driver files
2020-01-06 15:28:11 +01:00
twinaphex
a986b71947
Remove separate audio / video null driver files
2020-01-06 15:22:21 +01:00
twinaphex
5dcdee5faa
Get rid of null camera file and null location file - and buildfix
2020-01-06 14:57:02 +01:00