mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use automatic allocation for patch RPN
This commit is contained in:
@@ -23,8 +23,7 @@ struct Patch {
|
||||
struct Section *pcSection;
|
||||
uint32_t pcOffset;
|
||||
uint8_t type;
|
||||
uint32_t rpnSize;
|
||||
uint8_t *rpn;
|
||||
std::vector<uint8_t> rpn;
|
||||
};
|
||||
|
||||
struct Section {
|
||||
|
||||
Reference in New Issue
Block a user