mirror of
https://github.com/libretro/parallel-n64.git
synced 2025-03-01 05:05:49 +00:00
Update
This commit is contained in:
parent
32ae06510e
commit
54f3f99dc5
@ -9,9 +9,12 @@ extern "C" {
|
||||
#define PARALLEL_MAX_WORKERS 64u
|
||||
|
||||
void parallel_alinit(uint32_t num);
|
||||
|
||||
void parallel_run(void task(uint32_t));
|
||||
uint32_t parallel_num_workers();
|
||||
void parallel_close();
|
||||
|
||||
uint32_t parallel_num_workers(void);
|
||||
|
||||
void parallel_close(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user