psxcounters: try to support a dynarec with a very long timeslice
[pcsx_rearmed.git] / libpcsxcore / lightrec / mem.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 /*
3  * Copyright (C) 2022 Paul Cercueil <paul@crapouillou.net>
4  */
5
6 #ifndef __LIGHTREC_MEM_H__
7 #define __LIGHTREC_MEM_H__
8
9 int lightrec_init_mmap(void);
10 void lightrec_free_mmap(void);
11
12 #endif /* __LIGHTREC_MEM_H__ */