Commit Graph

106 Commits

Author SHA1 Message Date
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
twinaphex
460670f074 Move sensor value reading to retro_sensor_interface 2014-01-20 14:52:53 +01:00
twinaphex
8e0118f4bb Get rid of unused HAVE_RARCH_MAIN_IMPLEMENTATION and HAVE_RARCH_MAIN_WRAP 2014-01-05 03:33:27 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
38d785984f Add RETRO_ENVIRONMENT_GET_PERF_INTERFACE to libretro.h 2013-12-17 19:10:40 +01:00
twinaphex
7195a3672c Define HAVE_MENU for BB10/Playbook/OSX/iOS project files 2013-11-08 04:56:18 +01:00
twinaphex
c0e02d3957 (Android/General) Add preliminary sensor support to libretro API /
add accelerometer support to Android input driver
2013-11-03 00:27:58 +01:00
twinaphex
3e8166bfa5 (Input) Add new function to input driver - get_capabilities 2013-11-02 21:16:57 +01:00
twinaphex
fd053086ef (RARCH_CONSOLE) Remove DECREMENT_BIND/INCREMENT_BIND 2013-10-06 20:01:44 +00:00
Squarepusher
8a674d07e9 Merge pull request #326 from libretro/coreinfo
Integration of core info files in RGUI.
2013-10-06 04:54:46 -07:00
twinaphex
abb829283b Take out messy Dpad emulation code - this will require an entire
rewrite where we come up with a solution that works the same across
console/PC/mobile
2013-10-05 20:55:37 +00:00
Themaister
a470ae0d04 Use consistent namespace for core_list. 2013-10-05 13:48:08 +02:00
meancoot
3bf398f38e (QNX) Fix the build fix, I am an idiot 2013-09-06 10:37:28 -04:00
meancoot
09b45e1b68 (QNX) Build Fix 2013-09-06 10:36:12 -04:00
twinaphex
e2bcd5df98 (Playbook) ALSA driver broken for now - fall back to OpenAL for now 2013-08-11 01:07:07 +02:00
CatalystG
99af806505 (BlackBerry) Fixup frontend for BB10 from merge. 2013-08-09 22:48:32 -04:00
CatalystG
c99eb33c99 (BlackBerry) Quick fix for device selection dropdown. 2013-08-09 22:48:31 -04:00