Themaister
|
804626e20d
|
Create abstract interface for FFemu.
|
2014-05-04 11:48:20 +02:00 |
|
twinaphex
|
de7cf52227
|
(Apple/General_) Turn setting_data into general code - this code
will be used for exposing a list of generic menu settings to
WIMP menus and other such things (already used by the Apple port
in tihs way)
|
2014-05-03 18:38:29 +02:00 |
|
twinaphex
|
08965cfa0d
|
Change HAVE_FFMPEG ifdefs into HAVE_RECORD - recording will get
a proper interface soon so there can be multiple implementations
instead of just ffmpeg
|
2014-05-03 00:21:07 +02:00 |
|
Themaister
|
fd08fe9e16
|
Makefile nits.
|
2014-04-26 11:04:34 +02:00 |
|
twinaphex
|
6f05cce0de
|
Get rid of menu_common_settings.c - add remaining public functions to
menu backend interface
|
2014-04-26 02:40:38 +02:00 |
|
twinaphex
|
3d8d807e6b
|
Refactor a bunch of menu code - menu 'settings' can now be implemented
per-menu context
|
2014-04-26 01:54:15 +02:00 |
|
twinaphex
|
4942306fff
|
Add HAVE_CC_RESAMPLER to nearly all targets
|
2014-04-20 04:17:18 +02:00 |
|
twinaphex
|
390d198812
|
Uniquely name gfx/scaler/filter.c for MSVC
|
2014-04-16 15:48:33 +02:00 |
|
Themaister
|
5cb3438389
|
Begin implementation of softfilter API.
|
2014-04-14 22:56:15 +02:00 |
|
twinaphex
|
9dfcded389
|
(Menu) Refactor menu code -move backend menu code to separate driver
|
2014-04-14 02:32:54 +02:00 |
|
twinaphex
|
aadb940da8
|
Move menu_context.c code into driver.c
|
2014-04-01 04:12:41 +02:00 |
|
Themaister
|
f23a9c4d03
|
Add more sophisticated dependency tracking with -MMD.
Avoids full rebuilds when just one header is changed.
|
2014-03-27 22:23:11 +01:00 |
|
Themaister
|
d111a0c658
|
Cleanups to keyboard callback stuff.
|
2014-03-02 11:45:41 +01:00 |
|
twinaphex
|
a8573860fa
|
Compile in rsound audio driver by default and make RSound
Server IP Address setting configurable by keyboard
|
2014-03-02 07:22:19 +01:00 |
|
twinaphex
|
6f19662d75
|
(Menu) Split up keyboard input line cb code to separate file - menu_input_line_cb
|
2014-03-02 05:24:57 +01:00 |
|
Themaister
|
fce4ebd31e
|
Move core_info to frontend/info.
|
2014-03-01 11:53:04 +01:00 |
|
Themaister
|
2cd51db6c0
|
Move file_list.c to frontend/menu.
Doesn't belong in top-dir.
|
2014-03-01 11:41:00 +01:00 |
|
twinaphex
|
bca4b77573
|
(Menu) Isolate menu ptr selection code to separate file menu_navigation.c
|
2014-02-28 23:14:42 +01:00 |
|
twinaphex
|
4f033e3001
|
Add HAVE_LAKKA to Makefile - commented out by default
|
2014-02-26 23:49:32 +01:00 |
|
twinaphex
|
fd7f4d45cd
|
Move image files to gfx/image/
|
2014-02-25 21:24:15 +01:00 |
|
Themaister
|
564f743cc5
|
Compile to obj directories.
Avoids cluttering the main dir with objects.
|
2014-02-02 15:29:07 +01:00 |
|
Tobias Jakobi
|
7cdb08b804
|
Add lima video driver
Documentation is provided in README-lima.
|
2014-01-26 04:43:00 +01:00 |
|
Themaister
|
528bb2687d
|
Fix Rasperry Pi build.
|
2014-01-26 11:43:26 +00:00 |
|
Themaister
|
b5401d7b6a
|
Remove git_version.o after sudo make install.
|
2014-01-24 10:24:35 +01:00 |
|
Themaister
|
d43506f76b
|
Check for more headers during build.
|
2014-01-11 19:08:24 +01:00 |
|
Themaister
|
f7ea753f05
|
Silence GIT_VERSION check.
|
2014-01-11 19:05:26 +01:00 |
|
Themaister
|
252efff8da
|
Log Git version in verbose logs.
Makes it much easier to figure out which builds users are running when
pasting logs.
|
2014-01-11 18:54:12 +01:00 |
|
twinaphex
|
4fa7580dea
|
(MSVC) Builds again
|
2013-12-31 22:10:58 +01:00 |
|
Themaister
|
b146ee1c05
|
Clean frontend/menu/disp on make clean.
|
2013-12-24 14:20:23 +01:00 |
|
twinaphex
|
38d785984f
|
Add RETRO_ENVIRONMENT_GET_PERF_INTERFACE to libretro.h
|
2013-12-17 19:10:40 +01:00 |
|
Themaister
|
02f2dec2cd
|
Make GLES3 optional in ./configure.
Is off by default.
|
2013-12-13 21:37:22 +01:00 |
|
Themaister
|
6a96909a2e
|
Allow custom cflags/libs for GLES.
Useful for some embedded platforms.
|
2013-12-13 17:55:30 +01:00 |
|
Themaister
|
6031590cd3
|
Add OPENGLES3 context support in libretro GL.
|
2013-12-13 14:20:49 +01:00 |
|
Themaister
|
977cec1378
|
Refactor keyboard event callbacks.
Go through input/keyboard_line.c to better hide internal logic
regarding keyboard line input.
|
2013-12-10 19:39:09 +01:00 |
|
Themaister
|
3a8608fb70
|
Handle key_event in udev.
Use libxkbcommon for this.
|
2013-12-08 01:09:00 +01:00 |
|
Themaister
|
c21310b261
|
Start adding udev input driver.
|
2013-12-07 14:13:40 +01:00 |
|
Tobias Jakobi
|
06aa2ebcfd
|
video_omap: complete rework and refactoring of the driver
|
2013-12-03 22:40:49 +01:00 |
|
Themaister
|
28e9ce7d30
|
Clear out camera/ on make clean.
|
2013-11-16 17:31:49 +01:00 |
|
twinaphex
|
177af1fac2
|
Move display rasterizers for menu_common to frontend/menu/disp
|
2013-11-11 12:23:18 +01:00 |
|
twinaphex
|
fc65ae7709
|
(Camera) Add preliminary camera interface and preliminary
Video4Linux 2 camera driver implementation - ToadKing can try
to hook into this driver interface now for his WebGL camera driver
|
2013-11-10 03:16:03 +01:00 |
|
twinaphex
|
3fa7f05cae
|
Move file_list.c/file_list.h to root dir
|
2013-11-08 04:53:12 +01:00 |
|
twinaphex
|
f8c37fc933
|
(Menu) Simplify menu preprocessor conditionals - there is now
one common catch-all define called HAVE_MENU
|
2013-11-08 04:36:47 +01:00 |
|
twinaphex
|
2c2542ff63
|
Rename message.c/message.h to message_queue.c/message_queue.h
|
2013-11-06 15:08:54 +01:00 |
|
Themaister
|
40591bfdb5
|
Don't bake in RSound forcibly.
If HAVE_RSOUND is 1, it's already detected to be present anyways.
|
2013-11-01 09:16:08 +01:00 |
|
twinaphex
|
d28b5b3dae
|
(Makefile) Turn RSOUND_CFLAGS into -DHAVE_RSOUND
|
2013-11-01 05:04:16 +01:00 |
|
twinaphex
|
a8696e2506
|
(RSound) Bake in rsound for Android port - should also be possible
to bake it in by default for PC now - made librsound.c crossplatform
|
2013-11-01 00:07:52 +01:00 |
|
Themaister
|
46177dbc40
|
Add GNU90_BUILD flag to toggle off -std=gnu99.
|
2013-10-22 21:41:51 +02:00 |
|
Themaister
|
7f7b5b1f7b
|
Install cg2glsl with make install.
|
2013-10-07 22:09:05 +02:00 |
|
twinaphex
|
af10f3f5bc
|
Split up file_list into separate compilable file
|
2013-10-07 08:56:16 +00:00 |
|
Themaister
|
2f4712d4b0
|
Style nits to core_info. Compile it in.
|
2013-10-05 13:38:09 +02:00 |
|