diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/custommem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/custommem.h b/src/include/custommem.h index 71ed1b0c..b80eba47 100644 --- a/src/include/custommem.h +++ b/src/include/custommem.h @@ -26,6 +26,8 @@ void FreeDynarecMap(uintptr_t addr); void addDBFromAddressRange(uintptr_t addr, size_t size); void cleanDBFromAddressRange(uintptr_t addr, size_t size, int destroy); +// Will return 1 if at least 1 db in the address range +int isDBFromAddressRange(uintptr_t addr, size_t size); dynablock_t* getDB(uintptr_t idx); int getNeedTest(uintptr_t idx); |