mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
drc: some portability fixes
This commit is contained in:
parent
2446536be5
commit
c25d78eec1
5 changed files with 36 additions and 22 deletions
|
@ -37,6 +37,7 @@ extern void cache_flush_d_inval_i(void *start_addr, void *end_addr);
|
|||
extern void *plat_mmap(unsigned long addr, size_t size, int need_exec, int is_fixed);
|
||||
extern void *plat_mremap(void *ptr, size_t oldsize, size_t newsize);
|
||||
extern void plat_munmap(void *ptr, size_t size);
|
||||
extern int plat_mem_set_exec(void *ptr, size_t size);
|
||||
|
||||
// this one should handle display mode changes
|
||||
extern void emu_video_mode_change(int start_line, int line_count, int is_32cols);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue