Add BindFramebufferDepth()

This commit is contained in:
raven02 2014-01-20 22:03:12 +08:00
parent a132b54c01
commit ee3c3bca4a

View file

@ -138,6 +138,8 @@ public:
void UpdateFromMemory(u32 addr, int size, bool safe); void UpdateFromMemory(u32 addr, int size, bool safe);
void SetLineWidth(); void SetLineWidth();
void BindFramebufferDepth(VirtualFramebuffer *sourceframebuffer, VirtualFramebuffer *targetframebuffer);
// Just for logging right now. Might remove/change. // Just for logging right now. Might remove/change.
void NotifyBlockTransfer(u32 dst, u32 src); void NotifyBlockTransfer(u32 dst, u32 src);