The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding rumble support
04-29-2015, 06:36 AM
Post: #1
Adding rumble support
Hello,

I would like to contribute to PPSSPP by adding a rumble support, at least on GNU/Linux first. I have a few ideas to implement that, but I don't have (yet) a clear idea of the project's architecture and might not go in the right direction.

My first idea was to intercept a sound effect call, and depending of its internal number (or whatever the PSP uses), call the rumble function. It seems very hacky and only offers the possibility to bind rumble with sound.

My second idea was to add a function under Core/HLE, like sceRumble; this way it becomes a function callable like any other. The problem is how to use it? I believe action replay codes are only able to overwrite a RAM address with a value, is it possible to interact with the game?
For example, in LocoRoco, how can I hook to the event when a moja is hit?

Thanks for your help Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Adding rumble support - Anarky - 04-29-2015 06:36 AM
RE: Adding rumble support - GamerzHell9137 - 05-01-2015, 10:01 AM
RE: Adding rumble support - Bigpet - 05-01-2015, 10:59 AM
RE: Adding rumble support - Anarky - 05-04-2015, 01:44 AM
RE: Adding rumble support - [Unknown] - 05-04-2015, 06:32 AM

Forum Jump: