mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
Cleanup udiv128 (#206)
This commit is contained in:
parent
4eaa600b57
commit
6cdb6eed17
4 changed files with 9 additions and 19 deletions
|
@ -1,5 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
extern "C" uint64 ATTR_MS_ABI udiv128(uint64 low, uint64 hi, uint64 divisor, uint64 *remainder);
|
||||
extern "C" void recompiler_fres();
|
||||
extern "C" void recompiler_frsqrte();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue