mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-31 14:22:25 -07: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