10540 Commits

Author SHA1 Message Date
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
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
twinaphex
ea5fb7b711 (Playbook) Some build fixes/take out some BB10-specific defines 2014-05-25 23:09:24 +02:00
twinaphex
1c9d7fa261 (ALSA QNX) Fixed sound 2014-05-25 21:18:21 +02:00
twinaphex
23afdda745 (ALSA QSA) (Likely completely broken) Buffer up audio first until we can
send full chunks to audio hardware
2014-05-25 20:49:22 +02:00
twinaphex
01a35ad7d7 (ALSA QSA) Use non-plugin equivalents 2014-05-25 19:02:04 +02:00
twinaphex
ec543ab17f (ALSA QSA) Add more manual logging 2014-05-25 18:36:53 +02:00
twinaphex
826f5b0fc9 (ALSA QSA) Trying to log overruns/underruns - doesn't show anything either 2014-05-25 17:52:41 +02:00
twinaphex
9cf72b46c9 (ALSA QSA) Set min fragment size to 2 - still 1/split-second pauses
happening every 30-40 seconds or so
2014-05-25 17:46:31 +02:00
twinaphex
6d8035fb08 (ALSA QSA) New implementation based on OpenAL driver - crappy sound
for 10-20 seconds every minute though
2014-05-25 17:21:11 +02:00
Themaister
25e56d8db0 Kill support for XML shaders.
Long overdue ...
2014-05-25 17:16:45 +02:00
Themaister
42d501fae1 Rename Game Speed Cap. 2014-05-25 17:01:16 +02:00
Themaister
04522647ec Add some additional DSP presets. 2014-05-25 16:23:31 +02:00
Themaister
e9c3921050 Add EchoReverb dsp preset. 2014-05-25 16:13:16 +02:00
Themaister
92ef78242b Add reverb DSP. 2014-05-25 16:06:19 +02:00
Themaister
581c2e1d91 Add wahwah DSP. 2014-05-25 14:14:32 +02:00
Themaister
828552d111 Add phaser. 2014-05-25 13:54:46 +02:00
Themaister
07ab8c0052 Whitespace derp. 2014-05-25 13:18:24 +02:00
Themaister
745cab4f4e Fixups for fastforward_ratio and slowmotion_ratio.
Rename to Game Speed Cap in RGUI, more clear.
2014-05-25 13:13:55 +02:00
twinaphex
d536435ea2 (Menu) Expose fast-forward ratio and slowmotion ratio to menu_common_backend 2014-05-25 06:09:12 +02:00
twinaphex
3c327c99fc (ALSA QSA) Now infers fragment size from audio hardware - max fragment sizes
of 1 and 2 gave continuous 'sample got stuck somewhere' errors -
bumping it up to 8 seems to get rid of it but can still produce
the odd audio crackle every minute or so.
2014-05-24 06:12:44 +02:00
twinaphex
491a4a98d8 (ALSA QSA) Now works on BB10 2014-05-24 05:15:05 +02:00
twinaphex
a1b18f02ed (ALSA QSA) Reimplement alsa_qsa_write - sound still bad though 2014-05-24 04:46:26 +02:00
twinaphex
a95331e7aa (ALSA QSA) Revert to something that at least outputs audio (badly) 2014-05-24 03:48:12 +02:00