mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Display PPAPI version on startup.
This commit is contained in:
parent
0ebb4923fc
commit
d1b6cc762c
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ PP_EXPORT const void* PPP_GetInterface(const char* _name)
|
||||||
|
|
||||||
PP_EXPORT int32_t PPP_InitializeModule(PP_Module _module, PPB_GetInterface _interface)
|
PP_EXPORT int32_t PPP_InitializeModule(PP_Module _module, PPB_GetInterface _interface)
|
||||||
{
|
{
|
||||||
|
DBG("PPAPI version: %d", PPAPI_RELEASE);
|
||||||
|
|
||||||
BX_UNUSED(_module);
|
BX_UNUSED(_module);
|
||||||
bool result = true;
|
bool result = true;
|
||||||
result &= initializeInterface(_interface, PPB_CORE_INTERFACE, g_coreInterface);
|
result &= initializeInterface(_interface, PPB_CORE_INTERFACE, g_coreInterface);
|
||||||
|
|
Loading…
Reference in a new issue