Sfoglia il codice sorgente

Fix typo in BufferTransformFlags

Frederic Laing 7 anni fa
parent
commit
1c4365d928
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/core/hle/service/nvflinger/buffer_queue.h

+ 2 - 2
src/core/hle/service/nvflinger/buffer_queue.h

@@ -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 {