mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
x64Emitter: Generify ABI_CallFunction variants
Gets rid of the need to cast to void* just to use the functions.
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Common/x64Emitter.h"
|
||||
#include "Common/x64Reg.h"
|
||||
|
||||
namespace Gen
|
||||
{
|
||||
|
Reference in New Issue
Block a user