mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
sdk 1.55
This commit is contained in:
parent
0fc5a564e1
commit
ba877b6e78
9 changed files with 44 additions and 1 deletions
|
|
@ -1231,6 +1231,12 @@ uint16 GetSessionInputConfigurationSettings()
|
|||
return 0;
|
||||
}
|
||||
|
||||
// Set the trigger effect for a DualSense controller
|
||||
void SetDualSenseTriggerEffect( InputHandle_t inputHandle, const ScePadTriggerEffectParam *pParam )
|
||||
{
|
||||
PRINT_DEBUG("TODO %s\n", __FUNCTION__);
|
||||
}
|
||||
|
||||
void RunCallbacks()
|
||||
{
|
||||
if (explicitly_call_run_frame) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue