mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	video_core: get rid of MSVC hack comment
This commit is contained in:
		
							parent
							
								
									5fa71d425b
								
							
						
					
					
						commit
						e38b4f6707
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -27,10 +27,6 @@ enum Attributes { | ||||||
|     ATTRIBUTE_VIEW, |     ATTRIBUTE_VIEW, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| // NOTE: MSVC15 (Update 2) doesn't think `delete`'d constructors and operators are TC.
 |  | ||||||
| //       This makes BitField not TC when used in a union or struct so we have to resort
 |  | ||||||
| //       to this ugly hack.
 |  | ||||||
| //       Once that bug is fixed we can use Pica::Regs::TevStageConfig here.
 |  | ||||||
| // Doesn't include const_color because we don't sync it, see comment in BuildFromRegs()
 | // Doesn't include const_color because we don't sync it, see comment in BuildFromRegs()
 | ||||||
| struct TevStageConfigRaw { | struct TevStageConfigRaw { | ||||||
|     u32 sources_raw; |     u32 sources_raw; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue