Advertisement
Guest User

recomp_overlays.inl

a guest
May 17th, 2024
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #include "recomp.h"
  2. #include "funcs.h"
  3. #include "sections.h"
  4.  
  5. static FuncEntry section_3_entry_funcs[] = {
  6. { .func = recomp_entrypoint, .offset = 0x00000000 },
  7. };
  8. static SectionTableEntry section_table[] = {
  9. { .rom_addr = 0x00001000, .ram_addr = 0x80125900, .size = 0x00000050, .funcs = section_3_entry_funcs, .num_funcs = ARRLEN(section_3_entry_funcs), .index = 3 },
  10. };
  11. const size_t num_sections = 11;
  12. static int overlay_sections_by_index[] = {
  13. };
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement