Commit Graph

10562 Commits

Author SHA1 Message Date
Morgane Alonso
e48e9e1008 (Lakka) Add PC Engine icons 2014-05-27 17:36:09 +02:00
twinaphex
f788249c59 (Menu) Add get_default_menu function for default settings 2014-05-27 17:13:53 +02:00
Twinaphex
a56d57c615 Merge pull request #706 from libretro/shader-parameter
Shader parameter
2014-05-27 16:28:06 +02:00
twinaphex
a25a258153 (Menu) Add Content Dir label 2014-05-27 07:58:41 +02:00
twinaphex
3a5011afcc (Menu) Add Content Directory option 2014-05-27 07:57:28 +02:00
twinaphex
bc41b942e6 (Menu) Browser Directory was erroneously named 'Content Directory' 2014-05-27 07:53:39 +02:00
twinaphex
d14985ce0d (Lakka) Rename all '-game.png' files to '-content.png' 2014-05-27 07:36:05 +02:00
twinaphex
0f578ad97d (Lakka) More cleanups 2014-05-27 06:32:33 +02:00
twinaphex
bffbdbaca7 (Lakka) Cleanups 2014-05-27 06:27:31 +02:00
twinaphex
3655d9e2aa (SDL) Add note for image_sdl.c 2014-05-27 04:53:12 +02:00
twinaphex
0e679d4309 (GL raster font) Make it possible to set alpha levels. By
implementing this, we can get rid of the copy-pasta gl raster
font code in Lakka
2014-05-27 04:22:08 +02:00
twinaphex
ebfb104986 (Lakka) Prevent some more segfault bugs 2014-05-27 03:48:08 +02:00
twinaphex
7acf7e706d (Lakka) Remove more redundant re-setting of rgui->last_time 2014-05-27 03:29:21 +02:00
twinaphex
3846ad5f0d (Lakka) Cleanups 2014-05-27 03:25:41 +02:00
twinaphex
76bf7525ca (Lakka) More cleanups 2014-05-27 03:06:58 +02:00
twinaphex
20b54b476a (Lakka) Debork more code 2014-05-27 02:26:15 +02:00
twinaphex
0abbd3968b (Lakka) Refactor more broken code 2014-05-27 02:02:39 +02:00
twinaphex
81fe85624a (Lakka) Start refactoring questionable C code 2014-05-27 01:31:27 +02:00
twinaphex
9665fcc663 Add menu_driver to retroarch.cfg 2014-05-27 01:13:43 +02:00
twinaphex
c55693855b (Menu) Add find_menu_driver to global_init_drivers as well 2014-05-26 23:39:21 +02:00
twinaphex
17267ff316 (Menu) ifdef find_menu_driver in init_drivers_pre 2014-05-26 23:20:00 +02:00
twinaphex
e69b9c4f8a (Menu) Initialize menu driver during init_drivers_pre 2014-05-26 23:18:49 +02:00
twinaphex
06cc9a5c18 (driver contexts) Do some more runtime checks 2014-05-26 20:52:38 +02:00
twinaphex
f106a1cfaa (Driver) - Only push camera/location driver disabled message if first condition
fails
- Add further runtime check - checking if driver->start is bound
2014-05-26 20:49:06 +02:00
twinaphex
40f7e80745 (Location/Camera) Let the user know when the camera/location functionality
has been explicitly disabled in the frontend
2014-05-26 19:18:52 +02:00
twinaphex
619c96187b (Driver.c) driver.c was a big mess - split up into separate files
that get included in. Should probably be properly refactored later
on for all targets so that each included file becomes its own
object file
2014-05-26 19:01:40 +02:00
Themaister
ca2715841b Fix Win32 build. 2014-05-26 18:52:35 +02:00
Themaister
b0ad6674f4 Rebase fix. 2014-05-26 18:49:06 +02:00
Themaister
ca3d4416d3 Can save parameters. Can tweak on RGUI presets and current shader. 2014-05-26 18:48:29 +02:00
Themaister
b38c30b368 Can tweak shader parameters from RGUI.
Just need to figure out how to handle parameter saving now.
2014-05-26 18:47:49 +02:00
Themaister
b88c678213 Don't make Cg argv static. 2014-05-26 18:47:49 +02:00
Themaister
d304907e7f Set up shader defines for aliases. 2014-05-26 18:47:49 +02:00
Themaister
dab36b5870 Support aliased pass names from CGP/GLSLP. 2014-05-26 18:47:49 +02:00
Themaister
b0e014adc6 Expose currently selected shader via poke interface. 2014-05-26 18:47:49 +02:00
Themaister
83b37812b8 Set parameter uniforms. 2014-05-26 18:47:48 +02:00
Themaister
5c3e2f9e0a Parse params from cgp. 2014-05-26 18:47:48 +02:00
Themaister
4722b6af75 Experiment with shader parameters. 2014-05-26 18:47:48 +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
twinaphex
fb3f558b49 (ALSA QSA) Cleanup verbosity hacks 2014-05-26 18:08:43 +02:00
Themaister
dfd33a8f3f Rename Video Filter Directory.
Overflowed RGUI.
2014-05-26 16:09:19 +02:00
Themaister
13428541f4 Don't try to connect libretro devices which won't work. 2014-05-26 13:27:28 +02:00
Themaister
4093933abb Don't override g_extern.verbose CLI argument. 2014-05-26 11:07:59 +02:00
twinaphex
ef09cf5aff Replace some more mentions of 'ROM' 2014-05-26 03:11:39 +02:00
twinaphex
b4725eff96 (Nit) Replace some references to 'ROMs' with 'content' 2014-05-26 03:09:39 +02:00
twinaphex
496915eb20 (Menu) Add Autoconfig Dir Path option 2014-05-26 02:57:44 +02:00
twinaphex
1a12f76fb0 Update retroarch.cfg 2014-05-26 02:45:40 +02:00
twinaphex
09f5f2c25a (Menu) Expose logging verbosity and libretro log level to menu
(Settings) Save logging verbosity
2014-05-26 02:44:58 +02:00
Themaister
c7eee695ce Remove references to XML shaders. 2014-05-25 23:40:14 +02:00