twinaphex
|
a6c9bb95f0
|
Remove HAVE_XUI
|
2020-02-26 19:09:00 +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 |
|
twinaphex
|
7090de541a
|
- Merge runahead/mylist.c into retroarch.c
- General cleanups
|
2020-02-13 17:26:11 +01:00 |
|
twinaphex
|
12e82baeb3
|
Update - add HAVE_CONFIGFILE to Makefile.griffin
|
2020-02-03 18:12:43 +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
|
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 |
|
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
|
261f1b72d4
|
Remove separate null_resampler.c file and move it into audio_resampler.c
|
2020-01-07 23:03:23 +01: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 bef72a19d06f87f1e53da87d400c1d7948f344a3.
|
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 |
|
jdgleaver
|
695749f155
|
(Core Updater) Only download when new core is available + add option to update all installed cores
|
2019-12-23 17:34:44 +00:00 |
|
twinaphex
|
3033491f3d
|
Turn HAVE_EASTEREGG into HAVE_GONG
|
2019-12-22 03:08:02 +01:00 |
|
driver1998
|
105fadd668
|
[ANGLE] Add HAVE_ANGLE
|
2019-12-06 15:43:19 +08:00 |
|
driver1998
|
bfe167fae8
|
[UWP] Add ANGLE context
|
2019-12-06 13:24:18 +08:00 |
|
driver1998
|
7cbdd845ad
|
[Win32] Add ANGLE context
|
2019-12-06 13:24:17 +08:00 |
|
jdgleaver
|
9b012e907a
|
(Manual Content Scanner) Enable automatic naming of arcade content via DAT files
|
2019-12-04 12:46:04 +00:00 |
|
jdgleaver
|
170397456c
|
Add manual content scanner
|
2019-11-29 17:14:46 +00:00 |
|
twinaphex
|
f9bc57bcf8
|
Merge list_special.c into retroarch.c
|
2019-11-17 21:07:56 +01:00 |
|
twinaphex
|
8c799f978b
|
Merge paths.c - this is one of the last file we merge - not long after this
we can start splitting up retroarch.c into several files
|
2019-11-17 21:00:15 +01:00 |
|
twinaphex
|
c252cbe9e0
|
Strip out rxml and yxml if HAVE_VIDEO_LAYOUT is not defined
|
2019-11-17 20:43:26 +01:00 |
|
Huw Pascoe
|
4eebfa237b
|
Fixed xml parsing
|
2019-11-16 20:56:12 +00:00 |
|
jdgleaver
|
c356969c3a
|
(GLUI) Add initial thumbnail support
|
2019-10-31 17:25:55 +00:00 |
|
twinaphex
|
f678a06b95
|
Remove xbox 360 fonts
|
2019-10-19 16:42:39 +02:00 |
|
twinaphex
|
682b403a9c
|
menu_content.c - This file is no longer necessary
|
2019-09-23 04:24:00 +02:00 |
|