Kodi Development
20.0
for Binary and Script based Add-Ons
Group source include
C++
»
Interface - kodi::addon
»
Addon type instances
»
Game
»
3. Hardware rendering operations
Source parts:
GAME_ERROR
CMyInstance::HwContextReset()
{
return
GAME_ERROR_NOT_IMPLEMENTED
;
}
GAME_ERROR
CMyInstance::HwContextDestroy()
{
return
GAME_ERROR_NOT_IMPLEMENTED
;
}
GAME_ERROR
GAME_ERROR
Game add-on error codes
Definition:
game.h:34
GAME_ERROR_NOT_IMPLEMENTED
@ GAME_ERROR_NOT_IMPLEMENTED
the method that the frontend called is not implemented
Definition:
game.h:42
Generated by
1.9.1