mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
(WIIU) keep the dynlib handles.
This commit is contained in:
parent
31edafde03
commit
a0383e6b6a
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
#undef EXPORT
|
#undef EXPORT
|
||||||
#undef EXPORT_BEGIN
|
#undef EXPORT_BEGIN
|
||||||
#undef EXPORT_END
|
//#undef EXPORT_END
|
||||||
|
|
||||||
#define EXPORT(name) do{if(OSDynLoad_FindExport(handle, 0, #name, &addr_##name) < 0)OSFatal("Function " # name " is NULL");} while(0)
|
#define EXPORT(name) do{if(OSDynLoad_FindExport(handle, 0, #name, &addr_##name) < 0)OSFatal("Function " # name " is NULL");} while(0)
|
||||||
#define EXPORT_BEGIN(lib) OSDynLoad_Acquire(#lib, &handle)
|
#define EXPORT_BEGIN(lib) OSDynLoad_Acquire(#lib, &handle)
|
||||||
#define EXPORT_END() OSDynLoad_Release(handle)
|
//#define EXPORT_END() OSDynLoad_Release(handle)
|
||||||
|
|
||||||
void InitFunctionPointers(void)
|
void InitFunctionPointers(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user