meancoot
8b7eb99140
(iOS) Many cleanups
2013-06-22 13:09:38 -04:00
Themaister
e1bc9a96ae
Drop unnecessary ifdef.
2013-06-22 10:49:55 +02:00
meancoot
b649099467
(iOS) Kill DIAGLOG; will be better to make file logging optional and make the log view able to display to log file. (Allowing the log to persist across crashes and aborts)
2013-06-21 23:43:34 -04:00
meancoot
20cb48818c
(iOS) More cleanup and fixes
2013-06-21 23:39:01 -04:00
meancoot
9cb5513e59
(iOS) Some cleanup
2013-06-21 21:39:36 -04:00
meancoot
9743cada8b
(iOS, BTstack) Stop WiiMote inquiry loops while game is running, fixes horrible lag
2013-06-21 20:18:24 -04:00
meancoot
f821719288
(iOS, BTstack) Change PS3 button mappings to match RETRO_DEVICE_ID_JOYPAD_* constants
2013-06-21 18:39:43 -04:00
Themaister
40046531f3
Should fix GPU screenshots if last frame was duped.
2013-06-22 00:38:00 +02:00
twinaphex
705b1045ae
(ALSA QSA) Have alsa_qsa_write_avail return status.free - status.free should be
...
amount remaining
2013-06-21 22:21:08 +02:00
meancoot
947a838a7b
(iOS, BTstack) Cleanup l2cap commands
2013-06-21 15:49:35 -04:00
twinaphex
85af04c4d0
(ALSA QSA) Implement audio_stop/audio_start (for both BB10/Playbook)
2013-06-21 21:36:19 +02:00
twinaphex
48a6ee4c82
(QNX Playbook) ALSA sound works now
2013-06-21 20:28:10 +02:00
twinaphex
6c8ccebd12
(ALSA QSA) Check sn_pcm_plugin_status at start of alsa_qsa_write
2013-06-21 20:23:25 +02:00
twinaphex
e020d9065d
(ALSA QSA) Dehardcode samplerate
2013-06-21 20:11:44 +02:00
twinaphex
4cb9ac10b3
(ALSA QSA) Gets through init now - no sound yet ingame
2013-06-21 20:01:27 +02:00
twinaphex
9771e65610
(Playbook) workspace_loc completely out of whack at times
2013-06-21 19:11:54 +02:00
twinaphex
895ba43b5f
(Playbook) Link in libasound.so (to compile ALSA QSA driver -
...
define HAVE_ALSA instead of HAVE_AL)
2013-06-21 19:10:37 +02:00
twinaphex
308e64094b
(ALSA QSA) Add preliminary ALSA QSA driver based on CatalystG's
...
audio driver for PCSX ReARMed - still broken - exits at 'Error:
Channel Parameter Error - no such process'
2013-06-21 18:56:39 +02:00
Squarepusher
f9b8080d02
Merge pull request #233 from CatalystG/overlayfix
...
(BlackBerry) Fix overlay issues including multitouch weirdness.
2013-06-21 02:07:29 -07:00
CatalystG
42a85dafa6
(BlackBerry) Fix overlay issues including multitouch weirdness.
2013-06-20 20:41:46 -04:00
OV2
bfd11dd1a4
win32: add _WIN32_WINNT define for multimon in mingw32
2013-06-20 16:08:39 +02:00
twinaphex
3a0cc21d7a
QNX ALSA is too different from regular mainline ALSA - QNX ALSA driver
...
will be separate from main ALSA driver
2013-06-20 10:13:45 +02:00
Squarepusher
57a36bd6ff
Merge pull request #232 from CatalystG/overlayfix
...
(BlackBerry) Fix a few overlay issues.
2013-06-19 18:32:51 -07:00
CatalystG
820d0ab3c9
(BlackBerry) Fix a mistake that caused random button presses on unmapped players.
2013-06-19 20:33:21 -04:00
meancoot
c5d95dbbf7
(iOS, BTstack) Handle case where device is disconnected; set leds to indicate the connected port.
2013-06-19 19:24:32 -04:00
meancoot
d73e658473
(iOS) Multiplayer support
2013-06-19 19:05:44 -04:00
meancoot
8ea92fb004
(iOS) BTstack fixups; start multiplayer support
2013-06-19 18:31:40 -04:00
meancoot
c63074d04d
(iOS) Begin reworking BTstack code
2013-06-19 16:35:32 -04:00
twinaphex
8bb8b3aea3
(Blackberry/ALSA) Start work on Blackberry ALSA support
2013-06-19 12:53:19 +02:00
CatalystG
7fd8d6a239
(BlackBerry) Possible fix for weird overlay issues.
2013-06-18 20:37:28 -04:00
meancoot
06af7b23a7
(iOS) Fix issue where the clean input binding buttons would not work; don't leak config files used to populate the setting menus.
2013-06-18 19:31:50 -04:00
ToadKing
cd8269abd4
(GX) fix FPS reporting
2013-06-17 18:14:45 -04:00
twinaphex
c9928a0b8a
Update readmes/etc for 0.9.9.2
2013-06-17 01:30:37 +02:00
twinaphex
a5e3cf381d
(Android) Swap around Start/Select for new Moga Universal driver
...
update
2013-06-16 18:37:13 +02:00
twinaphex
ffe6d0c2df
(Android) Add Onlive Wireless Controller to input autodetection
...
list
2013-06-16 18:32:46 +02:00
twinaphex
65c52b2adb
(Android) Add Logitech Precision Gamepad to input autodetection list
2013-06-16 18:25:17 +02:00
twinaphex
ef2406e8f6
(Android) Another Xperia Play hack
...
(Context) Context file changes to do with FPS reporting
2013-06-16 18:18:47 +02:00
Themaister
73bfae9602
Always render cache when using HW render.
...
When using HW render, only GPU screenshots are allowed.
2013-06-16 13:56:49 +02:00
Themaister
312154d110
Use common rarch_take_screenshot in RGUI.
...
Adds GPU screenshot support from RGUI by rendering a clean frame
then taking screenshot.
Should also fix screenshot crash when using GL cores.
Always uses g_settings.screenshot_directory path.
I didn't see the purpose of the RARCH_CONSOLE #ifdef. Probably a Wii
hack from way back ...
2013-06-16 13:44:07 +02:00
Themaister
a58eddae65
Flush message queue on ENVIRONMENT_SET_MESSAGE.
2013-06-16 11:04:41 +02:00
ToadKing
3bfa8d568d
(Android) fix emulator settings not loading correctly
2013-06-14 21:13:37 -04:00
ToadKing
c424e0e99b
(Android) fix crash on activity start
2013-06-14 20:50:15 -04:00
meancoot
68eefb7656
(iOS) Add a lable to the main settings menu to display whether a core has a custom config. For now, the labels wont update until you back out of the main settings menu.
2013-06-14 20:02:40 -04:00
meancoot
1fa9fdc374
(iOS) Make the Core Info button work when editing a core with a global config
2013-06-14 19:51:59 -04:00
meancoot
729b49e729
(iOS) Clean up custom config file path handling
2013-06-14 19:43:44 -04:00
meancoot
17a73dc47b
(iOS) Entering a core's settings menu from the frontend settings menu will give an option to create a new custom config.
2013-06-14 18:11:47 -04:00
meancoot
ae59be4c06
(iOS) Don't show the Enable BTstack option if BTstack is not available
2013-06-14 13:52:14 -04:00
meancoot
8b2ed76b36
(iOS) Add ability to delete existing custom configurations
2013-06-14 13:48:55 -04:00
meancoot
8d253a0511
(iOS) Fix the file browsers refresh button
2013-06-14 13:11:59 -04:00
meancoot
4a4aa4b6c5
(iOS) Start adding support for global config
2013-06-14 13:10:35 -04:00