mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-06 19:09:51 +00:00
3 lines
186 B
C
3 lines
186 B
C
|
uc_err uc_reg_read_batch_helper(uc_engine *handle, int *regs, uint64_t *val_out, int count);
|
||
|
uc_err uc_reg_write_batch_helper(uc_engine *handle, int *regs, uint64_t *val_in, int count);
|