Themaister
77164d18ca
Begin adding core options interface.
2013-04-04 13:58:30 +02:00
Themaister
211e17250c
Major refactor to CGP parsing.
...
Adds saving functionality for CGPs.
2013-04-01 15:34:02 +02:00
twinaphex
4603f96f12
(Makefile) Add -DSINC_LOWER_QUALITY when compiling with HAVE_NEON
...
support on ARM Linux
2013-04-01 02:45:25 +02:00
twinaphex
6905a38476
(PC) Fix RGUI build
...
(RGUI) Swap Start and Select buttons - Start is more commonly
found on gamepads than Select - Start does 'settings screen switch'
now and Select does 'reset to default' setting
2013-03-24 06:45:35 +01:00
Themaister
20001fd578
Add -Wno-unused-variable if present.
2013-03-16 12:24:53 +01:00
Themaister
15099f8e4f
RGUI builds on PC.
2013-03-16 09:55:08 +01:00
twinaphex
f72a505dbe
Split up main() function to frontend/frontend.c
2013-02-25 07:01:16 +01:00
Themaister
843d079002
Begin adding threaded video driver wrapper.
2013-02-16 02:48:08 +01:00
Themaister
ff14092d8d
Use -ffast-math.
...
Helps SINC resampler to auto-vectorize.
2013-02-14 11:57:07 +01:00
Themaister
d33d2e9f0c
Make resamplers more modular.
2013-02-08 11:49:51 +01:00
Themaister
1a4b094abf
Use /usr/share/pixmaps instead of icons.
2013-01-26 17:52:04 +01:00
Themaister
73e98ca78a
Fix build on updated Pi-firmware.
2013-01-26 11:53:30 +00:00
Themaister
b90490f425
Add zip loading support to core.
2013-01-21 23:52:47 +01:00
Themaister
291a0360a2
Add BGR24 saving mode.
2013-01-19 02:23:16 +01:00
Themaister
26e0c3b06d
Add PNG encoder.
2013-01-19 01:35:09 +01:00
Themaister
f53d404024
Add RPNG, optional PNG loader.
2013-01-12 14:06:05 +01:00
Themaister
d50ad3e543
Uninstall retrolaunch properly.
2013-01-11 11:57:19 +01:00
Themaister
e35c6375ee
Fix C++ incompatibilities in retrolaunch.
2013-01-11 11:51:52 +01:00
Themaister
99eec95823
Minor cleanup in Makefile.
2013-01-11 11:30:06 +01:00
Saggi Mizrahi
15ad74fdad
Add retrolaunch
...
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2013-01-10 23:49:12 -05:00
Themaister
f739fc875e
Don't compile in null drivers for CLI.
2013-01-09 11:26:21 +01:00
Themaister
0b95bc88f2
Print CC before compiler is invoked.
2013-01-04 21:56:15 +01:00
ToadKing
fd0bb1b3ee
make alsathread a seperate audio driver
2013-01-04 14:58:34 -05:00
Themaister
276b588217
Add custom xml parser. Use as fallback.
2013-01-02 15:18:42 +01:00
Themaister
f5c5da8959
Fix build when HAVE_XML isn't defined.
2012-12-23 20:10:16 +01:00
Themaister
35bf5c82c1
Make OVERLAY optional.
2012-12-23 18:39:01 +01:00
Themaister
f445c939e9
Merge branch 'master' into overlay
2012-12-23 13:56:57 +01:00
Themaister
9b58fac354
Always compile in config file support.
2012-12-23 13:55:59 +01:00
twinaphex
86de8a8cbe
Merge branch 'master' of https://github.com/Themaister/RetroArch into overlay
2012-12-23 13:46:03 +01:00
Themaister
143b5addc9
GLSL support can be compiled without XML.
2012-12-23 13:44:31 +01:00
Themaister
e198dac691
Merge branch 'master' into overlay
2012-12-22 23:53:13 +01:00
Themaister
359d5fa997
Cleanups and build fixes.
2012-12-22 23:52:05 +01:00
Hans-Kristian Arntzen
49324a1374
Merge pull request #100 from sparklewind/patch-1
...
Fix for compiling on Haiku
2012-12-22 14:46:00 -08:00
sparklewind
a5ceef033b
Update Makefile
2012-12-22 21:29:39 +01:00
sparklewind
12308e321a
Update Makefile
2012-12-22 20:41:59 +01:00
sparklewind
d40190b7ad
Update Makefile
2012-12-22 20:33:01 +01:00
sparklewind
123c75b01f
Update Makefile
2012-12-22 20:31:37 +01:00
sparklewind
b7445eb81b
Update Makefile
2012-12-22 20:24:51 +01:00
sparklewind
31a5ebeea6
Update Makefile
2012-12-22 20:20:59 +01:00
sparklewind
5deb37f60a
Update Makefile
2012-12-22 17:23:02 +01:00
Themaister
9056946079
Merge branch 'master' into overlay
2012-12-22 11:38:18 +01:00
Themaister
6bb2349833
Kill off external driver plug interfaces.
...
These are too much work to maintain, and aren't really all
that useful.
2012-12-22 11:37:15 +01:00
sparklewind
db9a9056e2
Update Makefile
2012-12-22 03:26:27 +01:00
sparklewind
14e259ac39
Fix for compiling on Haiku
2012-12-21 21:50:07 +00:00
Themaister
a863908214
Makefile indent fix.
2012-12-20 14:57:55 +01:00
Themaister
1250fae7f1
Basic overlay POC works.
...
Add support for X11.
2012-12-20 12:24:49 +01:00
Themaister
beca1c44f3
Move all font stuff to gfx/fonts.
...
Rename stuff so griffin doesn't break.
2012-12-15 00:27:30 +01:00
Themaister
78e5d47a9b
Rename to gl_raster_font to clearify.
2012-12-15 00:08:26 +01:00
Themaister
b239785038
Context-ize GL font rendering.
2012-12-15 00:07:31 +01:00
Themaister
5700febb2c
Refactor font renderering.
...
Virtualize for multiple backends, and name files more sanely.
2012-12-14 20:25:40 +01:00