No rend: fix process
This commit is contained in:
parent
a4b3e8dc05
commit
000f432548
|
@ -20,6 +20,7 @@ struct norend : Renderer
|
||||||
return !pvrrc.isRTT;
|
return !pvrrc.isRTT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool Process(TA_context*) { }
|
||||||
void Present() { }
|
void Present() { }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue