mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	renderer_opengl: Correct forward declaration of FramebufferLayout
This is actually a struct, not a class, which can lead to compilation warnings.
This commit is contained in:
		
							parent
							
								
									8047873a66
								
							
						
					
					
						commit
						67fa21e143
					
				| @ -17,7 +17,7 @@ class EmuWindow; | ||||
| } | ||||
| 
 | ||||
| namespace Layout { | ||||
| class FramebufferLayout; | ||||
| struct FramebufferLayout; | ||||
| } | ||||
| 
 | ||||
| namespace OpenGL { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash