acmiyaguchi / game.moonlight

Moonlight client for Kodi Games
18 stars 9 forks source link

Game API update #4

Closed garbear closed 9 years ago

garbear commented 9 years ago

I went through kodi_game_dll.h and made a bunch of changes (see https://github.com/garbear/xbmc/commit/3c16726), mostly moving functions around and renaming stuff. The biggest change is that

GAME_ERROR Run(void)

has been changed to

void FrameEvent(void)

in preparation of being deprecated.

This PR applies changes to addon.cpp so that it will compile again. Also, previously cmake wasn't compiling addon.cpp so that's been fixed too.

acmiyaguchi commented 9 years ago

Thanks, everything seems to work well.