Commit Graph

122 Commits

Author SHA1 Message Date
twinaphex
2679c3d5c2 Rename audio/utils.c to audio/audio_utils.c 2015-01-13 00:19:46 +01:00
twinaphex
74698f73bf (BB10) Change Cascades labels 2015-01-05 02:06:00 +01:00
twinaphex
82d64254f4 Fixup some headers 2014-10-23 03:54:18 +02:00
sergiobenrocha2
1b16487458 content.h and fix path to config_file.h 2014-10-22 23:39:36 -02:00
twinaphex
ce6c884724 Take out HAVE_CC_RESAMPLER define 2014-09-24 09:39:41 +02:00
twinaphex
88af50ab82 Add null drivers 2014-08-14 03:05:44 +02:00
twinaphex
fab7792058 Get rid of set_keybinds - no longer used 2014-08-14 00:49:28 +02:00
twinaphex
fbb0b57cae Use __ARM_NEON__ define instead of HAVE_NEON 2014-07-26 20:18:37 +02:00
twinaphex
6f32841647 Rename g_extern.verbose to g_extern.verbosity to avoid
collisions on OSX
2014-07-18 00:39:31 +02:00
twinaphex
f76a0c4953 (QNX) Move qnx_input.c 2014-06-14 20:30:47 +02:00
twinaphex
4a9751cf69 (QNX) Input - cleanup pt. 1 2014-06-10 21:08:09 +02:00
twinaphex
46fd2368c8 (QNX) Update input driver 2014-06-10 21:04:00 +02:00
twinaphex
51a004ce18 Revert "(QNX) Update qnx_input.c driver"
This reverts commit 66671bd3d0.
2014-06-10 21:03:42 +02:00
twinaphex
66671bd3d0 (QNX) Update qnx_input.c driver 2014-06-10 21:02:56 +02:00
twinaphex
26b62ba42e Don't abuse g_extern.lifecycle_state for setting RARCH_QUIT_KEY
anymore
2014-06-02 09:52:30 +02:00
twinaphex
35716e981c Move alsa_qsa.c to audio/ 2014-06-01 16:12:36 +02:00
twinaphex
9894e2db0c (QNX) Properly implement qnx input free function 2014-05-29 23:57:00 +02:00
twinaphex
fb3f558b49 (ALSA QSA) Cleanup verbosity hacks 2014-05-26 18:08:43 +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
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
twinaphex
d0cfc22ef2 (ALSA QSA) Doesn't give invalid argument error anymore but seems to
get stuck in alsa_qsa_write now
2014-05-21 18:05:34 +02:00
twinaphex
1c77289709 (ALSA QSA) Some more changes to alsa_qsa_write - still gives 'Unknown error occurred - invalid argument' 2014-05-21 17:24:18 +02:00
twinaphex
2e16f9ba96 (ALSA QSA) Refactorings 2014-05-21 16:29:03 +02:00
twinaphex
47a28b8fd4 (BB10) Add working headless (no Cascades) BB10 solution 2014-05-20 13:57:59 +02:00
twinaphex
216a3e4ea7 (QNX) Change __BLACKBERRY_QNX__ define to __QNX__ 2014-05-20 02:48:11 +02:00
twinaphex
701a805737 (Playbook) Fixes Playbook build 2014-05-20 02:33:09 +02:00
twinaphex
16f999abeb (Playbook) Define HAVE_DYLIB 2014-05-19 23:54:51 +02:00
twinaphex
f89a07a98d (Grifffin) Take out implicit HAVE_BUILTIN_FILTERS when HAVE_DYLIB is
not defined
2014-05-19 22:38:45 +02:00
twinaphex
ddd537eada (Playbook) Build fixes 2014-05-19 20:06:13 +02:00
twinaphex
7213c3a1ed (QNX BB10) Some more changes 2014-05-18 12:02:02 +02:00
twinaphex
4fe86ed418 (BB10 Cascades) OrientationSupport::private being called from non-UI
thread was causing huge problems - changed base class of RetroArch
class to QObject for now instead of QThread
2014-05-18 10:03:53 +02:00
twinaphex
d62164c4ae (BB10) Build fixes
(General) Fix some unused variable warnings
2014-05-17 22:16:25 +02:00
twinaphex
a52cfa2e10 (QNX) Start refactoring qnx_input.c 2014-05-17 16:48:52 +02:00
twinaphex
951c37cfa1 (BB10) Rename 'rom' references to 'Content' 2014-05-17 15:58:20 +02:00
twinaphex
ff4a0913be (BB10) Get rid of 'emulator' references in BB10 frontend 2014-05-17 15:51:55 +02:00
twinaphex
a0567c3c77 (BB10) Start cleaning up some include header references
(Android) Uniquely name symbols - platform_android.c
2014-05-17 15:45:14 +02:00
twinaphex
3e667a8c07 (Playbook) Fix build 2014-05-17 14:36:15 +02:00
twinaphex
569de131a0 Move device enums outside of driver.h - and create new callback
for 'getting' the number of 'devices' the input driver supports
2014-04-17 20:47:43 +02:00
Themaister
fce4ebd31e Move core_info to frontend/info. 2014-03-01 11:53:04 +01:00
twinaphex
edcd7118ad Take out unused -DHAVE_VID_CONTEXT 2014-02-13 08:54:14 +01:00