Epok Engine

PSYQO SDK

psyqo::GTE::PseudoRegister

Enum

Enum

The list of available GTE pseudo registers.

Namespace
psyqo::GTE
Header
gte-registers.hh
Include
#include "psyqo/gte-registers.hh"
Module
gte-registers
Source
https://github.com/pcsx-redux/nugget/blob/6186b131aacc5853a9161fb076ed34ffe504552d/psyqo/gte-registers.hh:253

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/gte-registers.hh"

auto value = psyqo::GTE::PseudoRegister::Color;

Values