Epok Engine

PSYQO SDK

psyqo::Kernel::Internal::pumpCallbacks

Function · 1 overload

Function

Performs `pump callbacks` as part of PSX kernel ownership, interrupts and low-level services.

Belongs to
psyqo::Kernel::Internal
Header
kernel.hh
Overloads
1

Declaration

Declaration
void pumpCallbacks()

Performs `pump callbacks` as part of PSX kernel ownership, interrupts and low-level services.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "psyqo/kernel.hh"

psyqo::Kernel::Internal::pumpCallbacks();

Why use it

The asynchronous shape lets the frame loop continue while hardware or queued work completes.

Trade-offs and warnings

Captured data and buffers must remain valid until the callback or task has completed.

Declared in https://github.com/pcsx-redux/nugget/blob/6186b131aacc5853a9161fb076ed34ffe504552d/psyqo/kernel.hh:346

Related members