Procházet zdrojové kódy

Merge pull request #2076 from lioncash/enc

video_core/dma_pusher: Silence C4828 warnings
Hexagon12 před 7 roky
rodič
revize
35480167b1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/video_core/dma_pusher.h

+ 1 - 1
src/video_core/dma_pusher.h

@@ -83,7 +83,7 @@ private:
         u32 subchannel;        ///< Current subchannel
         u32 subchannel;        ///< Current subchannel
         u32 method_count;      ///< Current method count
         u32 method_count;      ///< Current method count
         u32 length_pending;    ///< Large NI command length pending
         u32 length_pending;    ///< Large NI command length pending
-        bool non_incrementing; ///< Current commands NI flag
+        bool non_incrementing; ///< Current command's NI flag
     };
     };
 
 
     DmaState dma_state{};
     DmaState dma_state{};