Moved common_types::Rect from common to Common namespace
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
* @param src_rect Source rectangle in XFB to copy
|
||||
* @param dst_rect Destination rectangle in output framebuffer to copy to
|
||||
*/
|
||||
void RenderXFB(const common::Rect& src_rect, const common::Rect& dst_rect);
|
||||
void RenderXFB(const Common::Rect& src_rect, const Common::Rect& dst_rect);
|
||||
|
||||
/**
|
||||
* Set the emulator window to use for renderer
|
||||
|
||||
Reference in New Issue
Block a user