264 Commits

Author SHA1 Message Date
twinaphex
a104517168 (Menu) Create menu_display.c/menu_display.h 2015-04-21 14:44:26 +02:00
Twinaphex
54c6c3eb01 Rename apple_cocoa_gl.m 2015-04-21 11:03:39 +02:00
twinaphex
5d24c75925 Create HAVE_MAIN define 2015-04-20 21:10:01 +02:00
twinaphex
a3e4eff02a (Cocoa) Move files around 2015-04-20 17:33:29 +02:00
twinaphex
16115ebb03 Merge platform.m files with UI companion driver source file 2015-04-20 17:26:05 +02:00
twinaphex
7ed40b4401 Rename frontend_ctx_apple to frontend_ctx_darwin 2015-04-20 17:19:51 +02:00
Twinaphex
68993c1f71 Ifdef AVFoundation and CoreLocation specifically for HAVE_COCOA and/or
HAVE_COCOATOUCH
2015-04-20 14:14:45 +02:00
twinaphex
ca67303fa1 Makefile.common - buildfix 2015-04-20 12:52:59 +02:00
twinaphex
20befff4c1 (Cocoa) Move cocoa common files 2015-04-20 12:52:16 +02:00
twinaphex
2f933863ee (Makefile.common) Add ui/drivers/ui_cocoa.m 2015-04-20 12:45:21 +02:00
Twinaphex
1fb00bdac3 Add HAVE_IOHIDMANAGER to qb/config.libs.sh 2015-04-20 12:04:31 +02:00
Twinaphex
2f169a42b1 (qb) Add COCOA 2015-04-20 00:38:55 +02:00
Twinaphex
3637dc7af7 (qb) Add CoreText 2015-04-20 00:13:02 +02:00
twinaphex
0ecdceb744 Always compile in video_context_driver.c and null stub context driver 2015-04-19 19:02:56 +02:00
twinaphex
ee7ce9659b Create more features 2015-04-19 18:30:49 +02:00
twinaphex
9d26a321df (OSX) Add platform_apple.c to Makefile.common 2015-04-19 17:08:13 +02:00
twinaphex
4e5bf65e23 Create HAVE_RPNG define 2015-04-19 16:55:03 +02:00
Twinaphex
0681849aaf (retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation(retroarch-joyconfig) Link against CoreFoundation 2015-04-19 15:53:59 +02:00
twinaphex
ac2743b842 Create stub frontend/drivers/platform_linux.c 2015-04-18 19:12:14 +02:00
twinaphex
94150cef70 Add 'Record Driver' option 2015-04-15 13:37:38 +02:00
twinaphex
90399c6ca7 Add -lpthread to JOYCONFIG_LIBS for Linux 2015-04-13 14:40:12 +02:00
twinaphex
a62bbfe283 Makefile.common - cleanup 2015-04-13 14:29:25 +02:00
twinaphex
2eb5e7be80 Makefile.common - cleanup 2015-04-13 14:03:47 +02:00
twinaphex
61e33300b7 Create command_event.c 2015-04-13 11:15:40 +02:00
Radius
329b6b23a0 Update Makefile.common 2015-04-12 15:50:07 -04:00
Radius
7244943ec2 Update Makefile.common 2015-04-12 15:31:19 -04:00
Radius
ebdf15c17c Update Makefile.common
1
2015-04-12 15:21:53 -04:00
twinaphex
c2d8d7e530 (Qt) Start making clean Qt skeleton implementation - radius needs to do the rest 2015-04-12 18:56:23 +02:00
twinaphex
4c2b301efb (UI Companion) Start creating UI companion interface 2015-04-12 01:31:03 +02:00
twinaphex
18801c8449 Move gfx_set_dwm call to platform_win32.c 2015-04-09 22:58:57 +02:00
twinaphex
1f23338ca4 Move win32_common.c to gfx/common 2015-04-09 05:16:02 +02:00
twinaphex
5e8a78bb25 Move x11_common.c to gfx/common 2015-04-09 05:02:57 +02:00
twinaphex
16b7b454a9 Move gl_common.c to gfx/drivers 2015-04-09 04:57:17 +02:00
twinaphex
ec196e9f17 Makefile.common - add JOYCONFIG_LIBS 2015-04-08 07:58:59 +02:00
twinaphex
812a873f0c Create dylib.c - split up dylib functions 2015-04-08 07:57:16 +02:00
twinaphex
8cc8f855e1 (DInput) Split up dinput joypad into separate file 2015-04-08 01:58:09 +02:00
twinaphex
935218f8a8 (Win32) Create platform_win32.c 2015-04-07 21:51:57 +02:00
twinaphex
ad6dfcd144 (Libusb) Add libusb to qb/config.libs.sh and qb/config.params.sh 2015-04-07 06:34:49 +02:00
twinaphex
e3ec1f890f (Win32/Cg) Add render_chain_cg.c if HAVE_CG is defined 2015-04-06 18:08:10 +02:00
twinaphex
b9f94f954d (D3D) Add render_chain_driver.cpp to Makefile.common 2015-04-06 16:55:57 +02:00
twinaphex
d941ae9863 (D3D) Create null renderchain driver 2015-04-06 16:52:39 +02:00
twinaphex
d8c824951a (Makefile.common) Update 2015-04-06 00:33:18 +02:00
twinaphex
592e5d9f4a Change HAVE_WINXINPUT to HAVE_XINPUT 2015-04-05 20:54:46 +02:00
twinaphex
081bbe532f (Makefile.common) Cleanups 2015-04-04 21:45:59 +02:00
twinaphex
5b688ea8be Move keyboard_event files to input/drivers_keyboard 2015-04-04 20:42:16 +02:00
twinaphex
36b054506d Move window manager code to gfx/drivers_wm 2015-04-04 20:30:44 +02:00
twinaphex
7fbbc1258d Comment out HAVE_LIBUSB again 2015-04-03 20:43:26 +02:00
twinaphex
532d112ff8 (Font) Combine font_d3d_driver and font_gl_driver 2015-04-03 20:36:19 +02:00
twinaphex
c2014087fe Combine xaudio.c and xaudio-c.cpp 2015-04-03 02:29:20 +02:00
twinaphex
b202d54dd3 Rename null joypad driver 2015-04-02 18:44:02 +02:00