| 622 | }; |
| 623 | |
| 624 | struct RSPRecompilerOverlaySlotConfig { |
| 625 | size_t text_address; |
| 626 | std::vector<RSPRecompilerOverlayConfig> overlays; |
| 627 | }; |
| 628 | |
| 629 | struct RSPRecompilerConfig { |
| 630 | size_t text_offset; |
nothing calls this directly
no outgoing calls
no test coverage detected