![]() |
JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
|
A property: a contiguous segment of memory with a size, identifiable by name. More...
#include <emulator.hpp>
Public Attributes | |
| uint8_t * | pointer |
| Pointer to the start of the property's memory segment. | |
| size_t | size |
| Size of the property's memory segment, in bytes. | |
A property: a contiguous segment of memory with a size, identifiable by name.
Definition at line 24 of file emulator.hpp.
| uint8_t* jaffarPlus::property_t::pointer |
Pointer to the start of the property's memory segment.
Definition at line 26 of file emulator.hpp.
| size_t jaffarPlus::property_t::size |
Size of the property's memory segment, in bytes.
Definition at line 27 of file emulator.hpp.