No rend: fix process

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2014-12-09 22:10:16 +01:00
parent a4b3e8dc05
commit 000f432548
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ struct norend : Renderer
return !pvrrc.isRTT;
}
bool Process(TA_context*) { }
void Present() { }
};