feat: added native dispatcher impl
This commit is contained in:
@@ -11,7 +11,7 @@ namespace fxn
|
|||||||
{
|
{
|
||||||
void NativeDispatcher(fxn::NativeContext* context, std::uint64_t nativeHash)
|
void NativeDispatcher(fxn::NativeContext* context, std::uint64_t nativeHash)
|
||||||
{
|
{
|
||||||
|
FxnManager::DispatchNative(context, nativeHash);
|
||||||
}
|
}
|
||||||
|
|
||||||
void* CreateNativeDispatcher(std::uint64_t nativeHash)
|
void* CreateNativeDispatcher(std::uint64_t nativeHash)
|
||||||
|
|||||||
Reference in New Issue
Block a user