Commit Graph
32 Commits
Author SHA1 Message Date
Sacha 9f510771bd Fix 'external dir' for new 'Home' button in PPSSPP file manager. 2013-06-19 05:10:32 +10:00
Sacha f9e9ed6e27 Update BlackberryMain.
Now can push game output to external display and render at external display native resolution. Very useful for Q5/Q10 owners. Maybe not so good for Z10 right now as controls are not shown on device.
Known issue: HDMI only works if it was plugged in when the application started. Hotplugging still has issues.
2013-06-04 14:40:10 +10:00
Sacha b8f2a75677 Initialise buttons so we don't get stuck keys. 2013-06-03 03:39:02 +10:00
Sacha e2378dd970 New Blackberry 10 frontend
New BlackberryMain class, separated in to main, display and audio.
Multiple display support (such as HDMI, AV out or Blackberry dock).
Switchable display support. Starts in internal display for menus. Switches to external display for in game. Currently does not work properly for hotplugging screens so the switchable displays is disabled.
2013-06-01 16:04:10 +10:00
Sacha dfe03d3d97 Blackberry: Improve Wiimote key mappings.
Also, map dpad to analog.
2013-05-23 18:20:53 +10:00
Sacha cc80e0292f Add controller/gamepad support to Blackberry 10. 2013-05-22 01:30:43 +10:00
Sacha 6c3a381781 Remove code that is redundant for Blackberry 10. 2013-05-21 23:46:12 +10:00
Sacha a6dc54e678 Remove Playbook OS support.
Remove the #ifdef's for BB10.
Switch asound to OpenAL (which is included in BB10). Fixes some glitches with sound.
2013-05-20 22:43:18 +10:00
Sacha f6dd98570b Be like other emulators on Blackberry and use the 'misc' dir. 2013-05-16 13:50:30 +10:00
Sacha 49c68a2494 Blackberry: Save settings when killed by OS. Clear menu key after use. 2013-05-09 00:27:18 +10:00
Sacha 78ba620974 Improve input on Blackberry Q10 keyboard. 2013-05-08 21:21:02 +10:00
Sacha c59ee2bccc Update for Blackberry10. Update deprecated functions. Add support for Portrait QWERTY devices like Q10. 2013-04-22 23:19:03 +10:00
Sacha bd7bee5a11 Blackberry tablets have reversed accelerometer values (y = x) due to their landscape affinity. The only Blackberry tablet is also the only device with 1024 pixel width, so check for this as it is easier than looking up machine ID. 2013-04-12 00:21:35 +10:00
Sacha 9c96dcea91 Blackberry: If PPSSPP dir doesn't exist yet, a lot of things break. Let's just use documents dir. 2013-04-11 15:12:48 +10:00
Unknown W. Brackets 8e0e4bf1d1 Uninvert bumpers, fixes hrydgard/ppsspp#1096. 2013-04-06 20:22:29 -07:00
Sacha 110e88e257 Fix stuck keys on Qt and Blackberry 2013-04-07 00:34:46 +10:00
Unknown W. Brackets abc38a90f6 Buildfix for Mac/Linux/etc.
Although, Qt seems more involved...
2013-03-29 22:20:21 -07:00
Sacha e0d107ad20 Accelerometer support for Blackberry. 2013-03-11 22:04:06 +10:00
Sacha 7bc8374c88 Change Blackbery paths 2013-03-10 12:28:34 +10:00
Sacha 21e4e12f65 Fix spinny buttons animation on Qt and Blackberry front-ends. 2013-02-11 21:35:10 +10:00
Sacha a8e30185f2 Small adjustments for Blackberry/Symbian 2013-01-29 07:35:39 +10:00
Sacha 44e9e946a9 Add names to the magic numbers of left joystick input (Qt/Blackberry). 2013-01-13 02:29:37 +10:00
Sacha 1d82b785df Fix joystick keys 2013-01-10 20:25:10 +10:00
Sacha 472cf6af1a Fix keyboard input on Blackberry and enable on Qt frontend. Make Qt open a window instead of fullscreen for non-mobile systems. Make the window resizable (updates pixel_*res and dp_*res). 2013-01-10 18:06:11 +10:00
Sacha 885f06eecf Add audio to Qt frontend 2012-12-16 19:47:51 +10:00
Sacha 3785e2994d Blackberry 10 Port
* Replace SDL with asound backend (removes the only dependency)
* Use BlackberryAudio to expose asound (Known bug: delayed audio)
* Proper spacing for keyboard keys
* Clean up for BlackberryMain.cpp
* Remove some redundancies for Blackberry EGL setup
2012-12-02 15:53:13 +10:00
Sacha c0f531d182 Use swipe down or back to pause game on Blackberry (sets PAD_BUTTON_MENU). Fix a glitch which prevented keys from being set. 2012-11-28 23:03:09 +10:00
Sacha 0bed6a94f0 Remove redundant Blackberry code in FBO and Main 2012-11-21 23:08:14 +10:00
Sacha fa2b68e19a Fix for file UI on Blackberry 2012-11-15 01:43:33 +10:00
Sacha 79e5f1b25a Blackberry: Fixes for keyboard, touch lagg and more 2012-11-12 02:00:51 +10:00
Sacha 19e059c362 Add toast dialogs to BB10. Allow use of (hardcoded) keyboard shortcuts for USB/BT keyboards on Blackberry. Fix a file manager glitch. Track mouse movements (note: this is laggy for now) 2012-11-08 15:27:53 +10:00
Sacha 0c77415df1 Blackberry 10 fully supported with working video, input and sound on Playbook, Dev Alpha and beyond.
Video: http://www.youtube.com/watch?v=CdUL1DalYrw
2012-11-08 03:29:35 +10:00