mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #772 from lioncash/warn
core/video_core: Fix a few warnings when compiling on MSVC.
This commit is contained in:
		
						commit
						f0365f28c2
					
				
					 4 changed files with 10 additions and 10 deletions
				
			
		|  | @ -614,7 +614,7 @@ struct Regs { | |||
|         } | ||||
| 
 | ||||
|         inline bool IsDefaultAttribute(int id) const { | ||||
|             return (id >= 12) || (attribute_mask & (1 << id)) != 0; | ||||
|             return (id >= 12) || (attribute_mask & (1ULL << id)) != 0; | ||||
|         } | ||||
| 
 | ||||
|         inline int GetNumTotalAttributes() const { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue