mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 14:57:56 -05:00
Moved common_types::Rect from common to Common namespace
This commit is contained in:
@ -100,7 +100,7 @@ union t128 {
|
||||
__m128 a; ///< 128-bit floating point (__m128 maps to the XMM[0-7] registers)
|
||||
};
|
||||
|
||||
namespace common {
|
||||
namespace Common {
|
||||
/// Rectangle data structure
|
||||
class Rect {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user