Epok Engine

PSYQO SDK

psyqo::Kernel::IRQ

Enum

Enum

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

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

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::Kernel::IRQ::CDRom;

Values