mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 19:10:06 +00:00
Fix typo in BufferTransformFlags
This commit is contained in:
parent
6664d7b2c5
commit
1c4365d928
@ -58,9 +58,9 @@ public:
|
||||
/// Rotate source image 90 degrees clockwise
|
||||
Rotate90 = 0x04,
|
||||
/// Rotate source image 180 degrees
|
||||
Roate180 = 0x03,
|
||||
Rotate180 = 0x03,
|
||||
/// Rotate source image 270 degrees clockwise
|
||||
Roate270 = 0x07,
|
||||
Rotate270 = 0x07,
|
||||
};
|
||||
|
||||
struct Buffer {
|
||||
|
Loading…
Reference in New Issue
Block a user