1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
Commit Graph

579 Commits

Author SHA1 Message Date
twinaphex
21ab9bbeee Assume long long is there for C89_BUILD 2015-09-22 13:32:56 +02:00
Alcaro
46920915f9 Nuke the C90_BUILD thing and make it just turn on C89, those added conditionals are ugly. 2015-09-22 13:08:46 +02:00
twinaphex
73d599dc83 Should compile now with MISSING_DECLS = 1 2015-09-06 15:13:12 +02:00
Alcaro
474c96365d Switch to C++98. Fix some weird warnings. 2015-09-06 14:51:33 +02:00
twinaphex
6d6508b974 Add MISSING_DECLS switch 2015-09-06 14:45:24 +02:00
Twinaphex
67dd426339 Add rule to detect Clang - when detected, set -Wno-invalid-source-encoding 2015-09-05 16:48:11 +02:00
Anthony J. Bentley
5b38acf826 Use MANDIR when creating or uninstalling from manpage directories. 2015-08-19 23:16:59 -06:00
Alcaro
1bd450f144 Merge pull request #1774 from chungy/master
(Linux) Install the desktop entry for everyone in the top-level Makefile
2015-07-29 18:45:30 +02:00
Alcaro
2b1c52858d Add C89_BUILD flag that makes the compiler throw about 30000 errors. 2015-06-26 15:43:45 +02:00
Mike Swanson
ac12d52f32 (Linux) Install the desktop entry for everyone in the top-level Makefile
I've also removed the PNG from installation because the icon
specification will cause it to be prefered over the SVG version when
picking the icon.  I have edited the desktop entry to refer to the
icon by basename only, this will allow it to be properly selected
regardless of whether retroarch is installed in /usr or /usr/local

The desktop entry has also been cleaned up to the proper desktop entry
specifications.
2015-06-18 09:13:31 -07:00
Higor Eurípedes
ecede41cb2 (retroarch.c) Add --log-file and --version 2015-06-12 13:36:21 -03:00
Andre Leiradella
f4354b2db7 removed unneeded -g flag in ld 2015-06-05 18:29:41 -03:00
Andre Leiradella
e657975394 correct flags for debug builds 2015-06-05 18:22:44 -03:00
Higor Eurípedes
73ae2f0ad1 (Makefile) Add SANITIZER variable 2015-05-19 15:11:34 -03:00
twinaphex
7687c07e48 Show OBJC instead of CXX for ObjC files 2015-04-20 00:44:28 +02:00
Twinaphex
2f169a42b1 (qb) Add COCOA 2015-04-20 00:38:55 +02:00
barbudreadmon
e986408418 Fix make install
Make install was not installing retroarch-joyconfig
2015-03-06 10:58:30 +01:00
twinaphex
56939cdab6 Add rm -f *.d to Makefile clean targets 2014-11-18 16:01:36 +01:00
twinaphex
5f2a3e5bf7 (Joyconfig) Create retroarch-joyconfig-griffin.c - should be a lot
easier to maintain now instead of having to do constant Makefile
maintenance
2014-10-27 15:45:18 +01:00
twinaphex
bab9ee307d Add null joypad driver 2014-10-27 14:45:28 +01:00
twinaphex
a2e4c20c13 Add input-keymaps.c to joyconfig 2014-10-27 04:52:44 +01:00
twinaphex
a4065ae34d Split off input_context code into separate file 2014-10-25 19:56:40 +02:00
twinaphex
af45a31b58 More updates removing retrolaunch and moving it to separate repo 2014-10-16 07:36:06 +02:00
twinaphex
b61b6fa84b Move Retrolaunch to separate repo 2014-10-16 07:34:59 +02:00
Mike Robinson
d258775926 Add parallel port joypad driver 2014-10-04 04:18:36 +01:00
twinaphex
ce6c884724 Take out HAVE_CC_RESAMPLER define 2014-09-24 09:39:41 +02:00
Higor Eurípedes
df6a6155c1 (Makefile) Pass -static-libgcc to the linker on Win32 2014-09-15 22:15:00 -03:00
twinaphex
6deb51332b Split up string_list functions into its own object/source file 2014-09-15 18:46:07 +02:00
Higor Eurípedes
7767b0283c (Makefile) Cleanup and CXX warning fixes 2014-09-15 13:14:18 -03:00
Higor Eurípedes
78da994e89 (Makefile) Compile rarch.rc 2014-09-14 17:50:51 -03:00
twinaphex
0402f91ee1 Move zlib to Makefile.common too 2014-09-14 04:50:10 +02:00
twinaphex
6a730a7408 Move more to Makefile.common 2014-09-14 04:43:18 +02:00
twinaphex
dd5ebd974e Update Makefile.common 2014-09-14 03:44:54 +02:00
twinaphex
ed492be6a2 Move more to Makefile.common 2014-09-14 03:38:36 +02:00
twinaphex
2926183d8d Move more to Makefile.common 2014-09-14 03:22:04 +02:00
twinaphex
36c36cc332 Move more to Makefile.common 2014-09-14 02:52:30 +02:00
twinaphex
8b149c8ff9 Move more to Makefile.common 2014-09-14 02:15:56 +02:00
twinaphex
effaf1562f Move more to Makefile.common 2014-09-14 02:05:17 +02:00
twinaphex
322093f600 Move more to Makefile.common 2014-09-14 01:58:57 +02:00
twinaphex
064bddc84e Move more to Makefile.common 2014-09-14 01:01:52 +02:00
twinaphex
0746337a34 Move menu files to Makefile.common 2014-09-14 00:53:00 +02:00
twinaphex
5a12852489 - Change JOBJ in Makefile.win to JOYCONFIG_OBJ - make it the same
as Makefile.
- Use JTARGET in Makefile
2014-09-14 00:18:50 +02:00
twinaphex
ce55990a3e Move more to Makefile.common 2014-09-14 00:11:08 +02:00
twinaphex
33809a9ca3 Reduce LOC in Makefiles by creating shared Makefile.common 2014-09-14 00:04:42 +02:00
Higor Eurípedes
06139d9fe5 Add d3d wrapper to the regular Makefile 2014-09-13 15:01:27 -03:00
twinaphex
d4a4dd14bf Add 'nearest' resampler 2014-09-13 00:10:15 +02:00
Timo Strunk
ff90a4e568 Removed Ppmd references from everywhere. Code is only required for Ppmd support - a special 7z algorithm 2014-09-12 22:41:46 +02:00
twinaphex
3787c831e7 (Wii) Compile in 7zip support 2014-09-12 22:24:18 +02:00
Timo Strunk
11b63cbe3d Merge remote-tracking branch 'upstream/master' into zip_support 2014-09-12 17:06:41 +02:00
twinaphex
4a14658278 (Menu) Split up reusable menu_action code to menu_action.c 2014-09-12 05:54:58 +02:00
Timo Strunk
1e44a4056c Merge remote-tracking branch 'upstream/master' into zip_support 2014-09-11 18:03:34 +02:00
Timo Strunk
203e890463 Forgot to add JOYLIB for zip support 2014-09-11 18:03:02 +02:00
Jean-André Santoni
5e433abf8b (GLUI) GL based RGUI display driver clone 2014-09-11 04:07:07 +02:00
Timo Strunk
1f3a14750b Compiled zlib in due to some missing dependencies - slimming from previous commit 2014-09-10 10:41:59 +02:00
Timo Strunk
a04ce2fe88 Compiled zlib in due to some missing dependencies - slimming incoming in future commits 2014-09-10 10:35:33 +02:00
twinaphex
598421e7d7 Move resampler drivers to audio/resamplers 2014-09-09 21:54:41 +02:00
Timo Strunk
2dfc763ca9 Also added HAVE_ZLIB to linux makefile and added missing joyobj and retrolaunch obj for zip support 2014-09-09 15:57:58 +02:00
Timo Strunk
70523511d4 Made HAVE_COMPRESSION be defined both for zip and 7z support, added zip_support.c to make 2014-09-09 15:37:45 +02:00
Twinaphex
1566822396 Merge pull request #926 from mprobinson/valgrind-support-renamed
Add --enable-preserve_dylib configure option
2014-09-02 22:18:24 +02:00
Mike Robinson
193801b35e Add --enable-preserve_dylib configure option
Valgrind requires shared objects to be kept open for meaningful
debug information. Add configure option to disable dlclose() in
dylib_close() for Valgrind support.
2014-09-02 21:12:24 +01:00
twinaphex
09d240330f Move 7zip to deps/ 2014-09-02 21:45:14 +02:00
Timo Strunk
3d400468f9 Made 7zip compile and link with all tools requiring file access, also added HAVE_7ZIP var in qb params 2014-09-02 16:39:38 +02:00
twinaphex
c114e51a2c (Menu) Split up menu entries code to menu_entries.c 2014-08-31 18:36:26 +02:00
Higor Eurípedes
2703fa7f66 Allow unix-like build under mingw 2014-08-29 16:40:25 -03:00
Higor Eurípedes
fa11c2f2d6 (Haiku) Fix Build 2014-08-28 13:41:12 -03:00
Higor Eurípedes
99ce4e5329 Add last resort SDL gfx context 2014-08-20 22:09:30 -03:00
twinaphex
1b27dfbcbd Rename rarch_fnmatch to fnmatch_rarch 2014-08-15 21:35:41 +02:00
twinaphex
eb1d78bab7 Rename history.c to playlist.c 2014-08-15 17:24:28 +02:00
twinaphex
0966d384d8 (OSK) Get rid of HAVE_OSK ifdef 2014-08-14 06:40:33 +02:00
twinaphex
88af50ab82 Add null drivers 2014-08-14 03:05:44 +02:00
twinaphex
e1a122843b Add null camera - remove HAVE_CAMERA ifdefs 2014-08-14 02:55:04 +02:00
twinaphex
027bd68bb3 Add location/null.c - get rid of HAVE_LOCATION ifdefs 2014-08-14 02:15:48 +02:00
twinaphex
d328e0fbd0 Move SHA-1 hashing to hash.c 2014-08-13 03:36:44 +02:00
twinaphex
0522b9be78 Move homegrown fnmatch implementation to compat/ 2014-08-13 03:13:41 +02:00
twinaphex
fcbbf08109 (Recording) Bake in HAVE_RECORD implicitly 2014-08-12 05:28:43 +02:00
twinaphex
717def1717 Bake in HAVE_BSV_MOVIE implicitly 2014-08-12 05:10:02 +02:00
Higor Eurípedes
e38c826fe1 (SDL*) Merge joypad drivers 2014-08-11 19:47:30 -03:00
Higor Eurípedes
b6df19dffb (SDL*) Merge input drivers 2014-08-11 19:47:30 -03:00
Higor Eurípedes
f53b67aab7 (SDL2) Use sdl_audio.c as audio driver 2014-08-10 19:54:49 -03:00
Higor Eurípedes
609f3a8a36 (SDL2) Added joypad driver 2014-08-10 18:09:56 -03:00
Higor Eurípedes
46beb117ef (SDL2) Add input driver 2014-08-10 15:00:21 -03:00
Higor Eurípedes
1ea504fcfe (SDL2) Added video driver 2014-08-10 13:39:31 -03:00
twinaphex
80a19ff0fd (Wayland) Adding preliminary work by maister - input hookup still
missing
2014-08-09 21:35:27 +02:00
Jean-André Santoni
9d1bf25fb4 (Lakka) Do not link libpng 2014-08-09 09:53:56 +02:00
twinaphex
41a5641a6f Move core_info.c to root dir 2014-08-02 14:04:43 +02:00
Jean-André Santoni
3167709503 Add Vivante context driver 2014-07-27 22:19:11 +02:00
twinaphex
fbb0b57cae Use __ARM_NEON__ define instead of HAVE_NEON 2014-07-26 20:18:37 +02:00
twinaphex
bca57d827b Move file_list.c outside of frontend/menu 2014-07-26 18:31:34 +02:00
twinaphex
9c96b3ada2 Make history.c no longer dependent on menu 2014-07-25 20:56:31 +02:00
twinaphex
d1a85b6d95 Take out HAVE_SCREENSHOTS everywhere 2014-07-22 03:22:18 +02:00
twinaphex
0454ed7808 Move memcpy implementations into separate dir 2014-07-20 05:33:53 +02:00
Themaister
42497350bd Move memcpy-neon to gfx/.
Only used by Exynos driver.
2014-07-17 21:39:50 +02:00
Tobias Jakobi
9a38d77655 Remove the lima video driver
The driver is now superseded by the exynos video driver. Also limare
only works up to mali kernelspace driver version r3p2, which makes
the driver nonfunctional with the latest r4p0.
2014-07-17 14:55:56 +02:00
Tobias Jakobi
7efa9def07 Add exynos video driver
Documentation is provided in README-exynos.
2014-07-17 14:41:44 +02:00
sergiobenrocha2
5f99a4cae6 config.h and others are in .gitignore, bad thing to put in Makefile clean 2014-07-11 15:10:30 -03:00
sergiobenrocha2
1c07039930 Added debian folder from hunterk PPA, updated Standards-Version, debhelper and compat, fixed lintian warnings and errors: added missing build-dependends and depends in debian/control, added simple man pages to cg2glsl and retrolaunch tools and fixed desktop entry. Added quilt patch (retroarch.cfg, friendly path to libretro cores and start directory), so you can change files only to debian system. Package has one lintian error yet: missing-dependency-on-libc. 2014-07-10 23:16:13 -03:00
Richard Howell
a3da3b696a don't use LD variable for linker 2014-06-17 20:37:03 +02:00
Richard Howell
d7fc6accbe provide EGL flags and libs when compiling for videocore 2014-06-17 20:37:03 +02:00
Themaister
d129ff3d13 Make font rendering more robust.
Dynamically sized buffers, etc.
2014-06-08 14:08:26 +02:00
Themaister
614b866f57 Rewrite bitmapfont to new interface. 2014-06-08 14:08:26 +02:00
Themaister
e545d695ec Begin big rewrite of GL/raster font rendering path. 2014-06-08 14:08:26 +02:00
Themaister
88f10ae555 Check for libudev as plain lib as well. 2014-06-05 14:21:17 +02:00
Themaister
736c4147e9 Add initial Mali FBdev support. 2014-06-05 12:28:17 +02:00
twinaphex
001d6e8897 Get rid of PERF_TEST entirely - if Performance Counters setting is
enabled, will also report performance counters log at exit
2014-06-01 22:16:22 +02:00
Themaister
35363148b2 Don't let HAVE_OVERLAY depend on OpenGL. 2014-05-30 18:18:06 +02:00
Themaister
731e44ba60 Kill SDL_image with fire. 2014-05-28 21:19:38 +02:00
twinaphex
e1387a7b0b Take out image driver 2014-05-28 21:14:33 +02:00
twinaphex
b19cf62c63 (Makefile) Make menu common code less dependent on HAVE_RGUI switch 2014-05-26 18:44:24 +02:00
twinaphex
e447c654ad (Lakka) Integrate png_texture_load.c code into disp/lakka.c 2014-05-26 18:40:27 +02:00
twinaphex
50ff38195a (Lakka) Integrate tween.c code into disp/lakka.c 2014-05-26 18:32:32 +02:00
Themaister
addba80c3b Rewrite DSP plugin interface. 2014-05-20 12:28:33 +02:00
Themaister
91a0073f7d Image backends don't have state.
Remove unneeded prototypes.
2014-05-11 11:22:09 +02:00
twinaphex
b2b5c6daec (Image) Put image functions through abstract interface
(Image) Add image_driver to retroarch.cfg to specify image driver to use
(Menu)  Add Image Driver to Drivers section
2014-05-10 20:26:58 +02:00
twinaphex
94157eabed Quick build fix 2014-05-10 00:07:59 +02:00
twinaphex
43b79f34c9 (Lakka) ROM/core loading - add codepath for targets that don't
have HAVE_DYNAMIC defined as well
2014-05-10 00:07:15 +02:00
Jean-André Santoni
22a5e07ead Merge branch 'master' of https://github.com/libretro/RetroArch 2014-05-09 16:24:36 +02:00
Jean-André Santoni
95e4cc6a97 Fix configure vars for lakka 2014-05-09 13:40:34 +02:00
twinaphex
cf669f21ca * Add 'null' frontend context driver (will come into use later on in
more important ways)
* RetroArch when compiled with menu support will now cleanly exit if
menu driver cannot be initialized properly
2014-05-09 06:12:53 +02:00
TroggleMonkey
c15d188ecf Refactored duplicate Cg/GLSL LUT texture loading code into shader_common.c.
Fixed a bug where "Apply Shader Changes" in RGUI saved/set the wrong
texture filter for LUT textures.
Unofficially extended Cg shader spec with an LUT mipmap option:
To mipmap LUT "foo," add 'foo_mipmap = "true"' to your .cgp/.glslp file.
Mipmapping is currently implemented for the OpenGL driver only.
2014-05-08 13:41:04 -04:00
Jean-André Santoni
7dda9f0b00 Lakka menu display and icons 2014-05-08 01:12:51 +07:00
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