Epok Engine

PSYQO SDK

psyqo::DMA::DmaCallback

Enum

Enum

Enum declared by the kernel module for PSX kernel ownership, interrupts and low-level services.

Namespace
psyqo::DMA
Header
kernel.hh
Include
#include "psyqo/kernel.hh"
Module
kernel
Source
https://github.com/pcsx-redux/nugget/blob/6186b131aacc5853a9161fb076ed34ffe504552d/psyqo/kernel.hh:38

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

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

auto value = psyqo::DMA::DmaCallback::FROM_ISR;

Values