Skip to main content
Sets the active device changed callback. When this callback is triggered, it means the user moved to another device so this title should return to main menu

Syntax

Parameters

callbackQueue   XTaskQueueHandle
optional
The async queue the callback should be invoked on. callback   PFGameSaveFilesActiveDeviceChangedCallback* The callback to be invoked when the active device changes. context   void*
optional
The context to be passed to the callback.

Return value

Type: HRESULT Result code for this API operation.

Requirements

Header: PFGameSaveFiles.h

See also

PFGameSaveFiles members
Last modified on September 11, 2026