mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	maxwell_3d: change declaration order
This commit is contained in:
		@@ -1276,7 +1276,9 @@ public:
 | 
			
		||||
            };
 | 
			
		||||
            std::array<u32, NUM_REGS> reg_array;
 | 
			
		||||
        };
 | 
			
		||||
    } regs{};
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    Regs regs{};
 | 
			
		||||
 | 
			
		||||
    /// Store temporary hw register values, used by some calls to restore state after a operation
 | 
			
		||||
    Regs shadow_state;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user