aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
authornotaz2011-12-09 18:35:09 +0200
committernotaz2011-12-10 23:10:37 +0200
commitb944a30eda75c36c94ef71e7768497801887612b (patch)
treee532f62cb75cd19df9a673816c849cbc58da59ab /maemo
parent8aea5f5ac9382379622991974bded6b08f328ddc (diff)
downloadpcsx_rearmed-b944a30eda75c36c94ef71e7768497801887612b.tar.gz
pcsx_rearmed-b944a30eda75c36c94ef71e7768497801887612b.tar.bz2
pcsx_rearmed-b944a30eda75c36c94ef71e7768497801887612b.zip
add vibration support for Caanoo
Diffstat (limited to 'maemo')
-rw-r--r--maemo/hildon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/maemo/hildon.c b/maemo/hildon.c
index f66d884..a5f151e 100644
--- a/maemo/hildon.c
+++ b/maemo/hildon.c
@@ -262,3 +262,6 @@ void plat_step_volume(int is_up)
{
}
+void plat_trigger_vibrate(void)
+{
+}